@elastic/eui 116.5.0 → 117.0.0-snapshot.1783954480414

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 (309) hide show
  1. package/es/components/avatar/avatar.js +1 -1
  2. package/es/components/badge/badge.js +1 -1
  3. package/es/components/badge/beta_badge/beta_badge.js +1 -1
  4. package/es/components/basic_table/basic_table.js +4 -4
  5. package/es/components/basic_table/in_memory_table.js +13 -4
  6. package/es/components/button/button_display/_button_display_content.js +1 -1
  7. package/es/components/button/button_empty/button_empty.js +1 -1
  8. package/es/components/button/button_icon/button_icon.js +1 -1
  9. package/es/components/call_out/call_out.js +230 -30
  10. package/es/components/call_out/call_out.styles.js +36 -43
  11. package/es/components/call_out/call_out_action.js +45 -0
  12. package/es/components/call_out/types.js +11 -0
  13. package/es/components/call_out/use_layout_observer.js +54 -0
  14. package/es/components/card/card.js +1 -1
  15. package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  16. package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  17. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  18. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  19. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  20. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  21. package/es/components/comment_list/comment.js +2 -2
  22. package/es/components/comment_list/comment_event.js +1 -1
  23. package/es/components/comment_list/comment_list.js +2 -2
  24. package/es/components/comment_list/comment_timeline.js +1 -1
  25. package/es/components/context_menu/context_menu_item.js +1 -1
  26. package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
  27. package/es/components/datagrid/body/data_grid_body.js +7 -7
  28. package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
  29. package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  30. package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  31. package/es/components/datagrid/controls/column_sorting.js +7 -7
  32. package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
  33. package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -20
  34. package/es/components/datagrid/utils/in_memory.js +6 -6
  35. package/es/components/date_picker/date_picker.js +2 -2
  36. package/es/components/date_picker/date_picker_range.js +1 -1
  37. package/es/components/empty_prompt/empty_prompt.js +1 -1
  38. package/es/components/flyout/flyout.component.js +12 -7
  39. package/es/components/flyout/flyout.styles.js +1 -1
  40. package/es/components/flyout/flyout_body.styles.js +1 -4
  41. package/es/components/flyout/flyout_menu.js +2 -2
  42. package/es/components/flyout/manager/flyout_child.js +1 -1
  43. package/es/components/flyout/manager/flyout_managed.js +1 -1
  44. package/es/components/form/field_number/field_number.js +2 -2
  45. package/es/components/form/field_text/field_text.js +2 -2
  46. package/es/components/form/form_control_button/form_control_button.js +1 -1
  47. package/es/components/form/form_control_layout/append_prepend/form_append_prepend.js +2 -2
  48. package/es/components/form/form_control_layout/form_control_layout.js +2 -2
  49. package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  50. package/es/components/form/text_area/text_area.js +2 -2
  51. package/es/components/header/header_links/header_link.js +1 -1
  52. package/es/components/header/header_links/header_links.js +1 -1
  53. package/es/components/header/header_logo/header_logo.js +1 -1
  54. package/es/components/header/header_section/header_section_item_button.js +1 -1
  55. package/es/components/icon/assets/add_to_chat.js +43 -0
  56. package/es/components/icon/icon.js +1 -1
  57. package/es/components/icon/icon_map.js +1883 -912
  58. package/es/components/illustration/illustration.js +86 -0
  59. package/es/components/illustration/illustration.styles.js +16 -0
  60. package/es/components/illustration/index.js +9 -0
  61. package/es/components/index.js +1 -0
  62. package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
  63. package/es/components/list_group/list_group.js +2 -2
  64. package/es/components/list_group/list_group_item.js +2 -2
  65. package/es/components/list_group/list_group_item_extra_action.js +1 -1
  66. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  67. package/es/components/loading/loading_logo.js +1 -1
  68. package/es/components/markdown_editor/markdown_editor.js +1 -1
  69. package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  70. package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
  71. package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  72. package/es/components/page/page_header/page_header_content.js +1 -1
  73. package/es/components/pagination/pagination_button.js +1 -1
  74. package/es/components/panel/panel.styles.js +3 -3
  75. package/es/components/panel/split_panel/split_panel.styles.js +4 -4
  76. package/es/components/popover/with_popover.js +17 -0
  77. package/es/components/search_bar/search_bar.js +190 -376
  78. package/es/components/search_bar/search_filters.js +10 -3
  79. package/es/components/selectable/selectable_list/selectable_list.js +8 -1
  80. package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
  81. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  82. package/es/components/table/table_header_cell.js +1 -1
  83. package/es/components/timeline/timeline_item_icon.js +1 -1
  84. package/es/components/toast/global_toast_list.js +2 -2
  85. package/es/components/toast/toast.js +2 -2
  86. package/es/components/toast/toast.styles.js +2 -2
  87. package/es/components/tool_tip/icon_tip.js +1 -1
  88. package/es/components/tool_tip/with_tooltip.js +14 -0
  89. package/eui.d.ts +1107 -904
  90. package/lib/components/avatar/avatar.js +1 -1
  91. package/lib/components/badge/badge.js +1 -1
  92. package/lib/components/badge/beta_badge/beta_badge.js +1 -1
  93. package/lib/components/basic_table/basic_table.js +4 -4
  94. package/lib/components/basic_table/in_memory_table.js +13 -4
  95. package/lib/components/button/button_display/_button_display_content.js +1 -1
  96. package/lib/components/button/button_empty/button_empty.js +1 -1
  97. package/lib/components/button/button_icon/button_icon.js +1 -1
  98. package/lib/components/call_out/call_out.js +230 -30
  99. package/lib/components/call_out/call_out.styles.js +37 -42
  100. package/lib/components/call_out/call_out_action.js +51 -0
  101. package/lib/components/call_out/types.js +17 -0
  102. package/lib/components/call_out/use_layout_observer.js +58 -0
  103. package/lib/components/card/card.js +1 -1
  104. package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  105. package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  106. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  107. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  108. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  109. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  110. package/lib/components/comment_list/comment.js +2 -2
  111. package/lib/components/comment_list/comment_event.js +1 -1
  112. package/lib/components/comment_list/comment_list.js +2 -2
  113. package/lib/components/comment_list/comment_timeline.js +1 -1
  114. package/lib/components/context_menu/context_menu_item.js +1 -1
  115. package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
  116. package/lib/components/datagrid/body/data_grid_body.js +7 -7
  117. package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
  118. package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  119. package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  120. package/lib/components/datagrid/controls/column_sorting.js +7 -7
  121. package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
  122. package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -20
  123. package/lib/components/datagrid/utils/in_memory.js +6 -6
  124. package/lib/components/date_picker/date_picker.js +2 -2
  125. package/lib/components/date_picker/date_picker_range.js +1 -1
  126. package/lib/components/empty_prompt/empty_prompt.js +1 -1
  127. package/lib/components/flyout/flyout.component.js +11 -6
  128. package/lib/components/flyout/flyout.styles.js +1 -1
  129. package/lib/components/flyout/flyout_body.styles.js +1 -4
  130. package/lib/components/flyout/flyout_menu.js +2 -2
  131. package/lib/components/flyout/manager/flyout_child.js +1 -1
  132. package/lib/components/form/field_number/field_number.js +2 -2
  133. package/lib/components/form/field_text/field_text.js +2 -2
  134. package/lib/components/form/form_control_button/form_control_button.js +1 -1
  135. package/lib/components/form/form_control_layout/append_prepend/form_append_prepend.js +2 -2
  136. package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
  137. package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  138. package/lib/components/form/text_area/text_area.js +2 -2
  139. package/lib/components/header/header_links/header_link.js +1 -1
  140. package/lib/components/header/header_links/header_links.js +1 -1
  141. package/lib/components/header/header_logo/header_logo.js +1 -1
  142. package/lib/components/header/header_section/header_section_item_button.js +1 -1
  143. package/lib/components/icon/assets/add_to_chat.js +50 -0
  144. package/lib/components/icon/icon.js +1 -1
  145. package/lib/components/icon/icon_map.js +1886 -913
  146. package/lib/components/icon/svgs/add_to_chat.svg +6 -0
  147. package/lib/components/illustration/illustration.js +91 -0
  148. package/lib/components/illustration/illustration.styles.js +22 -0
  149. package/lib/components/illustration/index.js +12 -0
  150. package/lib/components/index.js +11 -0
  151. package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
  152. package/lib/components/list_group/list_group.js +2 -2
  153. package/lib/components/list_group/list_group_item.js +2 -2
  154. package/lib/components/list_group/list_group_item_extra_action.js +1 -1
  155. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  156. package/lib/components/loading/loading_logo.js +1 -1
  157. package/lib/components/markdown_editor/markdown_editor.js +1 -1
  158. package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  159. package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
  160. package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  161. package/lib/components/page/page_header/page_header_content.js +1 -1
  162. package/lib/components/pagination/pagination_button.js +1 -1
  163. package/lib/components/panel/panel.styles.js +3 -3
  164. package/lib/components/panel/split_panel/split_panel.styles.js +4 -4
  165. package/lib/components/popover/with_popover.js +22 -0
  166. package/lib/components/search_bar/search_bar.js +193 -380
  167. package/lib/components/search_bar/search_filters.js +10 -3
  168. package/lib/components/selectable/selectable_list/selectable_list.js +8 -1
  169. package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  170. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  171. package/lib/components/table/table_header_cell.js +1 -1
  172. package/lib/components/timeline/timeline_item_icon.js +1 -1
  173. package/lib/components/toast/global_toast_list.js +2 -2
  174. package/lib/components/toast/toast.js +2 -2
  175. package/lib/components/toast/toast.styles.js +2 -2
  176. package/lib/components/tool_tip/icon_tip.js +1 -1
  177. package/lib/components/tool_tip/with_tooltip.js +21 -0
  178. package/optimize/es/components/call_out/call_out.js +123 -28
  179. package/optimize/es/components/call_out/call_out.styles.js +36 -43
  180. package/optimize/es/components/call_out/call_out_action.js +44 -0
  181. package/optimize/es/components/call_out/types.js +11 -0
  182. package/optimize/es/components/call_out/use_layout_observer.js +49 -0
  183. package/optimize/es/components/flyout/flyout.component.js +12 -7
  184. package/optimize/es/components/flyout/flyout.styles.js +1 -1
  185. package/optimize/es/components/flyout/flyout_body.styles.js +1 -4
  186. package/optimize/es/components/icon/assets/add_to_chat.js +42 -0
  187. package/optimize/es/components/icon/icon_map.js +1878 -912
  188. package/optimize/es/components/illustration/illustration.js +57 -0
  189. package/optimize/es/components/illustration/illustration.styles.js +16 -0
  190. package/optimize/es/components/illustration/index.js +9 -0
  191. package/optimize/es/components/index.js +1 -0
  192. package/optimize/es/components/panel/panel.styles.js +3 -3
  193. package/optimize/es/components/panel/split_panel/split_panel.styles.js +4 -4
  194. package/optimize/es/components/popover/with_popover.js +17 -0
  195. package/optimize/es/components/search_bar/search_bar.js +184 -193
  196. package/optimize/es/components/search_bar/search_filters.js +5 -2
  197. package/optimize/es/components/selectable/selectable_list/selectable_list.js +7 -0
  198. package/optimize/es/components/toast/toast.styles.js +2 -2
  199. package/optimize/es/components/tool_tip/with_tooltip.js +14 -0
  200. package/optimize/lib/components/call_out/call_out.js +123 -28
  201. package/optimize/lib/components/call_out/call_out.styles.js +37 -42
  202. package/optimize/lib/components/call_out/call_out_action.js +50 -0
  203. package/optimize/lib/components/call_out/types.js +17 -0
  204. package/optimize/lib/components/call_out/use_layout_observer.js +56 -0
  205. package/optimize/lib/components/flyout/flyout.component.js +11 -6
  206. package/optimize/lib/components/flyout/flyout.styles.js +1 -1
  207. package/optimize/lib/components/flyout/flyout_body.styles.js +1 -4
  208. package/optimize/lib/components/icon/assets/add_to_chat.js +50 -0
  209. package/optimize/lib/components/icon/icon_map.js +1881 -913
  210. package/optimize/lib/components/icon/svgs/add_to_chat.svg +6 -0
  211. package/optimize/lib/components/illustration/illustration.js +62 -0
  212. package/optimize/lib/components/illustration/illustration.styles.js +22 -0
  213. package/optimize/lib/components/illustration/index.js +12 -0
  214. package/optimize/lib/components/index.js +11 -0
  215. package/optimize/lib/components/panel/panel.styles.js +3 -3
  216. package/optimize/lib/components/panel/split_panel/split_panel.styles.js +4 -4
  217. package/optimize/lib/components/popover/with_popover.js +24 -0
  218. package/optimize/lib/components/search_bar/search_bar.js +192 -200
  219. package/optimize/lib/components/search_bar/search_filters.js +5 -2
  220. package/optimize/lib/components/selectable/selectable_list/selectable_list.js +7 -0
  221. package/optimize/lib/components/toast/toast.styles.js +2 -2
  222. package/optimize/lib/components/tool_tip/with_tooltip.js +21 -0
  223. package/package.json +8 -25
  224. package/test-env/components/avatar/avatar.js +1 -1
  225. package/test-env/components/badge/badge.js +1 -1
  226. package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
  227. package/test-env/components/basic_table/basic_table.js +4 -4
  228. package/test-env/components/basic_table/in_memory_table.js +13 -4
  229. package/test-env/components/button/button_display/_button_display_content.js +1 -1
  230. package/test-env/components/button/button_empty/button_empty.js +1 -1
  231. package/test-env/components/button/button_icon/button_icon.js +1 -1
  232. package/test-env/components/call_out/call_out.js +230 -30
  233. package/test-env/components/call_out/call_out.styles.js +37 -42
  234. package/test-env/components/call_out/call_out_action.js +50 -0
  235. package/test-env/components/call_out/types.js +17 -0
  236. package/test-env/components/call_out/use_layout_observer.js +56 -0
  237. package/test-env/components/card/card.js +1 -1
  238. package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  239. package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  240. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  241. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  242. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  243. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  244. package/test-env/components/comment_list/comment.js +2 -2
  245. package/test-env/components/comment_list/comment_event.js +1 -1
  246. package/test-env/components/comment_list/comment_list.js +2 -2
  247. package/test-env/components/comment_list/comment_timeline.js +1 -1
  248. package/test-env/components/context_menu/context_menu_item.js +1 -1
  249. package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
  250. package/test-env/components/datagrid/body/data_grid_body.js +7 -7
  251. package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
  252. package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  253. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  254. package/test-env/components/datagrid/controls/column_sorting.js +7 -7
  255. package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
  256. package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -20
  257. package/test-env/components/datagrid/utils/in_memory.js +6 -6
  258. package/test-env/components/date_picker/date_picker.js +2 -2
  259. package/test-env/components/date_picker/date_picker_range.js +1 -1
  260. package/test-env/components/empty_prompt/empty_prompt.js +1 -1
  261. package/test-env/components/flyout/flyout.component.js +11 -6
  262. package/test-env/components/flyout/flyout.styles.js +1 -1
  263. package/test-env/components/flyout/flyout_body.styles.js +1 -4
  264. package/test-env/components/flyout/flyout_menu.js +2 -2
  265. package/test-env/components/flyout/manager/flyout_child.js +1 -1
  266. package/test-env/components/form/field_number/field_number.js +2 -2
  267. package/test-env/components/form/field_text/field_text.js +2 -2
  268. package/test-env/components/form/form_control_button/form_control_button.js +1 -1
  269. package/test-env/components/form/form_control_layout/append_prepend/form_append_prepend.js +2 -2
  270. package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
  271. package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  272. package/test-env/components/form/text_area/text_area.js +2 -2
  273. package/test-env/components/header/header_links/header_link.js +1 -1
  274. package/test-env/components/header/header_links/header_links.js +1 -1
  275. package/test-env/components/header/header_logo/header_logo.js +1 -1
  276. package/test-env/components/header/header_section/header_section_item_button.js +1 -1
  277. package/test-env/components/icon/assets/add_to_chat.js +50 -0
  278. package/test-env/components/icon/icon_map.js +1881 -913
  279. package/test-env/components/illustration/illustration.js +90 -0
  280. package/test-env/components/illustration/illustration.styles.js +22 -0
  281. package/test-env/components/illustration/index.js +12 -0
  282. package/test-env/components/index.js +11 -0
  283. package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
  284. package/test-env/components/list_group/list_group.js +2 -2
  285. package/test-env/components/list_group/list_group_item.js +2 -2
  286. package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
  287. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  288. package/test-env/components/loading/loading_logo.js +1 -1
  289. package/test-env/components/markdown_editor/markdown_editor.js +1 -1
  290. package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  291. package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
  292. package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  293. package/test-env/components/page/page_header/page_header_content.js +1 -1
  294. package/test-env/components/pagination/pagination_button.js +1 -1
  295. package/test-env/components/panel/panel.styles.js +3 -3
  296. package/test-env/components/panel/split_panel/split_panel.styles.js +4 -4
  297. package/test-env/components/popover/with_popover.js +24 -0
  298. package/test-env/components/search_bar/search_bar.js +192 -379
  299. package/test-env/components/search_bar/search_filters.js +10 -3
  300. package/test-env/components/selectable/selectable_list/selectable_list.js +8 -1
  301. package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
  302. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  303. package/test-env/components/table/table_header_cell.js +1 -1
  304. package/test-env/components/timeline/timeline_item_icon.js +1 -1
  305. package/test-env/components/toast/global_toast_list.js +2 -2
  306. package/test-env/components/toast/toast.js +2 -2
  307. package/test-env/components/toast/toast.styles.js +2 -2
  308. package/test-env/components/tool_tip/icon_tip.js +1 -1
  309. package/test-env/components/tool_tip/with_tooltip.js +21 -0
@@ -1,3 +1,9 @@
1
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
2
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
3
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
4
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
5
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
6
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
1
7
  /*
2
8
  * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
3
9
  * or more contributor license agreements. Licensed under the Elastic License
@@ -6,55 +12,96 @@
6
12
  * Side Public License, v 1.
7
13
  */
8
14
 
15
+ var withMetadata = function withMetadata(loader) {
16
+ var metadata = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
17
+ return Object.assign(loader, {
18
+ metadata: metadata
19
+ });
20
+ };
9
21
  export var typeToPathMap = {
10
- accessibility: function accessibility() {
22
+ accessibility: withMetadata(function () {
11
23
  return import('./assets/accessibility');
12
- },
13
- addDataApp: function addDataApp() {
24
+ }, {
25
+ synonyms: ['a11y', 'inclusive', 'disability', 'wcag', 'assistive', 'screen reader', 'universal design']
26
+ }),
27
+ addDataApp: withMetadata(function () {
14
28
  return import('./assets/app_add_data');
29
+ }, {
30
+ category: 'app'
31
+ }),
32
+ addToChat: function addToChat() {
33
+ return import('./assets/add_to_chat');
15
34
  },
16
- addToDashboard: function addToDashboard() {
35
+ addToDashboard: withMetadata(function () {
17
36
  return import('./assets/add_to_dashboard');
18
- },
19
- advancedSettingsApp: function advancedSettingsApp() {
37
+ }, {
38
+ synonyms: ['dashboard', 'add', 'pin', 'widget', 'panel', 'insert', 'save view']
39
+ }),
40
+ advancedSettingsApp: withMetadata(function () {
20
41
  return import('./assets/app_advanced_settings');
21
- },
22
- agentApp: function agentApp() {
42
+ }, {
43
+ category: 'app'
44
+ }),
45
+ agentApp: withMetadata(function () {
23
46
  return import('./assets/app_fleet');
24
- },
25
- aggregate: function aggregate() {
47
+ }, {
48
+ category: 'app'
49
+ }),
50
+ aggregate: withMetadata(function () {
26
51
  return import('./assets/aggregate');
27
- },
28
- alignBottom: function alignBottom() {
52
+ }, {
53
+ synonyms: ['combine', 'sum', 'group', 'collection', 'merge', 'total', 'rollup']
54
+ }),
55
+ alignBottom: withMetadata(function () {
29
56
  return import('./assets/align_bottom');
30
- },
31
- alignBottomLeft: function alignBottomLeft() {
57
+ }, {
58
+ synonyms: ['align', 'bottom', 'vertical', 'position', 'layout', 'dock']
59
+ }),
60
+ alignBottomLeft: withMetadata(function () {
32
61
  return import('./assets/align_bottom_left');
33
- },
34
- alignBottomRight: function alignBottomRight() {
62
+ }, {
63
+ synonyms: ['align', 'bottom', 'left', 'corner', 'position', 'layout']
64
+ }),
65
+ alignBottomRight: withMetadata(function () {
35
66
  return import('./assets/align_bottom_right');
36
- },
37
- alignCenterHorizontal: function alignCenterHorizontal() {
67
+ }, {
68
+ synonyms: ['align', 'bottom', 'right', 'corner', 'position', 'layout']
69
+ }),
70
+ alignCenterHorizontal: withMetadata(function () {
38
71
  return import('./assets/align_center_horizontal');
39
- },
40
- alignCenterVertical: function alignCenterVertical() {
72
+ }, {
73
+ synonyms: ['align', 'center', 'horizontal', 'middle', 'position', 'layout']
74
+ }),
75
+ alignCenterVertical: withMetadata(function () {
41
76
  return import('./assets/align_center_vertical');
42
- },
43
- alignLeft: function alignLeft() {
77
+ }, {
78
+ synonyms: ['align', 'center', 'vertical', 'middle', 'position', 'layout']
79
+ }),
80
+ alignLeft: withMetadata(function () {
44
81
  return import('./assets/align_left');
45
- },
46
- alignRight: function alignRight() {
82
+ }, {
83
+ synonyms: ['align', 'left', 'horizontal', 'position', 'layout', 'flush']
84
+ }),
85
+ alignRight: withMetadata(function () {
47
86
  return import('./assets/align_right');
48
- },
49
- alignTop: function alignTop() {
87
+ }, {
88
+ synonyms: ['align', 'right', 'horizontal', 'position', 'layout', 'flush']
89
+ }),
90
+ alignTop: withMetadata(function () {
50
91
  return import('./assets/align_top');
51
- },
52
- alignTopLeft: function alignTopLeft() {
92
+ }, {
93
+ synonyms: ['align', 'top', 'vertical', 'position', 'layout', 'dock']
94
+ }),
95
+ alignTopLeft: withMetadata(function () {
53
96
  return import('./assets/align_top_left');
54
- },
55
- alignTopRight: function alignTopRight() {
97
+ }, {
98
+ synonyms: ['align', 'top', 'left', 'corner', 'position', 'layout']
99
+ }),
100
+ alignTopRight: withMetadata(function () {
56
101
  return import('./assets/align_top_right');
57
- },
102
+ }, {
103
+ synonyms: ['align', 'top', 'right', 'corner', 'position', 'layout']
104
+ }),
58
105
  alert: function alert() {
59
106
  return import('./assets/warning');
60
107
  },
@@ -69,25 +116,33 @@ export var typeToPathMap = {
69
116
  return import('./assets/chart_anomaly');
70
117
  },
71
118
  // NOTE: To be deprecated in favor of chartAnomaly
72
- chartAnomaly: function chartAnomaly() {
119
+ chartAnomaly: withMetadata(function () {
73
120
  return import('./assets/chart_anomaly');
74
- },
121
+ }, {
122
+ synonyms: ['anomaly', 'chart', 'outlier', 'detection', 'spike', 'unusual']
123
+ }),
75
124
  anomalySwimLane: function anomalySwimLane() {
76
125
  return import('./assets/anomaly_swim_lane');
77
126
  },
78
- apmApp: function apmApp() {
127
+ apmApp: withMetadata(function () {
79
128
  return import('./assets/app_apm');
80
- },
129
+ }, {
130
+ category: 'app'
131
+ }),
81
132
  apmTrace: function apmTrace() {
82
133
  return import('./assets/chart_waterfall');
83
134
  },
84
135
  // NOTE: To be deprecated in favor of chartWaterfall
85
- chartWaterfall: function chartWaterfall() {
136
+ chartWaterfall: withMetadata(function () {
86
137
  return import('./assets/chart_waterfall');
87
- },
88
- appSearchApp: function appSearchApp() {
138
+ }, {
139
+ synonyms: ['waterfall chart', 'cascade', 'steps', 'bridge', 'cumulative', 'breakdown']
140
+ }),
141
+ appSearchApp: withMetadata(function () {
89
142
  return import('./assets/app_app_search');
90
- },
143
+ }, {
144
+ category: 'app'
145
+ }),
91
146
  apps: function apps() {
92
147
  return import('./assets/apps');
93
148
  },
@@ -95,87 +150,123 @@ export var typeToPathMap = {
95
150
  return import('./assets/chevron_single_down');
96
151
  },
97
152
  // NOTE: To be deprecated in favor of chevronSingleDown
98
- chevronSingleDown: function chevronSingleDown() {
153
+ chevronSingleDown: withMetadata(function () {
99
154
  return import('./assets/chevron_single_down');
100
- },
155
+ }, {
156
+ synonyms: ['chevron', 'down', 'dropdown', 'expand', 'arrow', 'caret']
157
+ }),
101
158
  arrowLeft: function arrowLeft() {
102
159
  return import('./assets/chevron_single_left');
103
160
  },
104
161
  // NOTE: To be deprecated in favor of chevronSingleLeft
105
- chevronSingleLeft: function chevronSingleLeft() {
162
+ chevronSingleLeft: withMetadata(function () {
106
163
  return import('./assets/chevron_single_left');
107
- },
164
+ }, {
165
+ synonyms: ['chevron', 'left', 'back', 'previous', 'arrow', 'caret']
166
+ }),
108
167
  arrowRight: function arrowRight() {
109
168
  return import('./assets/chevron_single_right');
110
169
  },
111
- // NOTE: To be deprecated in favor of chevronSinglRight
112
- chevronSingleRight: function chevronSingleRight() {
170
+ // NOTE: To be deprecated in favor of chevronSingleRight
171
+ chevronSingleRight: withMetadata(function () {
113
172
  return import('./assets/chevron_single_right');
114
- },
173
+ }, {
174
+ synonyms: ['chevron', 'right', 'next', 'forward', 'arrow', 'caret']
175
+ }),
115
176
  arrowUp: function arrowUp() {
116
177
  return import('./assets/chevron_single_up');
117
178
  },
118
179
  // NOTE: To be deprecated in favor of chevronSingleUp
119
- chevronSingleUp: function chevronSingleUp() {
180
+ chevronSingleUp: withMetadata(function () {
120
181
  return import('./assets/chevron_single_up');
121
- },
182
+ }, {
183
+ synonyms: ['chevron', 'up', 'collapse', 'arrow', 'caret']
184
+ }),
122
185
  arrowStart: function arrowStart() {
123
186
  return import('./assets/chevron_limit_left');
124
187
  },
125
188
  // NOTE: To be deprecated in favor of chevronLimitLeft
126
- chevronLimitLeft: function chevronLimitLeft() {
189
+ chevronLimitLeft: withMetadata(function () {
127
190
  return import('./assets/chevron_limit_left');
128
- },
191
+ }, {
192
+ synonyms: ['chevron', 'limit', 'first', 'start', 'beginning', 'jump', 'skip']
193
+ }),
129
194
  arrowEnd: function arrowEnd() {
130
195
  return import('./assets/chevron_limit_right');
131
196
  },
132
197
  // NOTE: To be deprecated in favor of chevronLimitRight
133
- chevronLimitRight: function chevronLimitRight() {
198
+ chevronLimitRight: withMetadata(function () {
134
199
  return import('./assets/chevron_limit_right');
135
- },
200
+ }, {
201
+ synonyms: ['chevron', 'limit', 'last', 'end', 'final', 'jump', 'skip']
202
+ }),
136
203
  article: function article() {
137
204
  return import('./assets/article');
138
205
  },
139
- asterisk: function asterisk() {
206
+ asterisk: withMetadata(function () {
140
207
  return import('./assets/asterisk');
141
- },
142
- at: function at() {
208
+ }, {
209
+ synonyms: ['star', 'wildcard', 'required', 'multiply', 'reference', 'footnote']
210
+ }),
211
+ at: withMetadata(function () {
143
212
  return import('./assets/at');
144
- },
145
- archive: function archive() {
213
+ }, {
214
+ synonyms: ['email', 'mention', 'address', 'symbol', 'contact', 'handle']
215
+ }),
216
+ archive: withMetadata(function () {
146
217
  return import('./assets/archive');
147
- },
148
- axisX: function axisX() {
218
+ }, {
219
+ synonyms: ['storage', 'box', 'store', 'backup', 'file away', 'saved', 'repository']
220
+ }),
221
+ axisX: withMetadata(function () {
149
222
  return import('./assets/axis_x');
150
- },
151
- axisYLeft: function axisYLeft() {
223
+ }, {
224
+ synonyms: ['x axis', 'horizontal axis', 'chart', 'graph', 'dimension', 'abscissa']
225
+ }),
226
+ axisYLeft: withMetadata(function () {
152
227
  return import('./assets/axis_y_left');
153
- },
154
- axisYRight: function axisYRight() {
228
+ }, {
229
+ synonyms: ['y axis', 'left', 'vertical axis', 'chart', 'graph', 'ordinate']
230
+ }),
231
+ axisYRight: withMetadata(function () {
155
232
  return import('./assets/axis_y_right');
156
- },
157
- auditbeatApp: function auditbeatApp() {
233
+ }, {
234
+ synonyms: ['y axis', 'right', 'vertical axis', 'chart', 'graph', 'ordinate']
235
+ }),
236
+ auditbeatApp: withMetadata(function () {
158
237
  return import('./assets/app_auditbeat');
159
- },
160
- backgroundTask: function backgroundTask() {
238
+ }, {
239
+ category: 'app'
240
+ }),
241
+ backgroundTask: withMetadata(function () {
161
242
  return import('./assets/background_task');
162
- },
243
+ }, {
244
+ synonyms: ['background', 'async', 'job', 'task', 'process', 'worker', 'queue']
245
+ }),
163
246
  beaker: function beaker() {
164
247
  return import('./assets/flask');
165
248
  },
166
249
  // NOTE: To be deprecated in favor of `flask`
167
- bell: function bell() {
250
+ bell: withMetadata(function () {
168
251
  return import('./assets/bell');
169
- },
170
- bellSlash: function bellSlash() {
252
+ }, {
253
+ synonyms: ['notification', 'alert', 'alarm', 'notify', 'ring', 'reminder', 'announcements']
254
+ }),
255
+ bellSlash: withMetadata(function () {
171
256
  return import('./assets/bell_slash');
172
- },
173
- beta: function beta() {
257
+ }, {
258
+ synonyms: ['mute', 'notification off', 'silence', 'bell disabled', 'alerts off', 'quiet']
259
+ }),
260
+ beta: withMetadata(function () {
174
261
  return import('./assets/beta');
175
- },
176
- bolt: function bolt() {
262
+ }, {
263
+ synonyms: ['greek', 'test', 'experimental', 'preview', 'version', 'letter']
264
+ }),
265
+ bolt: withMetadata(function () {
177
266
  return import('./assets/bolt');
178
- },
267
+ }, {
268
+ synonyms: ['lightning', 'fast', 'power', 'electric', 'speed', 'energy']
269
+ }),
179
270
  boxesHorizontal: function boxesHorizontal() {
180
271
  return import('./assets/boxes_vertical');
181
272
  },
@@ -183,123 +274,191 @@ export var typeToPathMap = {
183
274
  boxesVertical: function boxesVertical() {
184
275
  return import('./assets/boxes_vertical');
185
276
  },
186
- branch: function branch() {
277
+ branch: withMetadata(function () {
187
278
  return import('./assets/branch');
188
- },
189
- briefcase: function briefcase() {
279
+ }, {
280
+ synonyms: ['git', 'version control', 'fork', 'tree', 'split', 'divergence']
281
+ }),
282
+ briefcase: withMetadata(function () {
190
283
  return import('./assets/briefcase');
191
- },
284
+ }, {
285
+ synonyms: ['work', 'business', 'job', 'portfolio', 'office', 'career']
286
+ }),
192
287
  branchUser: function branchUser() {
193
288
  return import('./assets/branch_user');
194
289
  },
195
- broom: function broom() {
290
+ broom: withMetadata(function () {
196
291
  return import('./assets/broom');
197
- },
198
- brush: function brush() {
292
+ }, {
293
+ synonyms: ['clean', 'sweep', 'clear', 'tidy', 'wipe', 'brush off']
294
+ }),
295
+ brush: withMetadata(function () {
199
296
  return import('./assets/brush');
200
- },
201
- bug: function bug() {
297
+ }, {
298
+ synonyms: ['paint', 'draw', 'art', 'design', 'stroke', 'brush tool']
299
+ }),
300
+ bug: withMetadata(function () {
202
301
  return import('./assets/bug');
203
- },
204
- bulb: function bulb() {
302
+ }, {
303
+ synonyms: ['insect', 'defect', 'issue', 'error', 'debug', 'glitch']
304
+ }),
305
+ bulb: withMetadata(function () {
205
306
  return import('./assets/bulb');
206
- },
207
- bullseye: function bullseye() {
307
+ }, {
308
+ synonyms: ['light', 'idea', 'lamp', 'insight', 'bright', 'hint']
309
+ }),
310
+ bullseye: withMetadata(function () {
208
311
  return import('./assets/bullseye');
209
- },
210
- calendar: function calendar() {
312
+ }, {
313
+ synonyms: ['findings', 'target', 'aim', 'goal', 'focus', 'dartboard', 'precision', 'center']
314
+ }),
315
+ calendar: withMetadata(function () {
211
316
  return import('./assets/calendar');
212
- },
213
- canvasApp: function canvasApp() {
317
+ }, {
318
+ synonyms: ['date', 'schedule', 'event', 'day', 'month', 'time']
319
+ }),
320
+ canvasApp: withMetadata(function () {
214
321
  return import('./assets/app_canvas');
215
- },
216
- casesApp: function casesApp() {
322
+ }, {
323
+ category: 'app'
324
+ }),
325
+ casesApp: withMetadata(function () {
217
326
  return import('./assets/app_cases');
218
- },
327
+ }, {
328
+ category: 'app'
329
+ }),
219
330
  changePointDetection: function changePointDetection() {
220
331
  return import('./assets/chart_change_point');
221
332
  },
222
333
  // NOTE: To be deprecated in favor of chartChangePoint
223
- chartChangePoint: function chartChangePoint() {
334
+ chartChangePoint: withMetadata(function () {
224
335
  return import('./assets/chart_change_point');
225
- },
226
- chartArea: function chartArea() {
336
+ }, {
337
+ synonyms: ['change point', 'chart', 'breakpoint', 'shift', 'detection', 'regime']
338
+ }),
339
+ chartArea: withMetadata(function () {
227
340
  return import('./assets/chart_area');
228
- },
229
- chartAreaStack: function chartAreaStack() {
341
+ }, {
342
+ synonyms: ['area chart', 'graph', 'visualization', 'filled', 'trend', 'plot']
343
+ }),
344
+ chartAreaStack: withMetadata(function () {
230
345
  return import('./assets/chart_area_stack');
231
- },
232
- chartBarHorizontal: function chartBarHorizontal() {
346
+ }, {
347
+ synonyms: ['stacked area', 'chart', 'graph', 'layers', 'visualization', 'plot']
348
+ }),
349
+ chartBarHorizontal: withMetadata(function () {
233
350
  return import('./assets/chart_bar_horizontal');
234
- },
235
- chartBarHorizontalStack: function chartBarHorizontalStack() {
351
+ }, {
352
+ synonyms: ['bar chart', 'horizontal', 'graph', 'bars', 'visualization', 'plot']
353
+ }),
354
+ chartBarHorizontalStack: withMetadata(function () {
236
355
  return import('./assets/chart_bar_horizontal_stack');
237
- },
238
- chartBarVertical: function chartBarVertical() {
356
+ }, {
357
+ synonyms: ['stacked bar', 'horizontal', 'chart', 'graph', 'grouped', 'plot']
358
+ }),
359
+ chartBarVertical: withMetadata(function () {
239
360
  return import('./assets/chart_bar_vertical');
240
- },
241
- chartBarVerticalStack: function chartBarVerticalStack() {
361
+ }, {
362
+ synonyms: ['bar chart', 'vertical', 'graph', 'columns', 'visualization', 'plot']
363
+ }),
364
+ chartBarVerticalStack: withMetadata(function () {
242
365
  return import('./assets/chart_bar_vertical_stack');
243
- },
244
- chartGauge: function chartGauge() {
366
+ }, {
367
+ synonyms: ['stacked bar', 'vertical', 'chart', 'graph', 'grouped', 'plot']
368
+ }),
369
+ chartGauge: withMetadata(function () {
245
370
  return import('./assets/chart_gauge');
246
- },
247
- chartHeatmap: function chartHeatmap() {
371
+ }, {
372
+ synonyms: ['gauge', 'meter', 'dial', 'chart', 'metric', 'speedometer']
373
+ }),
374
+ chartHeatmap: withMetadata(function () {
248
375
  return import('./assets/chart_heatmap');
249
- },
250
- chartLine: function chartLine() {
376
+ }, {
377
+ synonyms: ['heatmap', 'matrix', 'density', 'chart', 'grid', 'correlation']
378
+ }),
379
+ chartLine: withMetadata(function () {
251
380
  return import('./assets/chart_line');
252
- },
253
- chartPie: function chartPie() {
381
+ }, {
382
+ synonyms: ['line chart', 'graph', 'trend', 'visualization', 'plot', 'time series']
383
+ }),
384
+ chartPie: withMetadata(function () {
254
385
  return import('./assets/chart_pie');
255
- },
256
- chartTagCloud: function chartTagCloud() {
386
+ }, {
387
+ synonyms: ['pie chart', 'donut', 'proportion', 'circle', 'segments', 'share']
388
+ }),
389
+ chartTagCloud: withMetadata(function () {
257
390
  return import('./assets/chart_tag_cloud');
258
- },
259
- chartThreshold: function chartThreshold() {
391
+ }, {
392
+ synonyms: ['tag cloud', 'word cloud', 'text', 'chart', 'keywords', 'frequency']
393
+ }),
394
+ chartThreshold: withMetadata(function () {
260
395
  return import('./assets/chart_threshold');
261
- },
262
- check: function check() {
396
+ }, {
397
+ synonyms: ['threshold', 'limit', 'chart', 'boundary', 'alert line', 'cutoff']
398
+ }),
399
+ check: withMetadata(function () {
263
400
  return import('./assets/check');
264
- },
265
- checkCircle: function checkCircle() {
401
+ }, {
402
+ synonyms: ['tick', 'confirm', 'done', 'yes', 'approve', 'mark']
403
+ }),
404
+ checkCircle: withMetadata(function () {
266
405
  return import('./assets/check_circle');
267
- },
406
+ }, {
407
+ synonyms: ['check', 'circle', 'success', 'confirm', 'complete', 'ok']
408
+ }),
268
409
  checkInCircleFilled: function checkInCircleFilled() {
269
410
  return import('./assets/check_circle_fill');
270
411
  },
271
412
  // NOTE: To be deprecated in favor of checkCircleFill
272
- checkCircleFill: function checkCircleFill() {
413
+ checkCircleFill: withMetadata(function () {
273
414
  return import('./assets/check_circle_fill');
274
- },
415
+ }, {
416
+ synonyms: ['check', 'filled', 'success', 'confirm', 'complete', 'ok']
417
+ }),
275
418
  cheer: function cheer() {
276
419
  return import('./assets/popper');
277
420
  },
278
421
  // NOTE: To be deprecated in favor of popper
279
- popper: function popper() {
422
+ popper: withMetadata(function () {
280
423
  return import('./assets/popper');
281
- },
282
- classificationJob: function classificationJob() {
424
+ }, {
425
+ synonyms: ['popper', 'tooltip', 'overlay', 'popup', 'floating']
426
+ }),
427
+ classificationJob: withMetadata(function () {
283
428
  return import('./assets/ml_classification_job');
284
- },
285
- clickLeft: function clickLeft() {
429
+ }, {
430
+ category: 'ml'
431
+ }),
432
+ clickLeft: withMetadata(function () {
286
433
  return import('./assets/click_left');
287
- },
288
- clickRight: function clickRight() {
434
+ }, {
435
+ synonyms: ['click', 'left', 'mouse', 'pointer', 'button', 'tap']
436
+ }),
437
+ clickRight: withMetadata(function () {
289
438
  return import('./assets/click_right');
290
- },
291
- clock: function clock() {
439
+ }, {
440
+ synonyms: ['click', 'right', 'mouse', 'context', 'button', 'tap']
441
+ }),
442
+ clock: withMetadata(function () {
292
443
  return import('./assets/clock');
293
- },
294
- clockCounter: function clockCounter() {
444
+ }, {
445
+ synonyms: ['clock']
446
+ }),
447
+ clockCounter: withMetadata(function () {
295
448
  return import('./assets/clock_counter');
296
- },
297
- clockControl: function clockControl() {
449
+ }, {
450
+ synonyms: ['clock', 'counter', 'countdown', 'timer', 'time', 'elapsed']
451
+ }),
452
+ clockControl: withMetadata(function () {
298
453
  return import('./assets/clock_control');
299
- },
300
- cloud: function cloud() {
454
+ }, {
455
+ synonyms: ['clock', 'control', 'time', 'schedule', 'timer', 'settings']
456
+ }),
457
+ cloud: withMetadata(function () {
301
458
  return import('./assets/cloud');
302
- },
459
+ }, {
460
+ synonyms: ['cloud', 'online', 'hosting', 'saas', 'remote']
461
+ }),
303
462
  cloudDrizzle: function cloudDrizzle() {
304
463
  return import('./assets/cloud_drizzle');
305
464
  },
@@ -309,45 +468,63 @@ export var typeToPathMap = {
309
468
  cloudSunny: function cloudSunny() {
310
469
  return import('./assets/cloud_sunny');
311
470
  },
312
- cluster: function cluster() {
471
+ cluster: withMetadata(function () {
313
472
  return import('./assets/cluster');
314
- },
315
- code: function code() {
473
+ }, {
474
+ synonyms: ['cluster', 'nodes', 'group', 'collection', 'distributed']
475
+ }),
476
+ code: withMetadata(function () {
316
477
  return import('./assets/code');
317
- },
318
- codeApp: function codeApp() {
478
+ }, {
479
+ synonyms: ['code', 'developer', 'programming', 'script', 'source']
480
+ }),
481
+ codeApp: withMetadata(function () {
319
482
  return import('./assets/app_code');
320
- },
483
+ }, {
484
+ category: 'app'
485
+ }),
321
486
  color: function color() {
322
487
  return import('./assets/paint_bucket');
323
488
  },
324
489
  // NOTE: To be deprecated in favor of paintBucket
325
- paintBucket: function paintBucket() {
490
+ paintBucket: withMetadata(function () {
326
491
  return import('./assets/paint_bucket');
327
- },
328
- commandLine: function commandLine() {
492
+ }, {
493
+ synonyms: ['paint', 'fill', 'bucket', 'color', 'flood fill']
494
+ }),
495
+ commandLine: withMetadata(function () {
329
496
  return import('./assets/command_line');
330
- },
331
- comment: function comment() {
497
+ }, {
498
+ synonyms: ['terminal', 'cli', 'console', 'shell', 'command', 'prompt']
499
+ }),
500
+ comment: withMetadata(function () {
332
501
  return import('./assets/comment');
333
- },
334
- compare: function compare() {
502
+ }, {
503
+ synonyms: ['comment', 'chat', 'message', 'feedback', 'discussion']
504
+ }),
505
+ compare: withMetadata(function () {
335
506
  return import('./assets/compare');
336
- },
507
+ }, {
508
+ synonyms: ['compare', 'diff', 'versus', 'side by side']
509
+ }),
337
510
  compute: function compute() {
338
511
  return import('./assets/processor');
339
512
  },
340
513
  // NOTE: To be deprecated in favor of processor
341
- processor: function processor() {
514
+ processor: withMetadata(function () {
342
515
  return import('./assets/processor');
343
- },
516
+ }, {
517
+ synonyms: ['processor', 'compute', 'cpu', 'transform', 'ingest']
518
+ }),
344
519
  console: function console() {
345
520
  return import('./assets/command_line');
346
521
  },
347
522
  // NOTE: To be deprecated in favor of commandLine
348
- consoleApp: function consoleApp() {
523
+ consoleApp: withMetadata(function () {
349
524
  return import('./assets/app_console');
350
- },
525
+ }, {
526
+ category: 'app'
527
+ }),
351
528
  container: function container() {
352
529
  return import('./assets/container');
353
530
  },
@@ -363,19 +540,25 @@ export var typeToPathMap = {
363
540
  continuityWithin: function continuityWithin() {
364
541
  return import('./assets/continuity_within');
365
542
  },
366
- contrast: function contrast() {
543
+ contrast: withMetadata(function () {
367
544
  return import('./assets/contrast');
368
- },
545
+ }, {
546
+ synonyms: ['contrast', 'accessibility', 'visibility', 'a11y']
547
+ }),
369
548
  contrastHigh: function contrastHigh() {
370
549
  return import('./assets/contrast_fill');
371
550
  },
372
551
  // NOTE: To be deprecated in favor of contrastFill
373
- contrastFill: function contrastFill() {
552
+ contrastFill: withMetadata(function () {
374
553
  return import('./assets/contrast_fill');
375
- },
376
- controls: function controls() {
554
+ }, {
555
+ synonyms: ['contrast', 'filled', 'accessibility', 'visibility', 'a11y', 'display']
556
+ }),
557
+ controls: withMetadata(function () {
377
558
  return import('./assets/controls');
378
- },
559
+ }, {
560
+ synonyms: ['controls', 'sliders', 'settings', 'adjust', 'panel']
561
+ }),
379
562
  controlsHorizontal: function controlsHorizontal() {
380
563
  return import('./assets/controls');
381
564
  },
@@ -384,50 +567,74 @@ export var typeToPathMap = {
384
567
  return import('./assets/controls');
385
568
  },
386
569
  // NOTE: To be deprecated in favor of `controls`
387
- copy: function copy() {
570
+ copy: withMetadata(function () {
388
571
  return import('./assets/copy');
389
- },
572
+ }, {
573
+ synonyms: ['duplicate', 'clone', 'clipboard', 'replicate', 'paste']
574
+ }),
390
575
  copyClipboard: function copyClipboard() {
391
576
  return import('./assets/copy');
392
577
  },
393
578
  // NOTE: To be deprecated in favor of `copy`
394
- crossProjectSearch: function crossProjectSearch() {
579
+ crossProjectSearch: withMetadata(function () {
395
580
  return import('./assets/cross_project_search');
396
- },
397
- createAdvancedJob: function createAdvancedJob() {
581
+ }, {
582
+ synonyms: ['search', 'cross project', 'global', 'find', 'lookup', 'explore']
583
+ }),
584
+ createAdvancedJob: withMetadata(function () {
398
585
  return import('./assets/ml_create_advanced_job');
399
- },
400
- createGenericJob: function createGenericJob() {
586
+ }, {
587
+ category: 'ml'
588
+ }),
589
+ createGenericJob: withMetadata(function () {
401
590
  return import('./assets/ml_create_generic_job');
402
- },
403
- createGeoJob: function createGeoJob() {
591
+ }, {
592
+ category: 'ml'
593
+ }),
594
+ createGeoJob: withMetadata(function () {
404
595
  return import('./assets/ml_create_geo_job');
405
- },
406
- createMultiMetricJob: function createMultiMetricJob() {
596
+ }, {
597
+ category: 'ml'
598
+ }),
599
+ createMultiMetricJob: withMetadata(function () {
407
600
  return import('./assets/ml_create_multi_metric_job');
408
- },
409
- createPopulationJob: function createPopulationJob() {
601
+ }, {
602
+ category: 'ml'
603
+ }),
604
+ createPopulationJob: withMetadata(function () {
410
605
  return import('./assets/ml_create_population_job');
411
- },
412
- createSingleMetricJob: function createSingleMetricJob() {
606
+ }, {
607
+ category: 'ml'
608
+ }),
609
+ createSingleMetricJob: withMetadata(function () {
413
610
  return import('./assets/ml_create_single_metric_job');
414
- },
415
- cross: function cross() {
611
+ }, {
612
+ category: 'ml'
613
+ }),
614
+ cross: withMetadata(function () {
416
615
  return import('./assets/cross');
417
- },
418
- crossClusterReplicationApp: function crossClusterReplicationApp() {
616
+ }, {
617
+ synonyms: ['cross', 'close', 'cancel', 'delete']
618
+ }),
619
+ crossClusterReplicationApp: withMetadata(function () {
419
620
  return import('./assets/app_cross_cluster_replication');
420
- },
621
+ }, {
622
+ category: 'app'
623
+ }),
421
624
  crossInCircle: function crossInCircle() {
422
625
  return import('./assets/cross_circle');
423
626
  },
424
627
  // NOTE: To be deprecated in favor of crossCircle
425
- crossCircle: function crossCircle() {
628
+ crossCircle: withMetadata(function () {
426
629
  return import('./assets/cross_circle');
427
- },
428
- crosshair: function crosshair() {
630
+ }, {
631
+ synonyms: ['cross circle', 'cross', 'close', 'cancel', 'delete', 'circle']
632
+ }),
633
+ crosshair: withMetadata(function () {
429
634
  return import('./assets/crosshair');
430
- },
635
+ }, {
636
+ synonyms: ['crosshair']
637
+ }),
431
638
  crosshairs: function crosshairs() {
432
639
  return import('./assets/crosshair');
433
640
  },
@@ -436,83 +643,121 @@ export var typeToPathMap = {
436
643
  return import('./assets/money');
437
644
  },
438
645
  // NOTE: To be deprecated in favor of money
439
- money: function money() {
646
+ money: withMetadata(function () {
440
647
  return import('./assets/money');
441
- },
648
+ }, {
649
+ synonyms: ['money', 'payment', 'billing', 'cost', 'finance']
650
+ }),
442
651
  cut: function cut() {
443
652
  return import('./assets/scissors');
444
653
  },
445
654
  // NOTE: To be deprecated in favor of scissors
446
- scissors: function scissors() {
655
+ scissors: withMetadata(function () {
447
656
  return import('./assets/scissors');
448
- },
449
- dashboardApp: function dashboardApp() {
657
+ }, {
658
+ synonyms: ['scissors']
659
+ }),
660
+ dashboardApp: withMetadata(function () {
450
661
  return import('./assets/app_dashboard');
451
- },
452
- dashedCircle: function dashedCircle() {
662
+ }, {
663
+ category: 'app'
664
+ }),
665
+ dashedCircle: withMetadata(function () {
453
666
  return import('./assets/dashed_circle');
454
- },
455
- dataVisualizer: function dataVisualizer() {
667
+ }, {
668
+ synonyms: ['dashed', 'circle', 'pending', 'incomplete', 'outline', 'status']
669
+ }),
670
+ dataVisualizer: withMetadata(function () {
456
671
  return import('./assets/ml_data_visualizer');
457
- },
458
- database: function database() {
672
+ }, {
673
+ category: 'ml'
674
+ }),
675
+ database: withMetadata(function () {
459
676
  return import('./assets/database');
460
- },
677
+ }, {
678
+ synonyms: ['database', 'data', 'storage', 'sql', 'records']
679
+ }),
461
680
  desktop: function desktop() {
462
681
  return import('./assets/display');
463
682
  },
464
683
  // NOTE: To be deprecated in favor of display
465
- display: function display() {
684
+ display: withMetadata(function () {
466
685
  return import('./assets/display');
467
- },
468
- devToolsApp: function devToolsApp() {
686
+ }, {
687
+ synonyms: ['display']
688
+ }),
689
+ devToolsApp: withMetadata(function () {
469
690
  return import('./assets/app_devtools');
470
- },
691
+ }, {
692
+ category: 'app'
693
+ }),
471
694
  diff: function diff() {
472
695
  return import('./assets/compare');
473
696
  },
474
697
  // NOTE: To be deprecated in favor of compare
475
- discoverApp: function discoverApp() {
698
+ discoverApp: withMetadata(function () {
476
699
  return import('./assets/app_discover');
477
- },
478
- distributeHorizontal: function distributeHorizontal() {
700
+ }, {
701
+ category: 'app'
702
+ }),
703
+ distributeHorizontal: withMetadata(function () {
479
704
  return import('./assets/distribute_horizontal');
480
- },
481
- distributeVertical: function distributeVertical() {
705
+ }, {
706
+ synonyms: ['distribute horizontal', 'distribute', 'horizontal']
707
+ }),
708
+ distributeVertical: withMetadata(function () {
482
709
  return import('./assets/distribute_vertical');
483
- },
484
- download: function download() {
710
+ }, {
711
+ synonyms: ['distribute vertical', 'distribute', 'vertical']
712
+ }),
713
+ download: withMetadata(function () {
485
714
  return import('./assets/download');
486
- },
487
- drag: function drag() {
715
+ }, {
716
+ synonyms: ['save', 'export', 'retrieve', 'get file', 'arrow down', 'pull']
717
+ }),
718
+ drag: withMetadata(function () {
488
719
  return import('./assets/drag');
489
- },
490
- dragHorizontal: function dragHorizontal() {
720
+ }, {
721
+ synonyms: ['drag', 'move', 'grab', 'reorder', 'handle']
722
+ }),
723
+ dragHorizontal: withMetadata(function () {
491
724
  return import('./assets/drag_horizontal');
492
- },
493
- dragVertical: function dragVertical() {
725
+ }, {
726
+ synonyms: ['drag horizontal', 'drag', 'move', 'grab', 'reorder', 'handle', 'horizontal']
727
+ }),
728
+ dragVertical: withMetadata(function () {
494
729
  return import('./assets/drag_vertical');
495
- },
730
+ }, {
731
+ synonyms: ['drag vertical', 'drag', 'move', 'grab', 'reorder', 'handle', 'vertical']
732
+ }),
496
733
  discuss: function discuss() {
497
734
  return import('./assets/comment');
498
735
  },
499
736
  // NOTE: To be deprecated in favor of `comment`
500
- document: function document() {
737
+ document: withMetadata(function () {
501
738
  return import('./assets/document');
502
- },
739
+ }, {
740
+ synonyms: ['document', 'file', 'page', 'paper', 'doc']
741
+ }),
503
742
  documentEdit: function documentEdit() {
504
743
  return import('./assets/document_edit');
505
744
  },
506
745
  // NOTE: To be deprecated in favor of pencil
507
- documentation: function documentation() {
746
+ documentation: withMetadata(function () {
508
747
  return import('./assets/documentation');
509
- },
510
- documents: function documents() {
748
+ }, {
749
+ synonyms: ['documentation', 'docs', 'help', 'guide', 'manual']
750
+ }),
751
+ documents: withMetadata(function () {
511
752
  return import('./assets/documents');
512
- },
513
- dot: function dot() {
753
+ }, {
754
+ synonyms: ['documents', 'files', 'pages', 'papers', 'library']
755
+ }),
756
+ dot: withMetadata(function () {
514
757
  return import('./assets/dot');
515
- },
758
+ }, {
759
+ synonyms: ['dot', 'point', 'bullet', 'period', 'circle']
760
+ }),
516
761
  dotInCircle: function dotInCircle() {
517
762
  return import('./assets/dot_in_circle');
518
763
  },
@@ -520,54 +765,70 @@ export var typeToPathMap = {
520
765
  return import('./assets/chevron_double_left');
521
766
  },
522
767
  // NOTE: To be deprecated in favor of chevronDoubleLeft
523
- chevronDoubleLeft: function chevronDoubleLeft() {
768
+ chevronDoubleLeft: withMetadata(function () {
524
769
  return import('./assets/chevron_double_left');
525
- },
770
+ }, {
771
+ synonyms: ['chevron', 'double', 'left', 'rewind', 'back', 'previous']
772
+ }),
526
773
  doubleArrowRight: function doubleArrowRight() {
527
774
  return import('./assets/chevron_double_right');
528
775
  },
529
776
  // NOTE: To be deprecated in favor of chevronDoubleRight
530
- chevronDoubleRight: function chevronDoubleRight() {
777
+ chevronDoubleRight: withMetadata(function () {
531
778
  return import('./assets/chevron_double_right');
532
- },
533
- ellipsis: function ellipsis() {
779
+ }, {
780
+ synonyms: ['chevron', 'double', 'right', 'forward', 'skip', 'next']
781
+ }),
782
+ ellipsis: withMetadata(function () {
534
783
  return import('./assets/ellipsis');
535
- },
784
+ }, {
785
+ synonyms: ['ellipsis', 'more', 'menu', 'overflow', 'dots']
786
+ }),
536
787
  editorAlignCenter: function editorAlignCenter() {
537
788
  return import('./assets/text_align_center');
538
789
  },
539
790
  // NOTE: To be deprecated in favor of textAlignCenter
540
- textAlignCenter: function textAlignCenter() {
791
+ textAlignCenter: withMetadata(function () {
541
792
  return import('./assets/text_align_center');
542
- },
793
+ }, {
794
+ synonyms: ['text', 'align', 'center', 'middle', 'typography']
795
+ }),
543
796
  editorAlignLeft: function editorAlignLeft() {
544
797
  return import('./assets/text_align_left');
545
798
  },
546
799
  // NOTE: To be deprecated in favor of textAlignLeft
547
- textAlignLeft: function textAlignLeft() {
800
+ textAlignLeft: withMetadata(function () {
548
801
  return import('./assets/text_align_left');
549
- },
802
+ }, {
803
+ synonyms: ['text', 'align', 'left', 'typography', 'paragraph']
804
+ }),
550
805
  editorAlignRight: function editorAlignRight() {
551
806
  return import('./assets/text_align_right');
552
807
  },
553
808
  // NOTE: To be deprecated in favor of textAlignRight
554
- textAlignRight: function textAlignRight() {
809
+ textAlignRight: withMetadata(function () {
555
810
  return import('./assets/text_align_right');
556
- },
811
+ }, {
812
+ synonyms: ['text', 'align', 'right', 'typography', 'paragraph']
813
+ }),
557
814
  editorBold: function editorBold() {
558
815
  return import('./assets/text_bold');
559
816
  },
560
817
  // NOTE: To be deprecated in favor of textBold
561
- textBold: function textBold() {
818
+ textBold: withMetadata(function () {
562
819
  return import('./assets/text_bold');
563
- },
820
+ }, {
821
+ synonyms: ['text bold', 'text', 'bold', 'typography', 'formatting']
822
+ }),
564
823
  editorChecklist: function editorChecklist() {
565
824
  return import('./assets/list_check');
566
825
  },
567
826
  // NOTE: To be deprecated in favor of listCheck
568
- listCheck: function listCheck() {
827
+ listCheck: withMetadata(function () {
569
828
  return import('./assets/list_check');
570
- },
829
+ }, {
830
+ synonyms: ['list check', 'list', 'bullet', 'items', 'rows', 'check', 'tick', 'confirm']
831
+ }),
571
832
  editorCodeBlock: function editorCodeBlock() {
572
833
  return import('./assets/code');
573
834
  },
@@ -588,16 +849,20 @@ export var typeToPathMap = {
588
849
  return import('./assets/text_heading');
589
850
  },
590
851
  // NOTE: To be deprecated in favor of textHeading
591
- textHeading: function textHeading() {
852
+ textHeading: withMetadata(function () {
592
853
  return import('./assets/text_heading');
593
- },
854
+ }, {
855
+ synonyms: ['text', 'heading', 'title', 'h1', 'typography', 'header']
856
+ }),
594
857
  editorItalic: function editorItalic() {
595
858
  return import('./assets/text_italic');
596
859
  },
597
860
  // NOTE: To be deprecated in favor of textItalic
598
- textItalic: function textItalic() {
861
+ textItalic: withMetadata(function () {
599
862
  return import('./assets/text_italic');
600
- },
863
+ }, {
864
+ synonyms: ['text italic', 'text', 'italic', 'typography', 'formatting']
865
+ }),
601
866
  editorItemAlignBottom: function editorItemAlignBottom() {
602
867
  return import('./assets/editor_item_align_bottom');
603
868
  },
@@ -630,9 +895,11 @@ export var typeToPathMap = {
630
895
  return import('./assets/list_number');
631
896
  },
632
897
  // NOTE: To be deprecated in favor of listNumber
633
- listNumber: function listNumber() {
898
+ listNumber: withMetadata(function () {
634
899
  return import('./assets/list_number');
635
- },
900
+ }, {
901
+ synonyms: ['list number', 'list', 'bullet', 'items', 'rows', 'number', 'digit', 'numeric']
902
+ }),
636
903
  editorPositionBottomLeft: function editorPositionBottomLeft() {
637
904
  return import('./assets/editor_position_bottom_left');
638
905
  },
@@ -653,80 +920,108 @@ export var typeToPathMap = {
653
920
  return import('./assets/redo');
654
921
  },
655
922
  // NOTE: To be deprecated in favor of redo
656
- redo: function redo() {
923
+ redo: withMetadata(function () {
657
924
  return import('./assets/redo');
658
- },
925
+ }, {
926
+ synonyms: ['redo', 'repeat', 'forward', 'again']
927
+ }),
659
928
  editorStrike: function editorStrike() {
660
929
  return import('./assets/text_strike');
661
930
  },
662
931
  // NOTE: To be deprecated in favor of textStrike
663
- textStrike: function textStrike() {
932
+ textStrike: withMetadata(function () {
664
933
  return import('./assets/text_strike');
665
- },
934
+ }, {
935
+ synonyms: ['text', 'strikethrough', 'strike', 'delete', 'typography']
936
+ }),
666
937
  editorTable: function editorTable() {
667
938
  return import('./assets/table');
668
939
  },
669
940
  // NOTE: To be deprecated in favor of table
670
- table: function table() {
941
+ table: withMetadata(function () {
671
942
  return import('./assets/table');
672
- },
943
+ }, {
944
+ synonyms: ['table']
945
+ }),
673
946
  editorUnderline: function editorUnderline() {
674
947
  return import('./assets/text_underline');
675
948
  },
676
949
  // NOTE: To be deprecated in favor of textUnderline
677
- textUnderline: function textUnderline() {
950
+ textUnderline: withMetadata(function () {
678
951
  return import('./assets/text_underline');
679
- },
952
+ }, {
953
+ synonyms: ['text underline', 'text', 'underline', 'typography', 'formatting']
954
+ }),
680
955
  editorUndo: function editorUndo() {
681
956
  return import('./assets/undo');
682
957
  },
683
958
  // NOTE: To be deprecated in favor of undo
684
- undo: function undo() {
959
+ undo: withMetadata(function () {
685
960
  return import('./assets/undo');
686
- },
961
+ }, {
962
+ synonyms: ['undo', 'revert', 'back', 'previous action']
963
+ }),
687
964
  editorUnorderedList: function editorUnorderedList() {
688
965
  return import('./assets/list_bullet');
689
966
  },
690
967
  // NOTE: To be deprecated in favor of listBullet
691
- listBullet: function listBullet() {
968
+ listBullet: withMetadata(function () {
692
969
  return import('./assets/list_bullet');
693
- },
970
+ }, {
971
+ synonyms: ['list bullet', 'list', 'bullet', 'items', 'rows']
972
+ }),
694
973
  email: function email() {
695
974
  return import('./assets/mail');
696
975
  },
697
976
  // NOTE: To be deprecated in favor of mail
698
- mail: function mail() {
977
+ mail: withMetadata(function () {
699
978
  return import('./assets/mail');
700
- },
701
- empty: function empty() {
979
+ }, {
980
+ synonyms: ['mail', 'email', 'envelope', 'message', 'inbox']
981
+ }),
982
+ empty: withMetadata(function () {
702
983
  return import('./assets/empty');
703
- },
704
- emsApp: function emsApp() {
984
+ }, {
985
+ synonyms: ['empty', 'blank', 'none', 'placeholder', 'void']
986
+ }),
987
+ emsApp: withMetadata(function () {
705
988
  return import('./assets/app_ems');
706
- },
707
- endpoint: function endpoint() {
989
+ }, {
990
+ category: 'app'
991
+ }),
992
+ endpoint: withMetadata(function () {
708
993
  return import('./assets/endpoint');
709
- },
994
+ }, {
995
+ synonyms: ['endpoint', 'api', 'url', 'connection', 'target']
996
+ }),
710
997
  eql: function eql() {
711
998
  return import('./assets/query');
712
999
  },
713
1000
  // NOTE: To be deprecated in favor of query
714
- query: function query() {
1001
+ query: withMetadata(function () {
715
1002
  return import('./assets/query');
716
- },
717
- eraser: function eraser() {
1003
+ }, {
1004
+ synonyms: ['query', 'search', 'sql', 'lucene', 'filter']
1005
+ }),
1006
+ eraser: withMetadata(function () {
718
1007
  return import('./assets/eraser');
719
- },
720
- error: function error() {
1008
+ }, {
1009
+ synonyms: ['eraser', 'clear', 'remove', 'delete', 'rubber']
1010
+ }),
1011
+ error: withMetadata(function () {
721
1012
  return import('./assets/error');
722
- },
1013
+ }, {
1014
+ synonyms: ['error', 'failure', 'problem', 'invalid', 'cross']
1015
+ }),
723
1016
  errorFilled: function errorFilled() {
724
1017
  return import('./assets/error_fill');
725
1018
  },
726
1019
  // NOTE: To be deprecated in favor of errorFill
727
- errorFill: function errorFill() {
1020
+ errorFill: withMetadata(function () {
728
1021
  return import('./assets/error_fill');
729
- },
1022
+ }, {
1023
+ synonyms: ['error fill', 'error', 'failure', 'problem', 'invalid', 'cross', 'fill', 'filled']
1024
+ }),
730
1025
  esqlVis: function esqlVis() {
731
1026
  return import('./assets/esql_vis');
732
1027
  },
@@ -734,16 +1029,20 @@ export var typeToPathMap = {
734
1029
  return import('./assets/log_out');
735
1030
  },
736
1031
  // NOTE: To be deprecated in favor of logOut
737
- logOut: function logOut() {
1032
+ logOut: withMetadata(function () {
738
1033
  return import('./assets/log_out');
739
- },
1034
+ }, {
1035
+ synonyms: ['log out', 'log', 'out']
1036
+ }),
740
1037
  expand: function expand() {
741
1038
  return import('./assets/maximize');
742
1039
  },
743
1040
  // NOTE: To be deprecated in favor of maximize
744
- maximize: function maximize() {
1041
+ maximize: withMetadata(function () {
745
1042
  return import('./assets/maximize');
746
- },
1043
+ }, {
1044
+ synonyms: ['maximize']
1045
+ }),
747
1046
  expandMini: function expandMini() {
748
1047
  return import('./assets/maximize');
749
1048
  },
@@ -755,66 +1054,98 @@ export var typeToPathMap = {
755
1054
  return import('./assets/upload');
756
1055
  },
757
1056
  // NOTE: To be deprecated in favor of upload
758
- upload: function upload() {
1057
+ upload: withMetadata(function () {
759
1058
  return import('./assets/upload');
760
- },
761
- external: function external() {
1059
+ }, {
1060
+ synonyms: ['upload', 'import', 'send', 'cloud', 'arrow up']
1061
+ }),
1062
+ external: withMetadata(function () {
762
1063
  return import('./assets/external');
763
- },
764
- eye: function eye() {
1064
+ }, {
1065
+ synonyms: ['external', 'open new', 'link out', 'outside']
1066
+ }),
1067
+ eye: withMetadata(function () {
765
1068
  return import('./assets/eye');
766
- },
1069
+ }, {
1070
+ synonyms: ['eye', 'view', 'visible', 'show', 'preview', 'watch']
1071
+ }),
767
1072
  eyeClosed: function eyeClosed() {
768
1073
  return import('./assets/eye_slash');
769
1074
  },
770
1075
  // NOTE: To be deprecated in favor of eyeSlash
771
- eyeSlash: function eyeSlash() {
1076
+ eyeSlash: withMetadata(function () {
772
1077
  return import('./assets/eye_slash');
773
- },
774
- faceHappy: function faceHappy() {
1078
+ }, {
1079
+ synonyms: ['eye slash', 'eye', 'view', 'visible', 'show', 'preview', 'watch', 'slash']
1080
+ }),
1081
+ faceHappy: withMetadata(function () {
775
1082
  return import('./assets/face_happy');
776
- },
777
- faceNeutral: function faceNeutral() {
1083
+ }, {
1084
+ synonyms: ['smile', 'happy', 'emoji', 'positive', 'grin', 'satisfied', 'mood']
1085
+ }),
1086
+ faceNeutral: withMetadata(function () {
778
1087
  return import('./assets/face_neutral');
779
- },
780
- faceSad: function faceSad() {
1088
+ }, {
1089
+ synonyms: ['face neutral', 'face', 'neutral']
1090
+ }),
1091
+ faceSad: withMetadata(function () {
781
1092
  return import('./assets/face_sad');
782
- },
1093
+ }, {
1094
+ synonyms: ['face sad', 'face', 'sad']
1095
+ }),
783
1096
  fieldStatistics: function fieldStatistics() {
784
1097
  return import('./assets/table_info');
785
1098
  },
786
1099
  // NOTE: To be deprecated in favor of tableInfo
787
- tableInfo: function tableInfo() {
1100
+ tableInfo: withMetadata(function () {
788
1101
  return import('./assets/table_info');
789
- },
790
- filebeatApp: function filebeatApp() {
1102
+ }, {
1103
+ synonyms: ['table', 'info', 'metadata', 'details', 'schema', 'columns']
1104
+ }),
1105
+ filebeatApp: withMetadata(function () {
791
1106
  return import('./assets/app_filebeat');
792
- },
793
- filter: function filter() {
1107
+ }, {
1108
+ category: 'app'
1109
+ }),
1110
+ filter: withMetadata(function () {
794
1111
  return import('./assets/filter');
795
- },
796
- filterExclude: function filterExclude() {
1112
+ }, {
1113
+ synonyms: ['funnel', 'refine', 'narrow', 'sort', 'subset', 'sieve', 'criteria']
1114
+ }),
1115
+ filterExclude: withMetadata(function () {
797
1116
  return import('./assets/filter_exclude');
798
- },
799
- filterIgnore: function filterIgnore() {
1117
+ }, {
1118
+ synonyms: ['filter', 'exclude', 'remove', 'minus', 'refine', 'narrow']
1119
+ }),
1120
+ filterIgnore: withMetadata(function () {
800
1121
  return import('./assets/filter_ignore');
801
- },
802
- filterInclude: function filterInclude() {
1122
+ }, {
1123
+ synonyms: ['filter', 'ignore', 'skip', 'exclude', 'omit', 'hide']
1124
+ }),
1125
+ filterInclude: withMetadata(function () {
803
1126
  return import('./assets/filter_include');
804
- },
1127
+ }, {
1128
+ synonyms: ['filter', 'include', 'add', 'refine', 'narrow', 'select']
1129
+ }),
805
1130
  filterInCircle: function filterInCircle() {
806
1131
  return import('./assets/filter_in_circle');
807
1132
  },
808
1133
  // NOTE: To be deprecated in favor of filter
809
- flask: function flask() {
1134
+ flask: withMetadata(function () {
810
1135
  return import('./assets/flask');
811
- },
812
- flag: function flag() {
1136
+ }, {
1137
+ synonyms: ['flask', 'experiment', 'lab', 'science', 'test']
1138
+ }),
1139
+ flag: withMetadata(function () {
813
1140
  return import('./assets/flag');
814
- },
815
- fleetApp: function fleetApp() {
1141
+ }, {
1142
+ synonyms: ['flag', 'mark', 'report', 'bookmark', 'priority']
1143
+ }),
1144
+ fleetApp: withMetadata(function () {
816
1145
  return import('./assets/app_agent');
817
- },
1146
+ }, {
1147
+ category: 'app'
1148
+ }),
818
1149
  fold: function fold() {
819
1150
  return import('./assets/fold');
820
1151
  },
@@ -824,18 +1155,22 @@ export var typeToPathMap = {
824
1155
  folderClosed: function folderClosed() {
825
1156
  return import('./assets/folder_close');
826
1157
  },
827
- folderClose: function folderClose() {
1158
+ folderClose: withMetadata(function () {
828
1159
  return import('./assets/folder_close');
829
- },
1160
+ }, {
1161
+ synonyms: ['folder', 'closed', 'collapse', 'directory', 'archive']
1162
+ }),
830
1163
  folderCheck: function folderCheck() {
831
1164
  return import('./assets/folder_check');
832
1165
  },
833
1166
  folderExclamation: function folderExclamation() {
834
1167
  return import('./assets/folder_exclamation');
835
1168
  },
836
- folderOpen: function folderOpen() {
1169
+ folderOpen: withMetadata(function () {
837
1170
  return import('./assets/folder_open');
838
- },
1171
+ }, {
1172
+ synonyms: ['folder', 'open', 'expand', 'directory', 'browse']
1173
+ }),
839
1174
  folderOpened: function folderOpened() {
840
1175
  return import('./assets/folder_open');
841
1176
  },
@@ -845,28 +1180,38 @@ export var typeToPathMap = {
845
1180
  framePrevious: function framePrevious() {
846
1181
  return import('./assets/frame_previous');
847
1182
  },
848
- fullScreen: function fullScreen() {
1183
+ fullScreen: withMetadata(function () {
849
1184
  return import('./assets/full_screen');
850
- },
851
- fullScreenExit: function fullScreenExit() {
1185
+ }, {
1186
+ synonyms: ['fullscreen']
1187
+ }),
1188
+ fullScreenExit: withMetadata(function () {
852
1189
  return import('./assets/full_screen_exit');
853
- },
1190
+ }, {
1191
+ synonyms: ['fullscreen', 'exit', 'minimize', 'window', 'restore', 'shrink']
1192
+ }),
854
1193
  function: function _function() {
855
1194
  return import('./assets/function');
856
1195
  },
857
- gear: function gear() {
1196
+ gear: withMetadata(function () {
858
1197
  return import('./assets/gear');
859
- },
860
- gisApp: function gisApp() {
1198
+ }, {
1199
+ synonyms: ['settings', 'configure', 'configuration', 'preferences', 'options', 'cog', 'setup', 'admin', 'wrench']
1200
+ }),
1201
+ gisApp: withMetadata(function () {
861
1202
  return import('./assets/app_gis');
862
- },
1203
+ }, {
1204
+ category: 'app'
1205
+ }),
863
1206
  glasses: function glasses() {
864
1207
  return import('./assets/read_only');
865
1208
  },
866
1209
  // NOTE: To be deprecated in favor of `readOnly`
867
- globe: function globe() {
1210
+ globe: withMetadata(function () {
868
1211
  return import('./assets/globe');
869
- },
1212
+ }, {
1213
+ synonyms: ['globe', 'world', 'web', 'internet', 'international']
1214
+ }),
870
1215
  grab: function grab() {
871
1216
  return import('./assets/drag_vertical');
872
1217
  },
@@ -879,24 +1224,36 @@ export var typeToPathMap = {
879
1224
  return import('./assets/grab_omnidirectional');
880
1225
  },
881
1226
  // NOTE: To be deprecated in favor of drag,
882
- gradient: function gradient() {
1227
+ gradient: withMetadata(function () {
883
1228
  return import('./assets/gradient');
884
- },
885
- graphApp: function graphApp() {
1229
+ }, {
1230
+ synonyms: ['gradient', 'blend', 'fade', 'color transition']
1231
+ }),
1232
+ graphApp: withMetadata(function () {
886
1233
  return import('./assets/app_graph');
887
- },
888
- grid: function grid() {
1234
+ }, {
1235
+ category: 'app'
1236
+ }),
1237
+ grid: withMetadata(function () {
889
1238
  return import('./assets/grid');
890
- },
891
- grokApp: function grokApp() {
1239
+ }, {
1240
+ synonyms: ['grid', 'table', 'layout', 'matrix', 'cells']
1241
+ }),
1242
+ grokApp: withMetadata(function () {
892
1243
  return import('./assets/app_grok');
893
- },
894
- heart: function heart() {
1244
+ }, {
1245
+ category: 'app'
1246
+ }),
1247
+ heart: withMetadata(function () {
895
1248
  return import('./assets/heart');
896
- },
897
- heartbeatApp: function heartbeatApp() {
1249
+ }, {
1250
+ synonyms: ['heart', 'favorite', 'like', 'love', 'bookmark']
1251
+ }),
1252
+ heartbeatApp: withMetadata(function () {
898
1253
  return import('./assets/app_heartbeat');
899
- },
1254
+ }, {
1255
+ category: 'app'
1256
+ }),
900
1257
  heatmap: function heatmap() {
901
1258
  return import('./assets/chart_heatmap');
902
1259
  },
@@ -905,21 +1262,31 @@ export var typeToPathMap = {
905
1262
  return import('./assets/help');
906
1263
  },
907
1264
  // NOTE: Might be deprecated later (not recommended in Kibana)
908
- home: function home() {
1265
+ home: withMetadata(function () {
909
1266
  return import('./assets/home');
910
- },
911
- hourglass: function hourglass() {
1267
+ }, {
1268
+ synonyms: ['home', 'house', 'main', 'start', 'dashboard']
1269
+ }),
1270
+ hourglass: withMetadata(function () {
912
1271
  return import('./assets/hourglass');
913
- },
914
- if: function _if() {
1272
+ }, {
1273
+ synonyms: ['hourglass', 'waiting', 'loading', 'time', 'pending']
1274
+ }),
1275
+ if: withMetadata(function () {
915
1276
  return import('./assets/if');
916
- },
917
- info: function info() {
1277
+ }, {
1278
+ synonyms: ['if', 'condition', 'logic', 'branch', 'rule']
1279
+ }),
1280
+ info: withMetadata(function () {
918
1281
  return import('./assets/info');
919
- },
920
- image: function image() {
1282
+ }, {
1283
+ synonyms: ['info', 'information', 'help', 'about', 'details']
1284
+ }),
1285
+ image: withMetadata(function () {
921
1286
  return import('./assets/image');
922
- },
1287
+ }, {
1288
+ synonyms: ['image', 'picture', 'photo', 'media', 'graphic']
1289
+ }),
923
1290
  importAction: function importAction() {
924
1291
  return import('./assets/download');
925
1292
  },
@@ -927,57 +1294,83 @@ export var typeToPathMap = {
927
1294
  index: function index() {
928
1295
  return import('./assets/index');
929
1296
  },
930
- indexClose: function indexClose() {
1297
+ indexClose: withMetadata(function () {
931
1298
  return import('./assets/index_close');
932
- },
933
- indexEdit: function indexEdit() {
1299
+ }, {
1300
+ synonyms: ['index', 'close', 'elasticsearch', 'dataset', 'remove']
1301
+ }),
1302
+ indexEdit: withMetadata(function () {
934
1303
  return import('./assets/index_edit');
935
- },
1304
+ }, {
1305
+ synonyms: ['index', 'edit', 'elasticsearch', 'dataset', 'modify', 'settings']
1306
+ }),
936
1307
  indexFlush: function indexFlush() {
937
1308
  return import('./assets/chart_threshold');
938
1309
  },
939
1310
  // NOTE: To be deprecated in favor of chartThreshold
940
- indexManagementApp: function indexManagementApp() {
1311
+ indexManagementApp: withMetadata(function () {
941
1312
  return import('./assets/app_index_management');
942
- },
1313
+ }, {
1314
+ category: 'app'
1315
+ }),
943
1316
  indexMapping: function indexMapping() {
944
1317
  return import('./assets/mapping');
945
1318
  },
946
1319
  // NOTE: To be deprecated in favor of mapping
947
- mapping: function mapping() {
1320
+ mapping: withMetadata(function () {
948
1321
  return import('./assets/mapping');
949
- },
950
- indexOpen: function indexOpen() {
1322
+ }, {
1323
+ synonyms: ['mapping']
1324
+ }),
1325
+ indexOpen: withMetadata(function () {
951
1326
  return import('./assets/index_open');
952
- },
953
- indexPatternApp: function indexPatternApp() {
1327
+ }, {
1328
+ synonyms: ['index', 'open', 'elasticsearch', 'dataset', 'browse']
1329
+ }),
1330
+ indexPatternApp: withMetadata(function () {
954
1331
  return import('./assets/app_index_pattern');
955
- },
956
- indexRollupApp: function indexRollupApp() {
1332
+ }, {
1333
+ category: 'app'
1334
+ }),
1335
+ indexRollupApp: withMetadata(function () {
957
1336
  return import('./assets/app_index_rollup');
958
- },
959
- indexRuntime: function indexRuntime() {
1337
+ }, {
1338
+ category: 'app'
1339
+ }),
1340
+ indexRuntime: withMetadata(function () {
960
1341
  return import('./assets/index_runtime');
961
- },
962
- indexSettings: function indexSettings() {
1342
+ }, {
1343
+ synonyms: ['index', 'runtime', 'elasticsearch', 'live', 'execution']
1344
+ }),
1345
+ indexSettings: withMetadata(function () {
963
1346
  return import('./assets/index_settings');
964
- },
1347
+ }, {
1348
+ synonyms: ['index', 'settings', 'elasticsearch', 'configure', 'options']
1349
+ }),
965
1350
  indexTemporary: function indexTemporary() {
966
1351
  return import('./assets/table_time');
967
1352
  },
968
1353
  // NOTE: To be deprecated in favor of tableTime
969
- tableTime: function tableTime() {
1354
+ tableTime: withMetadata(function () {
970
1355
  return import('./assets/table_time');
971
- },
972
- infinity: function infinity() {
1356
+ }, {
1357
+ synonyms: ['table', 'time', 'temporal', 'date', 'timeline', 'history']
1358
+ }),
1359
+ infinity: withMetadata(function () {
973
1360
  return import('./assets/infinity');
974
- },
975
- inputOutput: function inputOutput() {
1361
+ }, {
1362
+ synonyms: ['infinity', 'unlimited', 'forever', 'loop', 'endless']
1363
+ }),
1364
+ inputOutput: withMetadata(function () {
976
1365
  return import('./assets/input_output');
977
- },
978
- inspect: function inspect() {
1366
+ }, {
1367
+ synonyms: ['input', 'output', 'io', 'data flow', 'pipeline', 'stream']
1368
+ }),
1369
+ inspect: withMetadata(function () {
979
1370
  return import('./assets/inspect');
980
- },
1371
+ }, {
1372
+ synonyms: ['inspect', 'investigate', 'examine', 'analyze', 'look']
1373
+ }),
981
1374
  invert: function invert() {
982
1375
  return import('./assets/contrast');
983
1376
  },
@@ -985,19 +1378,25 @@ export var typeToPathMap = {
985
1378
  ip: function ip() {
986
1379
  return import('./assets/ip');
987
1380
  },
988
- key: function key() {
1381
+ key: withMetadata(function () {
989
1382
  return import('./assets/key');
990
- },
991
- keyboard: function keyboard() {
1383
+ }, {
1384
+ synonyms: ['key', 'password', 'credential', 'access', 'security']
1385
+ }),
1386
+ keyboard: withMetadata(function () {
992
1387
  return import('./assets/keyboard');
993
- },
1388
+ }, {
1389
+ synonyms: ['keyboard', 'typing', 'input', 'shortcut', 'keys']
1390
+ }),
994
1391
  kqlField: function kqlField() {
995
1392
  return import('./assets/query_field');
996
1393
  },
997
1394
  // NOTE: To be deprecated in favor of queryField
998
- queryField: function queryField() {
1395
+ queryField: withMetadata(function () {
999
1396
  return import('./assets/query_field');
1000
- },
1397
+ }, {
1398
+ synonyms: ['query', 'field', 'filter', 'column', 'attribute', 'selector']
1399
+ }),
1001
1400
  kqlFunction: function kqlFunction() {
1002
1401
  return import('./assets/kql_function');
1003
1402
  },
@@ -1005,78 +1404,108 @@ export var typeToPathMap = {
1005
1404
  return import('./assets/query_operand');
1006
1405
  },
1007
1406
  // NOTE: To be deprecated in favor of queryOperand
1008
- queryOperand: function queryOperand() {
1407
+ queryOperand: withMetadata(function () {
1009
1408
  return import('./assets/query_operand');
1010
- },
1409
+ }, {
1410
+ synonyms: ['query', 'operand', 'operator', 'logic', 'condition', 'rule']
1411
+ }),
1011
1412
  kqlSelector: function kqlSelector() {
1012
1413
  return import('./assets/query_selector');
1013
1414
  },
1014
1415
  // NOTE: To be deprecated in favor of querySelector
1015
- querySelector: function querySelector() {
1416
+ querySelector: withMetadata(function () {
1016
1417
  return import('./assets/query_selector');
1017
- },
1418
+ }, {
1419
+ synonyms: ['query', 'selector', 'pick', 'choose', 'field', 'filter']
1420
+ }),
1018
1421
  kqlValue: function kqlValue() {
1019
1422
  return import('./assets/query_value');
1020
1423
  },
1021
1424
  // NOTE: To be deprecated in favor of queryValue
1022
- queryValue: function queryValue() {
1425
+ queryValue: withMetadata(function () {
1023
1426
  return import('./assets/query_value');
1024
- },
1427
+ }, {
1428
+ synonyms: ['query', 'value', 'literal', 'data', 'input', 'filter']
1429
+ }),
1025
1430
  kubernetesNode: function kubernetesNode() {
1026
1431
  return import('./assets/kubernetes_node');
1027
1432
  },
1028
- kubernetesPod: function kubernetesPod() {
1433
+ kubernetesPod: withMetadata(function () {
1029
1434
  return import('./assets/kubernetes_pod');
1030
- },
1435
+ }, {
1436
+ synonyms: ['kubernetes', 'pod', 'k8s', 'container', 'cluster', 'orchestration']
1437
+ }),
1031
1438
  launch: function launch() {
1032
1439
  return import('./assets/rocket');
1033
1440
  },
1034
1441
  // NOTE: To be deprecated in favor of rocket
1035
- rocket: function rocket() {
1442
+ rocket: withMetadata(function () {
1036
1443
  return import('./assets/rocket');
1037
- },
1038
- layers: function layers() {
1444
+ }, {
1445
+ synonyms: ['rocket', 'launch', 'deploy', 'fast', 'startup']
1446
+ }),
1447
+ layers: withMetadata(function () {
1039
1448
  return import('./assets/layers');
1040
- },
1041
- lensApp: function lensApp() {
1449
+ }, {
1450
+ synonyms: ['layers']
1451
+ }),
1452
+ lensApp: withMetadata(function () {
1042
1453
  return import('./assets/app_lens');
1043
- },
1454
+ }, {
1455
+ category: 'app'
1456
+ }),
1044
1457
  lettering: function lettering() {
1045
1458
  return import('./assets/text');
1046
1459
  },
1047
1460
  // NOTE: To be deprecated in favor of text
1048
- text: function text() {
1461
+ text: withMetadata(function () {
1049
1462
  return import('./assets/text');
1050
- },
1051
- lineBreak: function lineBreak() {
1463
+ }, {
1464
+ synonyms: ['text']
1465
+ }),
1466
+ lineBreak: withMetadata(function () {
1052
1467
  return import('./assets/line_break');
1053
- },
1054
- lineBreakSlash: function lineBreakSlash() {
1468
+ }, {
1469
+ synonyms: ['line break', 'newline', 'paragraph', 'text', 'wrap', 'return']
1470
+ }),
1471
+ lineBreakSlash: withMetadata(function () {
1055
1472
  return import('./assets/line_break_slash');
1056
- },
1057
- lineDash: function lineDash() {
1473
+ }, {
1474
+ synonyms: ['line break', 'slash', 'text', 'separator', 'paragraph']
1475
+ }),
1476
+ lineDash: withMetadata(function () {
1058
1477
  return import('./assets/line_dash');
1059
- },
1478
+ }, {
1479
+ synonyms: ['line dash', 'line', 'dash']
1480
+ }),
1060
1481
  lineDashed: function lineDashed() {
1061
1482
  return import('./assets/line_dash');
1062
1483
  },
1063
1484
  // NOTE: To be deprecated in favor of lineDash
1064
- lineDot: function lineDot() {
1485
+ lineDot: withMetadata(function () {
1065
1486
  return import('./assets/line_dot');
1066
- },
1487
+ }, {
1488
+ synonyms: ['line dot', 'line', 'dot', 'point', 'bullet', 'period', 'circle']
1489
+ }),
1067
1490
  lineDotted: function lineDotted() {
1068
1491
  return import('./assets/line_dot');
1069
1492
  },
1070
1493
  // NOTE: To be deprecated in favor of lineDot
1071
- lineSolid: function lineSolid() {
1494
+ lineSolid: withMetadata(function () {
1072
1495
  return import('./assets/line_solid');
1073
- },
1074
- link: function link() {
1496
+ }, {
1497
+ synonyms: ['line solid', 'line', 'solid']
1498
+ }),
1499
+ link: withMetadata(function () {
1075
1500
  return import('./assets/link');
1076
- },
1077
- linkSlash: function linkSlash() {
1501
+ }, {
1502
+ synonyms: ['link', 'url', 'chain', 'connect', 'hyperlink']
1503
+ }),
1504
+ linkSlash: withMetadata(function () {
1078
1505
  return import('./assets/link_slash');
1079
- },
1506
+ }, {
1507
+ synonyms: ['unlink', 'broken link', 'remove link', 'disconnect', 'url']
1508
+ }),
1080
1509
  list: function list() {
1081
1510
  return import('./assets/list_bullet');
1082
1511
  },
@@ -1085,202 +1514,328 @@ export var typeToPathMap = {
1085
1514
  return import('./assets/plus_circle');
1086
1515
  },
1087
1516
  // NOTE: To be deprecated in favor of `plus_circle`
1088
- lock: function lock() {
1517
+ lock: withMetadata(function () {
1089
1518
  return import('./assets/lock');
1090
- },
1091
- lockOpen: function lockOpen() {
1519
+ }, {
1520
+ synonyms: ['lock', 'secure', 'private', 'protected', 'password']
1521
+ }),
1522
+ lockOpen: withMetadata(function () {
1092
1523
  return import('./assets/lock_open');
1093
- },
1524
+ }, {
1525
+ synonyms: ['lock open', 'lock', 'secure', 'private', 'protected', 'password', 'open']
1526
+ }),
1094
1527
  logPatternAnalysis: function logPatternAnalysis() {
1095
1528
  return import('./assets/pattern');
1096
1529
  },
1097
1530
  // NOTE: To be deprecated in favor of pattern
1098
- pattern: function pattern() {
1531
+ pattern: withMetadata(function () {
1099
1532
  return import('./assets/pattern');
1100
- },
1533
+ }, {
1534
+ synonyms: ['pattern', 'texture', 'repeat', 'design', 'fill']
1535
+ }),
1101
1536
  logRateAnalysis: function logRateAnalysis() {
1102
1537
  return import('./assets/log_rate_analysis');
1103
1538
  },
1104
- logoAWS: function logoAWS() {
1539
+ logoAWS: withMetadata(function () {
1105
1540
  return import('./assets/logo_aws');
1106
- },
1107
- logoAWSMono: function logoAWSMono() {
1541
+ }, {
1542
+ category: 'thirdPartyLogo'
1543
+ }),
1544
+ logoAWSMono: withMetadata(function () {
1108
1545
  return import('./assets/logo_aws_mono');
1109
- },
1110
- logoAerospike: function logoAerospike() {
1546
+ }, {
1547
+ category: 'thirdPartyLogo'
1548
+ }),
1549
+ logoAerospike: withMetadata(function () {
1111
1550
  return import('./assets/logo_aerospike');
1112
- },
1113
- logoApache: function logoApache() {
1551
+ }, {
1552
+ category: 'thirdPartyLogo'
1553
+ }),
1554
+ logoApache: withMetadata(function () {
1114
1555
  return import('./assets/logo_apache');
1115
- },
1116
- logoAppSearch: function logoAppSearch() {
1556
+ }, {
1557
+ category: 'thirdPartyLogo'
1558
+ }),
1559
+ logoAppSearch: withMetadata(function () {
1117
1560
  return import('./assets/logo_app_search');
1118
- },
1119
- logoAzure: function logoAzure() {
1561
+ }, {
1562
+ category: 'elasticLogo'
1563
+ }),
1564
+ logoAzure: withMetadata(function () {
1120
1565
  return import('./assets/logo_azure');
1121
- },
1122
- logoAzureMono: function logoAzureMono() {
1566
+ }, {
1567
+ category: 'thirdPartyLogo'
1568
+ }),
1569
+ logoAzureMono: withMetadata(function () {
1123
1570
  return import('./assets/logo_azure_mono');
1124
- },
1125
- logoBeats: function logoBeats() {
1571
+ }, {
1572
+ category: 'thirdPartyLogo'
1573
+ }),
1574
+ logoBeats: withMetadata(function () {
1126
1575
  return import('./assets/logo_beats');
1127
- },
1128
- logoBusinessAnalytics: function logoBusinessAnalytics() {
1576
+ }, {
1577
+ category: 'elasticLogo'
1578
+ }),
1579
+ logoBusinessAnalytics: withMetadata(function () {
1129
1580
  return import('./assets/logo_business_analytics');
1130
- },
1131
- logoCeph: function logoCeph() {
1581
+ }, {
1582
+ category: 'elasticLogo'
1583
+ }),
1584
+ logoCeph: withMetadata(function () {
1132
1585
  return import('./assets/logo_ceph');
1133
- },
1134
- logoCloud: function logoCloud() {
1586
+ }, {
1587
+ category: 'thirdPartyLogo'
1588
+ }),
1589
+ logoCloud: withMetadata(function () {
1135
1590
  return import('./assets/logo_cloud');
1136
- },
1137
- logoCloudEnterprise: function logoCloudEnterprise() {
1591
+ }, {
1592
+ category: 'elasticLogo'
1593
+ }),
1594
+ logoCloudEnterprise: withMetadata(function () {
1138
1595
  return import('./assets/logo_cloud_ece');
1139
- },
1140
- logoCode: function logoCode() {
1596
+ }, {
1597
+ category: 'elasticLogo'
1598
+ }),
1599
+ logoCode: withMetadata(function () {
1141
1600
  return import('./assets/logo_code');
1142
- },
1143
- logoCodesandbox: function logoCodesandbox() {
1601
+ }, {
1602
+ category: 'thirdPartyLogo'
1603
+ }),
1604
+ logoCodesandbox: withMetadata(function () {
1144
1605
  return import('./assets/logo_codesandbox');
1145
- },
1146
- logoCouchbase: function logoCouchbase() {
1606
+ }, {
1607
+ category: 'thirdPartyLogo'
1608
+ }),
1609
+ logoCouchbase: withMetadata(function () {
1147
1610
  return import('./assets/logo_couchbase');
1148
- },
1149
- logoDocker: function logoDocker() {
1611
+ }, {
1612
+ category: 'thirdPartyLogo'
1613
+ }),
1614
+ logoDocker: withMetadata(function () {
1150
1615
  return import('./assets/logo_docker');
1151
- },
1152
- logoDropwizard: function logoDropwizard() {
1616
+ }, {
1617
+ category: 'thirdPartyLogo'
1618
+ }),
1619
+ logoDropwizard: withMetadata(function () {
1153
1620
  return import('./assets/logo_dropwizard');
1154
- },
1155
- logoElastic: function logoElastic() {
1621
+ }, {
1622
+ category: 'thirdPartyLogo'
1623
+ }),
1624
+ logoElastic: withMetadata(function () {
1156
1625
  return import('./assets/logo_elastic');
1157
- },
1158
- logoElasticStack: function logoElasticStack() {
1626
+ }, {
1627
+ category: 'elasticLogo'
1628
+ }),
1629
+ logoElasticStack: withMetadata(function () {
1159
1630
  return import('./assets/logo_elastic_stack');
1160
- },
1161
- logoElasticsearch: function logoElasticsearch() {
1631
+ }, {
1632
+ category: 'elasticLogo'
1633
+ }),
1634
+ logoElasticsearch: withMetadata(function () {
1162
1635
  return import('./assets/logo_elasticsearch');
1163
- },
1164
- logoEnterpriseSearch: function logoEnterpriseSearch() {
1636
+ }, {
1637
+ category: 'elasticLogo'
1638
+ }),
1639
+ logoEnterpriseSearch: withMetadata(function () {
1165
1640
  return import('./assets/logo_enterprise_search');
1166
- },
1167
- logoEtcd: function logoEtcd() {
1641
+ }, {
1642
+ category: 'elasticLogo'
1643
+ }),
1644
+ logoEtcd: withMetadata(function () {
1168
1645
  return import('./assets/logo_etcd');
1169
- },
1170
- logoGCP: function logoGCP() {
1646
+ }, {
1647
+ category: 'thirdPartyLogo'
1648
+ }),
1649
+ logoGCP: withMetadata(function () {
1171
1650
  return import('./assets/logo_gcp');
1172
- },
1173
- logoGCPMono: function logoGCPMono() {
1651
+ }, {
1652
+ category: 'thirdPartyLogo'
1653
+ }),
1654
+ logoGCPMono: withMetadata(function () {
1174
1655
  return import('./assets/logo_gcp_mono');
1175
- },
1176
- logoGithub: function logoGithub() {
1656
+ }, {
1657
+ category: 'thirdPartyLogo'
1658
+ }),
1659
+ logoGithub: withMetadata(function () {
1177
1660
  return import('./assets/logo_github');
1178
- },
1179
- logoGmail: function logoGmail() {
1661
+ }, {
1662
+ category: 'thirdPartyLogo'
1663
+ }),
1664
+ logoGmail: withMetadata(function () {
1180
1665
  return import('./assets/logo_gmail');
1181
- },
1182
- logoGolang: function logoGolang() {
1666
+ }, {
1667
+ category: 'thirdPartyLogo'
1668
+ }),
1669
+ logoGolang: withMetadata(function () {
1183
1670
  return import('./assets/logo_golang');
1184
- },
1185
- logoGoogleG: function logoGoogleG() {
1671
+ }, {
1672
+ category: 'thirdPartyLogo'
1673
+ }),
1674
+ logoGoogleG: withMetadata(function () {
1186
1675
  return import('./assets/logo_google_g');
1187
- },
1188
- logoHAproxy: function logoHAproxy() {
1676
+ }, {
1677
+ category: 'thirdPartyLogo'
1678
+ }),
1679
+ logoHAproxy: withMetadata(function () {
1189
1680
  return import('./assets/logo_haproxy');
1190
- },
1191
- logoIBM: function logoIBM() {
1681
+ }, {
1682
+ category: 'thirdPartyLogo'
1683
+ }),
1684
+ logoIBM: withMetadata(function () {
1192
1685
  return import('./assets/logo_ibm');
1193
- },
1194
- logoIBMMono: function logoIBMMono() {
1686
+ }, {
1687
+ category: 'thirdPartyLogo'
1688
+ }),
1689
+ logoIBMMono: withMetadata(function () {
1195
1690
  return import('./assets/logo_ibm_mono');
1196
- },
1197
- logoKafka: function logoKafka() {
1691
+ }, {
1692
+ category: 'thirdPartyLogo'
1693
+ }),
1694
+ logoKafka: withMetadata(function () {
1198
1695
  return import('./assets/logo_kafka');
1199
- },
1200
- logoKibana: function logoKibana() {
1696
+ }, {
1697
+ category: 'thirdPartyLogo'
1698
+ }),
1699
+ logoKibana: withMetadata(function () {
1201
1700
  return import('./assets/logo_kibana');
1202
- },
1203
- logoKubernetes: function logoKubernetes() {
1701
+ }, {
1702
+ category: 'elasticLogo'
1703
+ }),
1704
+ logoKubernetes: withMetadata(function () {
1204
1705
  return import('./assets/logo_kubernetes');
1205
- },
1206
- logoLogging: function logoLogging() {
1706
+ }, {
1707
+ category: 'thirdPartyLogo'
1708
+ }),
1709
+ logoLogging: withMetadata(function () {
1207
1710
  return import('./assets/logo_logging');
1208
- },
1209
- logoLogstash: function logoLogstash() {
1711
+ }, {
1712
+ category: 'elasticLogo'
1713
+ }),
1714
+ logoLogstash: withMetadata(function () {
1210
1715
  return import('./assets/logo_logstash');
1211
- },
1212
- logoMaps: function logoMaps() {
1716
+ }, {
1717
+ category: 'elasticLogo'
1718
+ }),
1719
+ logoMaps: withMetadata(function () {
1213
1720
  return import('./assets/logo_maps');
1214
- },
1215
- logoMemcached: function logoMemcached() {
1721
+ }, {
1722
+ category: 'elasticLogo'
1723
+ }),
1724
+ logoMemcached: withMetadata(function () {
1216
1725
  return import('./assets/logo_memcached');
1217
- },
1218
- logoMetrics: function logoMetrics() {
1726
+ }, {
1727
+ category: 'thirdPartyLogo'
1728
+ }),
1729
+ logoMetrics: withMetadata(function () {
1219
1730
  return import('./assets/logo_metrics');
1220
- },
1221
- logoMongodb: function logoMongodb() {
1731
+ }, {
1732
+ category: 'elasticLogo'
1733
+ }),
1734
+ logoMongodb: withMetadata(function () {
1222
1735
  return import('./assets/logo_mongodb');
1223
- },
1224
- logoMySQL: function logoMySQL() {
1736
+ }, {
1737
+ category: 'thirdPartyLogo'
1738
+ }),
1739
+ logoMySQL: withMetadata(function () {
1225
1740
  return import('./assets/logo_mysql');
1226
- },
1227
- logoNginx: function logoNginx() {
1741
+ }, {
1742
+ category: 'thirdPartyLogo'
1743
+ }),
1744
+ logoNginx: withMetadata(function () {
1228
1745
  return import('./assets/logo_nginx');
1229
- },
1230
- logoObservability: function logoObservability() {
1746
+ }, {
1747
+ category: 'thirdPartyLogo'
1748
+ }),
1749
+ logoObservability: withMetadata(function () {
1231
1750
  return import('./assets/logo_observability');
1232
- },
1233
- logoOsquery: function logoOsquery() {
1751
+ }, {
1752
+ category: 'elasticLogo'
1753
+ }),
1754
+ logoOsquery: withMetadata(function () {
1234
1755
  return import('./assets/logo_osquery');
1235
- },
1236
- logoPhp: function logoPhp() {
1756
+ }, {
1757
+ category: 'thirdPartyLogo'
1758
+ }),
1759
+ logoPhp: withMetadata(function () {
1237
1760
  return import('./assets/logo_php');
1238
- },
1239
- logoPostgres: function logoPostgres() {
1761
+ }, {
1762
+ category: 'thirdPartyLogo'
1763
+ }),
1764
+ logoPostgres: withMetadata(function () {
1240
1765
  return import('./assets/logo_postgres');
1241
- },
1242
- logoPrometheus: function logoPrometheus() {
1766
+ }, {
1767
+ category: 'thirdPartyLogo'
1768
+ }),
1769
+ logoPrometheus: withMetadata(function () {
1243
1770
  return import('./assets/logo_prometheus');
1244
- },
1245
- logoRabbitmq: function logoRabbitmq() {
1771
+ }, {
1772
+ category: 'thirdPartyLogo'
1773
+ }),
1774
+ logoRabbitmq: withMetadata(function () {
1246
1775
  return import('./assets/logo_rabbitmq');
1247
- },
1248
- logoRedis: function logoRedis() {
1776
+ }, {
1777
+ category: 'thirdPartyLogo'
1778
+ }),
1779
+ logoRedis: withMetadata(function () {
1249
1780
  return import('./assets/logo_redis');
1250
- },
1251
- logoSecurity: function logoSecurity() {
1781
+ }, {
1782
+ category: 'thirdPartyLogo'
1783
+ }),
1784
+ logoSecurity: withMetadata(function () {
1252
1785
  return import('./assets/logo_security');
1253
- },
1254
- logoSiteSearch: function logoSiteSearch() {
1786
+ }, {
1787
+ category: 'elasticLogo'
1788
+ }),
1789
+ logoSiteSearch: withMetadata(function () {
1255
1790
  return import('./assets/logo_site_search');
1256
- },
1257
- logoSketch: function logoSketch() {
1791
+ }, {
1792
+ category: 'elasticLogo'
1793
+ }),
1794
+ logoSketch: withMetadata(function () {
1258
1795
  return import('./assets/logo_sketch');
1259
- },
1260
- logoSlack: function logoSlack() {
1796
+ }, {
1797
+ category: 'thirdPartyLogo'
1798
+ }),
1799
+ logoSlack: withMetadata(function () {
1261
1800
  return import('./assets/logo_slack');
1262
- },
1263
- logoUptime: function logoUptime() {
1801
+ }, {
1802
+ category: 'thirdPartyLogo'
1803
+ }),
1804
+ logoUptime: withMetadata(function () {
1264
1805
  return import('./assets/logo_uptime');
1265
- },
1266
- logoVectorDB: function logoVectorDB() {
1806
+ }, {
1807
+ category: 'elasticLogo'
1808
+ }),
1809
+ logoVectorDB: withMetadata(function () {
1267
1810
  return import('./assets/logo_vector_db');
1268
- },
1269
- logoVulnerabilityManagement: function logoVulnerabilityManagement() {
1811
+ }, {
1812
+ category: 'elasticLogo'
1813
+ }),
1814
+ logoVulnerabilityManagement: withMetadata(function () {
1270
1815
  return import('./assets/logo_vulnerability_management');
1271
- },
1272
- logoWebhook: function logoWebhook() {
1816
+ }, {
1817
+ category: 'elasticLogo'
1818
+ }),
1819
+ logoWebhook: withMetadata(function () {
1273
1820
  return import('./assets/logo_webhook');
1274
- },
1275
- logoWindows: function logoWindows() {
1821
+ }, {
1822
+ category: 'thirdPartyLogo'
1823
+ }),
1824
+ logoWindows: withMetadata(function () {
1276
1825
  return import('./assets/logo_windows');
1277
- },
1278
- logoWorkplaceSearch: function logoWorkplaceSearch() {
1826
+ }, {
1827
+ category: 'thirdPartyLogo'
1828
+ }),
1829
+ logoWorkplaceSearch: withMetadata(function () {
1279
1830
  return import('./assets/logo_workplace_search');
1280
- },
1281
- logsApp: function logsApp() {
1831
+ }, {
1832
+ category: 'elasticLogo'
1833
+ }),
1834
+ logsApp: withMetadata(function () {
1282
1835
  return import('./assets/app_logs');
1283
- },
1836
+ }, {
1837
+ category: 'app'
1838
+ }),
1284
1839
  logstashFilter: function logstashFilter() {
1285
1840
  return import('./assets/logstash_filter');
1286
1841
  },
@@ -1298,27 +1853,39 @@ export var typeToPathMap = {
1298
1853
  return import('./assets/queue');
1299
1854
  },
1300
1855
  // NOTE: To be deprecated in favor of queue
1301
- queue: function queue() {
1856
+ queue: withMetadata(function () {
1302
1857
  return import('./assets/queue');
1303
- },
1304
- machineLearningApp: function machineLearningApp() {
1858
+ }, {
1859
+ synonyms: ['queue', 'line', 'buffer', 'waiting', 'jobs']
1860
+ }),
1861
+ machineLearningApp: withMetadata(function () {
1305
1862
  return import('./assets/app_ml');
1306
- },
1863
+ }, {
1864
+ category: 'app'
1865
+ }),
1307
1866
  magnet: function magnet() {
1308
1867
  return import('./assets/magnet');
1309
1868
  },
1310
- magnify: function magnify() {
1869
+ magnify: withMetadata(function () {
1311
1870
  return import('./assets/magnify');
1312
- },
1313
- magnifyExclamation: function magnifyExclamation() {
1871
+ }, {
1872
+ synonyms: ['search', 'find', 'zoom', 'lookup', 'query', 'discover', 'glass']
1873
+ }),
1874
+ magnifyExclamation: withMetadata(function () {
1314
1875
  return import('./assets/magnify_exclamation');
1315
- },
1316
- magnifyMinus: function magnifyMinus() {
1876
+ }, {
1877
+ synonyms: ['search', 'alert', 'warning', 'find', 'magnify', 'important']
1878
+ }),
1879
+ magnifyMinus: withMetadata(function () {
1317
1880
  return import('./assets/magnify_minus');
1318
- },
1319
- magnifyPlus: function magnifyPlus() {
1881
+ }, {
1882
+ synonyms: ['zoom out', 'search', 'minus', 'shrink', 'magnify']
1883
+ }),
1884
+ magnifyPlus: withMetadata(function () {
1320
1885
  return import('./assets/magnify_plus');
1321
- },
1886
+ }, {
1887
+ synonyms: ['zoom in', 'search', 'plus', 'enlarge', 'magnify']
1888
+ }),
1322
1889
  magnifyWithExclamation: function magnifyWithExclamation() {
1323
1890
  return import('./assets/magnify_with_exclamation');
1324
1891
  },
@@ -1331,58 +1898,84 @@ export var typeToPathMap = {
1331
1898
  return import('./assets/magnify_with_plus');
1332
1899
  },
1333
1900
  // NOTE: To be deprecated in favor of magnifyPlus,
1334
- managementApp: function managementApp() {
1901
+ managementApp: withMetadata(function () {
1335
1902
  return import('./assets/app_management');
1336
- },
1337
- map: function map() {
1903
+ }, {
1904
+ category: 'app'
1905
+ }),
1906
+ map: withMetadata(function () {
1338
1907
  return import('./assets/map');
1339
- },
1908
+ }, {
1909
+ synonyms: ['map', 'location', 'geo', 'geography', 'region']
1910
+ }),
1340
1911
  mapMarker: function mapMarker() {
1341
1912
  return import('./assets/waypoint');
1342
1913
  },
1343
1914
  // NOTE: To be deprecated in favor of waypoint
1344
- waypoint: function waypoint() {
1915
+ waypoint: withMetadata(function () {
1345
1916
  return import('./assets/waypoint');
1346
- },
1347
- megaphone: function megaphone() {
1917
+ }, {
1918
+ synonyms: ['waypoint', 'marker', 'step', 'node', 'path']
1919
+ }),
1920
+ megaphone: withMetadata(function () {
1348
1921
  return import('./assets/megaphone');
1349
- },
1922
+ }, {
1923
+ synonyms: ['megaphone', 'announce', 'broadcast', 'marketing', 'loud']
1924
+ }),
1350
1925
  memory: function memory() {
1351
1926
  return import('./assets/memory');
1352
1927
  },
1353
- menu: function menu() {
1928
+ menu: withMetadata(function () {
1354
1929
  return import('./assets/menu');
1355
- },
1930
+ }, {
1931
+ synonyms: ['menu', 'hamburger', 'navigation', 'options', 'bars']
1932
+ }),
1356
1933
  menuDown: function menuDown() {
1357
1934
  return import('./assets/menu_down');
1358
1935
  },
1359
- menuLeft: function menuLeft() {
1936
+ menuLeft: withMetadata(function () {
1360
1937
  return import('./assets/menu_left');
1361
- },
1362
- menuRight: function menuRight() {
1938
+ }, {
1939
+ synonyms: ['menu left', 'menu', 'hamburger', 'navigation', 'options', 'bars', 'left']
1940
+ }),
1941
+ menuRight: withMetadata(function () {
1363
1942
  return import('./assets/menu_right');
1364
- },
1943
+ }, {
1944
+ synonyms: ['menu right', 'menu', 'hamburger', 'navigation', 'options', 'bars', 'right']
1945
+ }),
1365
1946
  menuUp: function menuUp() {
1366
1947
  return import('./assets/menu_up');
1367
1948
  },
1368
- merge: function merge() {
1949
+ merge: withMetadata(function () {
1369
1950
  return import('./assets/merge');
1370
- },
1371
- metricbeatApp: function metricbeatApp() {
1951
+ }, {
1952
+ synonyms: ['merge', 'combine', 'join', 'unite', 'git']
1953
+ }),
1954
+ metricbeatApp: withMetadata(function () {
1372
1955
  return import('./assets/app_metricbeat');
1373
- },
1374
- metricsApp: function metricsApp() {
1956
+ }, {
1957
+ category: 'app'
1958
+ }),
1959
+ metricsApp: withMetadata(function () {
1375
1960
  return import('./assets/app_metrics');
1376
- },
1377
- minimize: function minimize() {
1961
+ }, {
1962
+ category: 'app'
1963
+ }),
1964
+ minimize: withMetadata(function () {
1378
1965
  return import('./assets/minimize');
1379
- },
1380
- minus: function minus() {
1966
+ }, {
1967
+ synonyms: ['minimize']
1968
+ }),
1969
+ minus: withMetadata(function () {
1381
1970
  return import('./assets/minus');
1382
- },
1383
- minusCircle: function minusCircle() {
1971
+ }, {
1972
+ synonyms: ['minus', 'remove', 'subtract', 'decrement']
1973
+ }),
1974
+ minusCircle: withMetadata(function () {
1384
1975
  return import('./assets/minus_circle');
1385
- },
1976
+ }, {
1977
+ synonyms: ['minus circle', 'minus', 'remove', 'subtract', 'decrement', 'circle']
1978
+ }),
1386
1979
  minusInCircle: function minusInCircle() {
1387
1980
  return import('./assets/minus_circle');
1388
1981
  },
@@ -1395,27 +1988,37 @@ export var typeToPathMap = {
1395
1988
  return import('./assets/minus_square');
1396
1989
  },
1397
1990
  // NOTE: To be deprecated in favor of minusSquare
1398
- minusSquare: function minusSquare() {
1991
+ minusSquare: withMetadata(function () {
1399
1992
  return import('./assets/minus_square');
1400
- },
1993
+ }, {
1994
+ synonyms: ['minus', 'square', 'remove', 'collapse', 'decrement']
1995
+ }),
1401
1996
  mobile: function mobile() {
1402
1997
  return import('./assets/mobile');
1403
1998
  },
1404
- monitoringApp: function monitoringApp() {
1999
+ monitoringApp: withMetadata(function () {
1405
2000
  return import('./assets/app_monitoring');
1406
- },
1407
- moon: function moon() {
2001
+ }, {
2002
+ category: 'app'
2003
+ }),
2004
+ moon: withMetadata(function () {
1408
2005
  return import('./assets/moon');
1409
- },
1410
- move: function move() {
2006
+ }, {
2007
+ synonyms: ['moon', 'dark', 'night', 'theme']
2008
+ }),
2009
+ move: withMetadata(function () {
1411
2010
  return import('./assets/move');
1412
- },
2011
+ }, {
2012
+ synonyms: ['move', 'relocate', 'drag', 'position', 'transfer']
2013
+ }),
1413
2014
  namespace: function namespace() {
1414
2015
  return import('./assets/namespace');
1415
2016
  },
1416
- nested: function nested() {
2017
+ nested: withMetadata(function () {
1417
2018
  return import('./assets/nested');
1418
- },
2019
+ }, {
2020
+ synonyms: ['nested', 'hierarchy', 'tree', 'child', 'indent']
2021
+ }),
1419
2022
  newChat: function newChat() {
1420
2023
  return import('./assets/plus_circle');
1421
2024
  },
@@ -1424,71 +2027,105 @@ export var typeToPathMap = {
1424
2027
  return import('./assets/vector_triangle');
1425
2028
  },
1426
2029
  // NOTE: To be deprecated in favor of vectorTriangle
1427
- vectorTriangle: function vectorTriangle() {
2030
+ vectorTriangle: withMetadata(function () {
1428
2031
  return import('./assets/vector_triangle');
1429
- },
1430
- notebookApp: function notebookApp() {
2032
+ }, {
2033
+ synonyms: ['vector', 'triangle', 'shape', 'geometry', 'delta']
2034
+ }),
2035
+ notebookApp: withMetadata(function () {
1431
2036
  return import('./assets/app_notebook');
1432
- },
1433
- number: function number() {
2037
+ }, {
2038
+ category: 'app'
2039
+ }),
2040
+ number: withMetadata(function () {
1434
2041
  return import('./assets/number');
1435
- },
2042
+ }, {
2043
+ synonyms: ['number', 'digit', 'numeric', 'count', 'hash']
2044
+ }),
1436
2045
  offline: function offline() {
1437
2046
  return import('./assets/wifi_slash');
1438
2047
  },
1439
2048
  // NOTE: To be deprecated in favor of wifiSlash
1440
- wifiSlash: function wifiSlash() {
2049
+ wifiSlash: withMetadata(function () {
1441
2050
  return import('./assets/wifi_slash');
1442
- },
2051
+ }, {
2052
+ synonyms: ['wifi', 'off', 'disconnected', 'network', 'wireless', 'no signal']
2053
+ }),
1443
2054
  online: function online() {
1444
2055
  return import('./assets/wifi');
1445
2056
  },
1446
2057
  // NOTE: To be deprecated in favor of wifi
1447
- wifi: function wifi() {
2058
+ wifi: withMetadata(function () {
1448
2059
  return import('./assets/wifi');
1449
- },
1450
- outlierDetectionJob: function outlierDetectionJob() {
2060
+ }, {
2061
+ synonyms: ['wifi', 'wireless', 'network', 'internet', 'connection']
2062
+ }),
2063
+ outlierDetectionJob: withMetadata(function () {
1451
2064
  return import('./assets/ml_outlier_detection_job');
1452
- },
1453
- package: function _package() {
2065
+ }, {
2066
+ category: 'ml'
2067
+ }),
2068
+ package: withMetadata(function () {
1454
2069
  return import('./assets/package');
1455
- },
1456
- packetbeatApp: function packetbeatApp() {
2070
+ }, {
2071
+ synonyms: ['package', 'box', 'bundle', 'npm', 'module']
2072
+ }),
2073
+ packetbeatApp: withMetadata(function () {
1457
2074
  return import('./assets/app_packetbeat');
1458
- },
2075
+ }, {
2076
+ category: 'app'
2077
+ }),
1459
2078
  pageSelect: function pageSelect() {
1460
2079
  return import('./assets/page_select');
1461
2080
  },
1462
- pagesSelect: function pagesSelect() {
2081
+ pagesSelect: withMetadata(function () {
1463
2082
  return import('./assets/pages_select');
1464
- },
1465
- palette: function palette() {
2083
+ }, {
2084
+ synonyms: ['pages', 'select', 'pagination', 'choose', 'document']
2085
+ }),
2086
+ palette: withMetadata(function () {
1466
2087
  return import('./assets/palette');
1467
- },
1468
- paperClip: function paperClip() {
2088
+ }, {
2089
+ synonyms: ['palette', 'colors', 'theme', 'design', 'swatch']
2090
+ }),
2091
+ paperClip: withMetadata(function () {
1469
2092
  return import('./assets/paper_clip');
1470
- },
1471
- partial: function partial() {
2093
+ }, {
2094
+ synonyms: ['attachment', 'clip', 'file', 'attach', 'paperclip']
2095
+ }),
2096
+ partial: withMetadata(function () {
1472
2097
  return import('./assets/partial');
1473
- },
1474
- pause: function pause() {
2098
+ }, {
2099
+ synonyms: ['partial', 'incomplete', 'fragment', 'section']
2100
+ }),
2101
+ pause: withMetadata(function () {
1475
2102
  return import('./assets/pause');
1476
- },
2103
+ }, {
2104
+ synonyms: ['pause', 'hold', 'stop temporary', 'wait']
2105
+ }),
1477
2106
  payment: function payment() {
1478
2107
  return import('./assets/payment');
1479
2108
  },
1480
- pencil: function pencil() {
2109
+ pencil: withMetadata(function () {
1481
2110
  return import('./assets/pencil');
1482
- },
1483
- percent: function percent() {
2111
+ }, {
2112
+ synonyms: ['pencil', 'edit', 'write', 'modify', 'pen']
2113
+ }),
2114
+ percent: withMetadata(function () {
1484
2115
  return import('./assets/percent');
1485
- },
1486
- pin: function pin() {
2116
+ }, {
2117
+ synonyms: ['percent', 'percentage', 'ratio', 'rate']
2118
+ }),
2119
+ pin: withMetadata(function () {
1487
2120
  return import('./assets/pin');
1488
- },
1489
- pinFill: function pinFill() {
2121
+ }, {
2122
+ synonyms: ['pin', 'anchor', 'stick', 'fixed', 'bookmark']
2123
+ }),
2124
+ pinFill: withMetadata(function () {
1490
2125
  return import('./assets/pin_fill');
1491
- },
2126
+ }, {
2127
+ synonyms: ['pin', 'filled', 'stick', 'anchor', 'fixed', 'bookmark']
2128
+ }),
1492
2129
  pinFilled: function pinFilled() {
1493
2130
  return import('./assets/pin_fill');
1494
2131
  },
@@ -1497,19 +2134,25 @@ export var typeToPathMap = {
1497
2134
  return import('./assets/line_break');
1498
2135
  },
1499
2136
  // NOTE: To be deprecated in favor of lineBreak
1500
- pipelineApp: function pipelineApp() {
2137
+ pipelineApp: withMetadata(function () {
1501
2138
  return import('./assets/app_pipeline');
1502
- },
2139
+ }, {
2140
+ category: 'app'
2141
+ }),
1503
2142
  pipeNoBreaks: function pipeNoBreaks() {
1504
2143
  return import('./assets/line_break_slash');
1505
2144
  },
1506
2145
  // NOTE: To be deprecated in favor of lineBreakSlash
1507
- pivot: function pivot() {
2146
+ pivot: withMetadata(function () {
1508
2147
  return import('./assets/pivot');
1509
- },
1510
- play: function play() {
2148
+ }, {
2149
+ synonyms: ['pivot', 'table', 'transform', 'rotate', 'analytics']
2150
+ }),
2151
+ play: withMetadata(function () {
1511
2152
  return import('./assets/play');
1512
- },
2153
+ }, {
2154
+ synonyms: ['play', 'start', 'run', 'media', 'video']
2155
+ }),
1513
2156
  playFilled: function playFilled() {
1514
2157
  return import('./assets/play_filled');
1515
2158
  },
@@ -1517,12 +2160,16 @@ export var typeToPathMap = {
1517
2160
  plugs: function plugs() {
1518
2161
  return import('./assets/plugs');
1519
2162
  },
1520
- plus: function plus() {
2163
+ plus: withMetadata(function () {
1521
2164
  return import('./assets/plus');
1522
- },
1523
- plusCircle: function plusCircle() {
2165
+ }, {
2166
+ synonyms: ['plus', 'add', 'new', 'create', 'increment']
2167
+ }),
2168
+ plusCircle: withMetadata(function () {
1524
2169
  return import('./assets/plus_circle');
1525
- },
2170
+ }, {
2171
+ synonyms: ['plus circle', 'plus', 'add', 'new', 'create', 'increment', 'circle']
2172
+ }),
1526
2173
  plusInCircle: function plusInCircle() {
1527
2174
  return import('./assets/plus_circle');
1528
2175
  },
@@ -1535,88 +2182,132 @@ export var typeToPathMap = {
1535
2182
  return import('./assets/plus_square');
1536
2183
  },
1537
2184
  // NOTE: To be deprecated in favor of plusSquare
1538
- plusSquare: function plusSquare() {
2185
+ plusSquare: withMetadata(function () {
1539
2186
  return import('./assets/plus_square');
1540
- },
2187
+ }, {
2188
+ synonyms: ['plus', 'square', 'add', 'expand', 'increment']
2189
+ }),
1541
2190
  popout: function popout() {
1542
2191
  return import('./assets/external');
1543
2192
  },
1544
2193
  // NOTE: To be deprecated in favor of external
1545
- presentation: function presentation() {
2194
+ presentation: withMetadata(function () {
1546
2195
  return import('./assets/presentation');
1547
- },
2196
+ }, {
2197
+ synonyms: ['presentation', 'slides', 'deck', 'display', 'show']
2198
+ }),
1548
2199
  productRobot: function productRobot() {
1549
2200
  return import('./assets/product_agent');
1550
2201
  },
1551
2202
  // NOTE: To be deprecated in favor of productAgent
1552
- productAgent: function productAgent() {
2203
+ productAgent: withMetadata(function () {
1553
2204
  return import('./assets/product_agent');
1554
- },
1555
- productCloudInfra: function productCloudInfra() {
2205
+ }, {
2206
+ synonyms: ['agent', 'product', 'elastic agent', 'fleet', 'monitoring']
2207
+ }),
2208
+ productCloudInfra: withMetadata(function () {
1556
2209
  return import('./assets/product_cloud_infra');
1557
- },
1558
- productDashboard: function productDashboard() {
2210
+ }, {
2211
+ synonyms: ['cloud', 'infrastructure', 'product', 'hosting', 'platform']
2212
+ }),
2213
+ productDashboard: withMetadata(function () {
1559
2214
  return import('./assets/product_dashboard');
1560
- },
1561
- productDiscover: function productDiscover() {
2215
+ }, {
2216
+ synonyms: ['dashboard', 'product', 'kibana', 'analytics', 'panel']
2217
+ }),
2218
+ productDiscover: withMetadata(function () {
1562
2219
  return import('./assets/product_discover');
1563
- },
1564
- productML: function productML() {
2220
+ }, {
2221
+ synonyms: ['discover', 'product', 'explore', 'data', 'search', 'kibana']
2222
+ }),
2223
+ productML: withMetadata(function () {
1565
2224
  return import('./assets/product_ml');
1566
- },
1567
- productStreamsClassic: function productStreamsClassic() {
2225
+ }, {
2226
+ synonyms: ['machine learning', 'ml', 'product', 'model', 'ai']
2227
+ }),
2228
+ productStreamsClassic: withMetadata(function () {
1568
2229
  return import('./assets/product_streams_classic');
1569
- },
1570
- productStreamsWired: function productStreamsWired() {
2230
+ }, {
2231
+ synonyms: ['streams', 'classic', 'product', 'data', 'pipeline']
2232
+ }),
2233
+ productStreamsWired: withMetadata(function () {
1571
2234
  return import('./assets/product_streams_wired');
1572
- },
2235
+ }, {
2236
+ synonyms: ['streams', 'wired', 'product', 'data', 'pipeline', 'connected']
2237
+ }),
1573
2238
  push: function push() {
1574
2239
  return import('./assets/send');
1575
2240
  },
1576
2241
  // NOTE: To be deprecated in favor of send
1577
- send: function send() {
2242
+ send: withMetadata(function () {
1578
2243
  return import('./assets/send');
1579
- },
1580
- question: function question() {
2244
+ }, {
2245
+ synonyms: ['send', 'submit', 'dispatch', 'arrow', 'share']
2246
+ }),
2247
+ question: withMetadata(function () {
1581
2248
  return import('./assets/question');
1582
- },
1583
- quote: function quote() {
2249
+ }, {
2250
+ synonyms: ['question', 'help', 'unknown', 'faq', 'ask']
2251
+ }),
2252
+ quote: withMetadata(function () {
1584
2253
  return import('./assets/quote');
1585
- },
1586
- radar: function radar() {
2254
+ }, {
2255
+ synonyms: ['quote', 'citation', 'blockquote', 'text']
2256
+ }),
2257
+ radar: withMetadata(function () {
1587
2258
  return import('./assets/radar');
1588
- },
1589
- readOnly: function readOnly() {
2259
+ }, {
2260
+ synonyms: ['radar', 'scan', 'detect', 'monitor', 'signal']
2261
+ }),
2262
+ readOnly: withMetadata(function () {
1590
2263
  return import('./assets/read_only');
1591
- },
1592
- recentlyViewedApp: function recentlyViewedApp() {
2264
+ }, {
2265
+ synonyms: ['read only', 'locked', 'view', 'permission', 'restrict']
2266
+ }),
2267
+ recentlyViewedApp: withMetadata(function () {
1593
2268
  return import('./assets/app_recently_viewed');
1594
- },
1595
- refresh: function refresh() {
2269
+ }, {
2270
+ category: 'app'
2271
+ }),
2272
+ refresh: withMetadata(function () {
1596
2273
  return import('./assets/refresh');
1597
- },
1598
- regressionJob: function regressionJob() {
2274
+ }, {
2275
+ synonyms: ['refresh', 'reload', 'sync', 'update', 'rotate']
2276
+ }),
2277
+ regressionJob: withMetadata(function () {
1599
2278
  return import('./assets/ml_regression_job');
1600
- },
1601
- reporter: function reporter() {
2279
+ }, {
2280
+ category: 'ml'
2281
+ }),
2282
+ reporter: withMetadata(function () {
1602
2283
  return import('./assets/reporter');
1603
- },
1604
- reportingApp: function reportingApp() {
2284
+ }, {
2285
+ synonyms: ['reporter', 'report', 'export', 'document', 'output']
2286
+ }),
2287
+ reportingApp: withMetadata(function () {
1605
2288
  return import('./assets/app_reporting');
1606
- },
1607
- return: function _return() {
2289
+ }, {
2290
+ category: 'app'
2291
+ }),
2292
+ return: withMetadata(function () {
1608
2293
  return import('./assets/return');
1609
- },
2294
+ }, {
2295
+ synonyms: ['return', 'enter', 'keyboard', 'submit', 'back', 'revert']
2296
+ }),
1610
2297
  returnKey: function returnKey() {
1611
2298
  return import('./assets/return');
1612
2299
  },
1613
2300
  // NOTE: To be deprecated in favor of return
1614
- save: function save() {
2301
+ save: withMetadata(function () {
1615
2302
  return import('./assets/save');
1616
- },
1617
- savedObjectsApp: function savedObjectsApp() {
2303
+ }, {
2304
+ synonyms: ['save', 'store', 'disk', 'persist', 'keep']
2305
+ }),
2306
+ savedObjectsApp: withMetadata(function () {
1618
2307
  return import('./assets/app_saved_objects');
1619
- },
2308
+ }, {
2309
+ category: 'app'
2310
+ }),
1620
2311
  scale: function scale() {
1621
2312
  return import('./assets/scale');
1622
2313
  },
@@ -1624,18 +2315,26 @@ export var typeToPathMap = {
1624
2315
  return import('./assets/magnify');
1625
2316
  },
1626
2317
  // NOTE: To be deprecated in favor of magnify
1627
- searchProfilerApp: function searchProfilerApp() {
2318
+ searchProfilerApp: withMetadata(function () {
1628
2319
  return import('./assets/app_search_profiler');
1629
- },
1630
- section: function section() {
2320
+ }, {
2321
+ category: 'app'
2322
+ }),
2323
+ section: withMetadata(function () {
1631
2324
  return import('./assets/section');
1632
- },
1633
- securityAnalyticsApp: function securityAnalyticsApp() {
2325
+ }, {
2326
+ synonyms: ['section', 'region', 'block', 'area', 'group']
2327
+ }),
2328
+ securityAnalyticsApp: withMetadata(function () {
1634
2329
  return import('./assets/app_security_analytics');
1635
- },
1636
- securityApp: function securityApp() {
2330
+ }, {
2331
+ category: 'app'
2332
+ }),
2333
+ securityApp: withMetadata(function () {
1637
2334
  return import('./assets/app_security');
1638
- },
2335
+ }, {
2336
+ category: 'app'
2337
+ }),
1639
2338
  securitySignal: function securitySignal() {
1640
2339
  return import('./assets/security_signal');
1641
2340
  },
@@ -1646,63 +2345,95 @@ export var typeToPathMap = {
1646
2345
  securitySignalResolved: function securitySignalResolved() {
1647
2346
  return import('./assets/security_signal_resolved');
1648
2347
  },
1649
- server: function server() {
2348
+ server: withMetadata(function () {
1650
2349
  return import('./assets/server');
1651
- },
2350
+ }, {
2351
+ synonyms: ['server', 'host', 'machine', 'infrastructure', 'backend']
2352
+ }),
1652
2353
  sessionViewer: function sessionViewer() {
1653
2354
  return import('./assets/session_viewer');
1654
2355
  },
1655
- shard: function shard() {
2356
+ shard: withMetadata(function () {
1656
2357
  return import('./assets/shard');
1657
- },
1658
- share: function share() {
2358
+ }, {
2359
+ synonyms: ['shard', 'partition', 'segment', 'elastic', 'index']
2360
+ }),
2361
+ share: withMetadata(function () {
1659
2362
  return import('./assets/share');
1660
- },
1661
- significantEvents: function significantEvents() {
2363
+ }, {
2364
+ synonyms: ['share', 'send', 'distribute', 'social', 'export']
2365
+ }),
2366
+ significantEvents: withMetadata(function () {
1662
2367
  return import('./assets/significant_events');
1663
- },
2368
+ }, {
2369
+ synonyms: ['events', 'significant', 'anomaly', 'alert', 'notable', 'timeline']
2370
+ }),
1664
2371
  singleMetricViewer: function singleMetricViewer() {
1665
2372
  return import('./assets/single_metric_viewer');
1666
2373
  },
1667
- snowflake: function snowflake() {
2374
+ snowflake: withMetadata(function () {
1668
2375
  return import('./assets/snowflake');
1669
- },
1670
- sortAscending: function sortAscending() {
2376
+ }, {
2377
+ synonyms: ['snowflake', 'unique', 'id', 'data warehouse']
2378
+ }),
2379
+ sortAscending: withMetadata(function () {
1671
2380
  return import('./assets/sort_ascending');
1672
- },
1673
- sortDescending: function sortDescending() {
2381
+ }, {
2382
+ synonyms: ['sort', 'ascending', 'up', 'order', 'rank', 'increase']
2383
+ }),
2384
+ sortDescending: withMetadata(function () {
1674
2385
  return import('./assets/sort_descending');
1675
- },
1676
- sortDown: function sortDown() {
2386
+ }, {
2387
+ synonyms: ['sort', 'descending', 'down', 'order', 'rank', 'decrease']
2388
+ }),
2389
+ sortDown: withMetadata(function () {
1677
2390
  return import('./assets/sort_down');
1678
- },
1679
- sortLeft: function sortLeft() {
2391
+ }, {
2392
+ synonyms: ['sort down', 'sort', 'order', 'rank', 'arrange', 'down']
2393
+ }),
2394
+ sortLeft: withMetadata(function () {
1680
2395
  return import('./assets/sort_left');
1681
- },
1682
- sortRight: function sortRight() {
2396
+ }, {
2397
+ synonyms: ['sort left', 'sort', 'order', 'rank', 'arrange', 'left']
2398
+ }),
2399
+ sortRight: withMetadata(function () {
1683
2400
  return import('./assets/sort_right');
1684
- },
1685
- sortUp: function sortUp() {
2401
+ }, {
2402
+ synonyms: ['sort right', 'sort', 'order', 'rank', 'arrange', 'right']
2403
+ }),
2404
+ sortUp: withMetadata(function () {
1686
2405
  return import('./assets/sort_up');
1687
- },
1688
- sortable: function sortable() {
2406
+ }, {
2407
+ synonyms: ['sort up', 'sort', 'order', 'rank', 'arrange', 'up']
2408
+ }),
2409
+ sortable: withMetadata(function () {
1689
2410
  return import('./assets/sortable');
1690
- },
2411
+ }, {
2412
+ synonyms: ['sortable', 'sort', 'order']
2413
+ }),
1691
2414
  spaces: function spaces() {
1692
2415
  return import('./assets/spaces');
1693
2416
  },
1694
- spacesApp: function spacesApp() {
2417
+ spacesApp: withMetadata(function () {
1695
2418
  return import('./assets/app_spaces');
1696
- },
1697
- sparkles: function sparkles() {
2419
+ }, {
2420
+ category: 'app'
2421
+ }),
2422
+ sparkles: withMetadata(function () {
1698
2423
  return import('./assets/sparkles');
1699
- },
1700
- sqlApp: function sqlApp() {
2424
+ }, {
2425
+ synonyms: ['sparkles', 'ai', 'magic', 'new', 'enhance', 'auto']
2426
+ }),
2427
+ sqlApp: withMetadata(function () {
1701
2428
  return import('./assets/app_sql');
1702
- },
1703
- star: function star() {
2429
+ }, {
2430
+ category: 'app'
2431
+ }),
2432
+ star: withMetadata(function () {
1704
2433
  return import('./assets/star');
1705
- },
2434
+ }, {
2435
+ synonyms: ['star', 'favorite', 'rating', 'bookmark']
2436
+ }),
1706
2437
  starEmpty: function starEmpty() {
1707
2438
  return import('./assets/star');
1708
2439
  },
@@ -1710,9 +2441,11 @@ export var typeToPathMap = {
1710
2441
  starEmptySpace: function starEmptySpace() {
1711
2442
  return import('./assets/star_empty_space');
1712
2443
  },
1713
- starFill: function starFill() {
2444
+ starFill: withMetadata(function () {
1714
2445
  return import('./assets/star_fill');
1715
- },
2446
+ }, {
2447
+ synonyms: ['star fill', 'star', 'favorite', 'rating', 'bookmark', 'fill', 'filled', 'solid']
2448
+ }),
1716
2449
  starFilled: function starFilled() {
1717
2450
  return import('./assets/star_fill');
1718
2451
  },
@@ -1747,9 +2480,11 @@ export var typeToPathMap = {
1747
2480
  stats: function stats() {
1748
2481
  return import('./assets/stats');
1749
2482
  },
1750
- stop: function stop() {
2483
+ stop: withMetadata(function () {
1751
2484
  return import('./assets/stop');
1752
- },
2485
+ }, {
2486
+ synonyms: ['stop', 'halt', 'end', 'terminate', 'square']
2487
+ }),
1753
2488
  stopFill: function stopFill() {
1754
2489
  return import('./assets/stop_fill');
1755
2490
  },
@@ -1760,9 +2495,11 @@ export var typeToPathMap = {
1760
2495
  stopSlash: function stopSlash() {
1761
2496
  return import('./assets/stop_slash');
1762
2497
  },
1763
- storage: function storage() {
2498
+ storage: withMetadata(function () {
1764
2499
  return import('./assets/storage');
1765
- },
2500
+ }, {
2501
+ synonyms: ['storage', 'disk', 'drive', 'save', 'data store']
2502
+ }),
1766
2503
  streamsClassic: function streamsClassic() {
1767
2504
  return import('./assets/product_streams_classic');
1768
2505
  },
@@ -1778,30 +2515,38 @@ export var typeToPathMap = {
1778
2515
  return import('./assets/merge');
1779
2516
  },
1780
2517
  // NOTE: To be deprecated in favor of `merge`
1781
- sun: function sun() {
2518
+ sun: withMetadata(function () {
1782
2519
  return import('./assets/sun');
1783
- },
2520
+ }, {
2521
+ synonyms: ['sun', 'light', 'day', 'theme', 'bright']
2522
+ }),
1784
2523
  swatchInput: function swatchInput() {
1785
2524
  return import('./assets/swatch_input');
1786
2525
  },
1787
2526
  // Undocumented on purpose. Has an extra stroke for EuiColorPicker
1788
- symlink: function symlink() {
2527
+ symlink: withMetadata(function () {
1789
2528
  return import('./assets/symlink');
1790
- },
2529
+ }, {
2530
+ synonyms: ['symlink', 'shortcut', 'alias', 'link', 'reference']
2531
+ }),
1791
2532
  tableDensityCompact: function tableDensityCompact() {
1792
2533
  return import('./assets/table_density_high');
1793
2534
  },
1794
2535
  // NOTE: To be deprecated in favor of tableDensityHigh
1795
- tableDensityHigh: function tableDensityHigh() {
2536
+ tableDensityHigh: withMetadata(function () {
1796
2537
  return import('./assets/table_density_high');
1797
- },
2538
+ }, {
2539
+ synonyms: ['table', 'density', 'compact', 'tight', 'rows', 'spacing']
2540
+ }),
1798
2541
  tableDensityExpanded: function tableDensityExpanded() {
1799
2542
  return import('./assets/table_density_low');
1800
2543
  },
1801
2544
  // NOTE: To be deprecated in favor of tableDensityLow
1802
- tableDensityLow: function tableDensityLow() {
2545
+ tableDensityLow: withMetadata(function () {
1803
2546
  return import('./assets/table_density_low');
1804
- },
2547
+ }, {
2548
+ synonyms: ['table', 'density', 'spacious', 'loose', 'rows', 'spacing']
2549
+ }),
1805
2550
  tableDensityNormal: function tableDensityNormal() {
1806
2551
  return import('./assets/table');
1807
2552
  },
@@ -1809,9 +2554,11 @@ export var typeToPathMap = {
1809
2554
  tableOfContents: function tableOfContents() {
1810
2555
  return import('./assets/table_of_contents');
1811
2556
  },
1812
- tag: function tag() {
2557
+ tag: withMetadata(function () {
1813
2558
  return import('./assets/tag');
1814
- },
2559
+ }, {
2560
+ synonyms: ['tag', 'label', 'category', 'keyword', 'badge']
2561
+ }),
1815
2562
  tear: function tear() {
1816
2563
  return import('./assets/tear');
1817
2564
  },
@@ -1819,31 +2566,45 @@ export var typeToPathMap = {
1819
2566
  return import('./assets/thermometer');
1820
2567
  },
1821
2568
  // NOTE: To be deprecated in favor of thermometer
1822
- thermometer: function thermometer() {
2569
+ thermometer: withMetadata(function () {
1823
2570
  return import('./assets/thermometer');
1824
- },
1825
- thumbDown: function thumbDown() {
2571
+ }, {
2572
+ synonyms: ['thermometer', 'temperature', 'heat', 'metric', 'gauge']
2573
+ }),
2574
+ thumbDown: withMetadata(function () {
1826
2575
  return import('./assets/thumb_down');
1827
- },
1828
- thumbUp: function thumbUp() {
2576
+ }, {
2577
+ synonyms: ['thumbs down', 'dislike', 'negative', 'vote', 'feedback', 'bad']
2578
+ }),
2579
+ thumbUp: withMetadata(function () {
1829
2580
  return import('./assets/thumb_up');
1830
- },
1831
- timeline: function timeline() {
2581
+ }, {
2582
+ synonyms: ['thumbs up', 'like', 'positive', 'vote', 'feedback', 'good']
2583
+ }),
2584
+ timeline: withMetadata(function () {
1832
2585
  return import('./assets/timeline');
1833
- },
1834
- timelineWithArrow: function timelineWithArrow() {
2586
+ }, {
2587
+ synonyms: ['timeline', 'history', 'events', 'chronological', 'sequence']
2588
+ }),
2589
+ timelineWithArrow: withMetadata(function () {
1835
2590
  return import('./assets/timeline_with_arrow');
1836
- },
1837
- timelionApp: function timelionApp() {
2591
+ }, {
2592
+ synonyms: ['timeline', 'arrow', 'history', 'sequence', 'flow', 'events']
2593
+ }),
2594
+ timelionApp: withMetadata(function () {
1838
2595
  return import('./assets/app_timelion');
1839
- },
2596
+ }, {
2597
+ category: 'app'
2598
+ }),
1840
2599
  timeRefresh: function timeRefresh() {
1841
2600
  return import('./assets/refresh_time');
1842
2601
  },
1843
2602
  // NOTE: To be deprecated in favor of refreshTime
1844
- refreshTime: function refreshTime() {
2603
+ refreshTime: withMetadata(function () {
1845
2604
  return import('./assets/refresh_time');
1846
- },
2605
+ }, {
2606
+ synonyms: ['refresh', 'time', 'reload', 'schedule', 'sync', 'clock']
2607
+ }),
1847
2608
  timeslider: function timeslider() {
1848
2609
  return import('./assets/clock_control');
1849
2610
  },
@@ -1852,27 +2613,41 @@ export var typeToPathMap = {
1852
2613
  return import('./assets/presentation');
1853
2614
  },
1854
2615
  // NOTE: To be deprecated in favor of presentation,
1855
- transitionBottomIn: function transitionBottomIn() {
2616
+ transitionBottomIn: withMetadata(function () {
1856
2617
  return import('./assets/transition_bottom_in');
1857
- },
1858
- transitionBottomOut: function transitionBottomOut() {
2618
+ }, {
2619
+ synonyms: ['transition', 'bottom', 'in', 'animate', 'enter', 'motion']
2620
+ }),
2621
+ transitionBottomOut: withMetadata(function () {
1859
2622
  return import('./assets/transition_bottom_out');
1860
- },
1861
- transitionLeftIn: function transitionLeftIn() {
2623
+ }, {
2624
+ synonyms: ['transition', 'bottom', 'out', 'animate', 'exit', 'motion']
2625
+ }),
2626
+ transitionLeftIn: withMetadata(function () {
1862
2627
  return import('./assets/transition_left_in');
1863
- },
1864
- transitionLeftOut: function transitionLeftOut() {
2628
+ }, {
2629
+ synonyms: ['transition', 'left', 'in', 'animate', 'enter', 'motion']
2630
+ }),
2631
+ transitionLeftOut: withMetadata(function () {
1865
2632
  return import('./assets/transition_left_out');
1866
- },
1867
- transitionTopIn: function transitionTopIn() {
2633
+ }, {
2634
+ synonyms: ['transition', 'left', 'out', 'animate', 'exit', 'motion']
2635
+ }),
2636
+ transitionTopIn: withMetadata(function () {
1868
2637
  return import('./assets/transition_top_in');
1869
- },
1870
- transitionTopOut: function transitionTopOut() {
2638
+ }, {
2639
+ synonyms: ['transition', 'top', 'in', 'animate', 'enter', 'motion']
2640
+ }),
2641
+ transitionTopOut: withMetadata(function () {
1871
2642
  return import('./assets/transition_top_out');
1872
- },
1873
- trash: function trash() {
2643
+ }, {
2644
+ synonyms: ['transition', 'top', 'out', 'animate', 'exit', 'motion']
2645
+ }),
2646
+ trash: withMetadata(function () {
1874
2647
  return import('./assets/trash');
1875
- },
2648
+ }, {
2649
+ synonyms: ['trash', 'delete', 'remove', 'bin', 'garbage', 'discard']
2650
+ }),
1876
2651
  unfold: function unfold() {
1877
2652
  return import('./assets/unfold');
1878
2653
  },
@@ -1880,38 +2655,54 @@ export var typeToPathMap = {
1880
2655
  return import('./assets/link_slash');
1881
2656
  },
1882
2657
  // NOTE: To be deprecated in favor of linkSlash
1883
- upgradeAssistantApp: function upgradeAssistantApp() {
2658
+ upgradeAssistantApp: withMetadata(function () {
1884
2659
  return import('./assets/app_upgrade_assistant');
1885
- },
1886
- uptimeApp: function uptimeApp() {
2660
+ }, {
2661
+ category: 'app'
2662
+ }),
2663
+ uptimeApp: withMetadata(function () {
1887
2664
  return import('./assets/app_uptime');
1888
- },
1889
- user: function user() {
2665
+ }, {
2666
+ category: 'app'
2667
+ }),
2668
+ user: withMetadata(function () {
1890
2669
  return import('./assets/user');
1891
- },
2670
+ }, {
2671
+ synonyms: ['user', 'person', 'account', 'profile', 'avatar']
2672
+ }),
1892
2673
  userAvatar: function userAvatar() {
1893
2674
  return import('./assets/user');
1894
2675
  },
1895
2676
  // NOTE: To be deprecated in favor of `user`
1896
- users: function users() {
2677
+ users: withMetadata(function () {
1897
2678
  return import('./assets/users');
1898
- },
1899
- usersRolesApp: function usersRolesApp() {
2679
+ }, {
2680
+ synonyms: ['users', 'people', 'team', 'group', 'accounts']
2681
+ }),
2682
+ usersRolesApp: withMetadata(function () {
1900
2683
  return import('./assets/app_users_roles');
1901
- },
1902
- unarchive: function unarchive() {
2684
+ }, {
2685
+ category: 'app'
2686
+ }),
2687
+ unarchive: withMetadata(function () {
1903
2688
  return import('./assets/unarchive');
1904
- },
2689
+ }, {
2690
+ synonyms: ['unarchive', 'restore', 'extract', 'retrieve', 'unpack']
2691
+ }),
1905
2692
  vector: function vector() {
1906
2693
  return import('./assets/vector_square');
1907
2694
  },
1908
2695
  // NOTE: To be deprecated in favor of vectorSquare
1909
- vectorSquare: function vectorSquare() {
2696
+ vectorSquare: withMetadata(function () {
1910
2697
  return import('./assets/vector_square');
1911
- },
1912
- videoPlayer: function videoPlayer() {
2698
+ }, {
2699
+ synonyms: ['vector', 'square', 'shape', 'geometry', 'box', 'region']
2700
+ }),
2701
+ videoPlayer: withMetadata(function () {
1913
2702
  return import('./assets/video_player');
1914
- },
2703
+ }, {
2704
+ synonyms: ['video', 'player', 'play', 'media', 'film', 'watch']
2705
+ }),
1915
2706
  visArea: function visArea() {
1916
2707
  return import('./assets/chart_area');
1917
2708
  },
@@ -1959,9 +2750,11 @@ export var typeToPathMap = {
1959
2750
  return import('./assets/chart_metric');
1960
2751
  },
1961
2752
  // NOTE: To be deprecated in favor of chartMetric
1962
- chartMetric: function chartMetric() {
2753
+ chartMetric: withMetadata(function () {
1963
2754
  return import('./assets/chart_metric');
1964
- },
2755
+ }, {
2756
+ synonyms: ['metric', 'chart', 'kpi', 'measurement', 'stat', 'indicator']
2757
+ }),
1965
2758
  visPie: function visPie() {
1966
2759
  return import('./assets/chart_pie');
1967
2760
  },
@@ -1988,25 +2781,35 @@ export var typeToPathMap = {
1988
2781
  visVisualBuilder: function visVisualBuilder() {
1989
2782
  return import('./assets/vis_visual_builder');
1990
2783
  },
1991
- visualizeApp: function visualizeApp() {
2784
+ visualizeApp: withMetadata(function () {
1992
2785
  return import('./assets/app_visualize');
1993
- },
1994
- vulnerabilityManagementApp: function vulnerabilityManagementApp() {
2786
+ }, {
2787
+ category: 'app'
2788
+ }),
2789
+ vulnerabilityManagementApp: withMetadata(function () {
1995
2790
  return import('./assets/app_vulnerability_management');
1996
- },
1997
- warning: function warning() {
2791
+ }, {
2792
+ category: 'app'
2793
+ }),
2794
+ warning: withMetadata(function () {
1998
2795
  return import('./assets/warning');
1999
- },
2796
+ }, {
2797
+ synonyms: ['warning', 'alert', 'caution', 'danger', 'issue']
2798
+ }),
2000
2799
  warningFilled: function warningFilled() {
2001
2800
  return import('./assets/warning_fill');
2002
2801
  },
2003
2802
  // NOTE: To be deprecated in favor of warningFill
2004
- warningFill: function warningFill() {
2803
+ warningFill: withMetadata(function () {
2005
2804
  return import('./assets/warning_fill');
2006
- },
2007
- watchesApp: function watchesApp() {
2805
+ }, {
2806
+ synonyms: ['warning fill', 'warning', 'alert', 'caution', 'danger', 'issue', 'fill', 'filled']
2807
+ }),
2808
+ watchesApp: withMetadata(function () {
2008
2809
  return import('./assets/app_watches');
2009
- },
2810
+ }, {
2811
+ category: 'app'
2812
+ }),
2010
2813
  web: function web() {
2011
2814
  return import('./assets/web');
2012
2815
  },
@@ -2016,189 +2819,357 @@ export var typeToPathMap = {
2016
2819
  wordWrapDisabled: function wordWrapDisabled() {
2017
2820
  return import('./assets/word_wrap_disabled');
2018
2821
  },
2019
- workflowsApp: function workflowsApp() {
2822
+ workflowsApp: withMetadata(function () {
2020
2823
  return import('./assets/app_workflows');
2021
- },
2022
- workflow: function workflow() {
2824
+ }, {
2825
+ category: 'app'
2826
+ }),
2827
+ workflow: withMetadata(function () {
2023
2828
  return import('./assets/workflow');
2024
- },
2025
- workplaceSearchApp: function workplaceSearchApp() {
2829
+ }, {
2830
+ synonyms: ['workflow', 'automation', 'pipeline', 'process', 'flow']
2831
+ }),
2832
+ workplaceSearchApp: withMetadata(function () {
2026
2833
  return import('./assets/app_workplace_search');
2027
- },
2028
- wrench: function wrench() {
2834
+ }, {
2835
+ category: 'app'
2836
+ }),
2837
+ wrench: withMetadata(function () {
2029
2838
  return import('./assets/wrench');
2030
- },
2839
+ }, {
2840
+ synonyms: ['wrench', 'tool', 'fix', 'settings', 'repair']
2841
+ }),
2031
2842
  // Token Icon Imports
2032
- tokenAlias: function tokenAlias() {
2843
+ tokenAlias: withMetadata(function () {
2033
2844
  return import('./assets/token_alias');
2034
- },
2035
- tokenAnnotation: function tokenAnnotation() {
2845
+ }, {
2846
+ category: 'token'
2847
+ }),
2848
+ tokenAnnotation: withMetadata(function () {
2036
2849
  return import('./assets/token_annotation');
2037
- },
2038
- tokenArray: function tokenArray() {
2850
+ }, {
2851
+ category: 'token'
2852
+ }),
2853
+ tokenArray: withMetadata(function () {
2039
2854
  return import('./assets/token_array');
2040
- },
2041
- tokenBinary: function tokenBinary() {
2855
+ }, {
2856
+ category: 'token'
2857
+ }),
2858
+ tokenBinary: withMetadata(function () {
2042
2859
  return import('./assets/token_binary');
2043
- },
2044
- tokenBoolean: function tokenBoolean() {
2860
+ }, {
2861
+ category: 'token'
2862
+ }),
2863
+ tokenBoolean: withMetadata(function () {
2045
2864
  return import('./assets/token_boolean');
2046
- },
2047
- tokenClass: function tokenClass() {
2865
+ }, {
2866
+ category: 'token'
2867
+ }),
2868
+ tokenClass: withMetadata(function () {
2048
2869
  return import('./assets/token_class');
2049
- },
2050
- tokenCompletionSuggester: function tokenCompletionSuggester() {
2870
+ }, {
2871
+ category: 'token'
2872
+ }),
2873
+ tokenCompletionSuggester: withMetadata(function () {
2051
2874
  return import('./assets/token_completion_suggester');
2052
- },
2053
- tokenConstant: function tokenConstant() {
2875
+ }, {
2876
+ category: 'token'
2877
+ }),
2878
+ tokenConstant: withMetadata(function () {
2054
2879
  return import('./assets/token_constant');
2055
- },
2056
- tokenDate: function tokenDate() {
2880
+ }, {
2881
+ category: 'token'
2882
+ }),
2883
+ tokenDate: withMetadata(function () {
2057
2884
  return import('./assets/token_date');
2058
- },
2059
- tokenDimension: function tokenDimension() {
2885
+ }, {
2886
+ category: 'token'
2887
+ }),
2888
+ tokenDimension: withMetadata(function () {
2060
2889
  return import('./assets/token_dimension');
2061
- },
2062
- tokenElement: function tokenElement() {
2890
+ }, {
2891
+ category: 'token'
2892
+ }),
2893
+ tokenElement: withMetadata(function () {
2063
2894
  return import('./assets/token_element');
2064
- },
2065
- tokenEnum: function tokenEnum() {
2895
+ }, {
2896
+ category: 'token'
2897
+ }),
2898
+ tokenEnum: withMetadata(function () {
2066
2899
  return import('./assets/token_enum');
2067
- },
2068
- tokenEnumMember: function tokenEnumMember() {
2900
+ }, {
2901
+ category: 'token'
2902
+ }),
2903
+ tokenEnumMember: withMetadata(function () {
2069
2904
  return import('./assets/token_enum_member');
2070
- },
2071
- tokenEvent: function tokenEvent() {
2905
+ }, {
2906
+ category: 'token'
2907
+ }),
2908
+ tokenEvent: withMetadata(function () {
2072
2909
  return import('./assets/token_event');
2073
- },
2074
- tokenException: function tokenException() {
2910
+ }, {
2911
+ category: 'token'
2912
+ }),
2913
+ tokenException: withMetadata(function () {
2075
2914
  return import('./assets/token_exception');
2076
- },
2077
- tokenField: function tokenField() {
2915
+ }, {
2916
+ category: 'token'
2917
+ }),
2918
+ tokenField: withMetadata(function () {
2078
2919
  return import('./assets/token_field');
2079
- },
2080
- tokenFile: function tokenFile() {
2920
+ }, {
2921
+ category: 'token'
2922
+ }),
2923
+ tokenFile: withMetadata(function () {
2081
2924
  return import('./assets/token_file');
2082
- },
2083
- tokenFlattened: function tokenFlattened() {
2925
+ }, {
2926
+ category: 'token'
2927
+ }),
2928
+ tokenFlattened: withMetadata(function () {
2084
2929
  return import('./assets/token_flattened');
2085
- },
2086
- tokenFunction: function tokenFunction() {
2930
+ }, {
2931
+ category: 'token'
2932
+ }),
2933
+ tokenFunction: withMetadata(function () {
2087
2934
  return import('./assets/token_function');
2088
- },
2089
- tokenGeo: function tokenGeo() {
2935
+ }, {
2936
+ category: 'token'
2937
+ }),
2938
+ tokenGeo: withMetadata(function () {
2090
2939
  return import('./assets/token_geo');
2091
- },
2092
- tokenHistogram: function tokenHistogram() {
2940
+ }, {
2941
+ category: 'token'
2942
+ }),
2943
+ tokenHistogram: withMetadata(function () {
2093
2944
  return import('./assets/token_histogram');
2094
- },
2095
- tokenInterface: function tokenInterface() {
2945
+ }, {
2946
+ category: 'token'
2947
+ }),
2948
+ tokenInterface: withMetadata(function () {
2096
2949
  return import('./assets/token_interface');
2097
- },
2098
- tokenIP: function tokenIP() {
2950
+ }, {
2951
+ category: 'token'
2952
+ }),
2953
+ tokenIP: withMetadata(function () {
2099
2954
  return import('./assets/token_ip');
2100
- },
2101
- tokenJoin: function tokenJoin() {
2955
+ }, {
2956
+ category: 'token'
2957
+ }),
2958
+ tokenJoin: withMetadata(function () {
2102
2959
  return import('./assets/token_join');
2103
- },
2104
- tokenKey: function tokenKey() {
2960
+ }, {
2961
+ category: 'token'
2962
+ }),
2963
+ tokenKey: withMetadata(function () {
2105
2964
  return import('./assets/token_key');
2106
- },
2107
- tokenKeyword: function tokenKeyword() {
2965
+ }, {
2966
+ category: 'token'
2967
+ }),
2968
+ tokenKeyword: withMetadata(function () {
2108
2969
  return import('./assets/token_keyword');
2109
- },
2110
- tokenMethod: function tokenMethod() {
2970
+ }, {
2971
+ category: 'token'
2972
+ }),
2973
+ tokenMethod: withMetadata(function () {
2111
2974
  return import('./assets/token_method');
2112
- },
2113
- tokenMetricCounter: function tokenMetricCounter() {
2975
+ }, {
2976
+ category: 'token'
2977
+ }),
2978
+ tokenMetricCounter: withMetadata(function () {
2114
2979
  return import('./assets/token_metric_counter');
2115
- },
2116
- tokenMetricGauge: function tokenMetricGauge() {
2980
+ }, {
2981
+ category: 'token'
2982
+ }),
2983
+ tokenMetricGauge: withMetadata(function () {
2117
2984
  return import('./assets/token_metric_gauge');
2118
- },
2119
- tokenModule: function tokenModule() {
2985
+ }, {
2986
+ category: 'token'
2987
+ }),
2988
+ tokenModule: withMetadata(function () {
2120
2989
  return import('./assets/token_module');
2121
- },
2122
- tokenNamespace: function tokenNamespace() {
2990
+ }, {
2991
+ category: 'token'
2992
+ }),
2993
+ tokenNamespace: withMetadata(function () {
2123
2994
  return import('./assets/token_namespace');
2124
- },
2125
- tokenNested: function tokenNested() {
2995
+ }, {
2996
+ category: 'token'
2997
+ }),
2998
+ tokenNested: withMetadata(function () {
2126
2999
  return import('./assets/token_nested');
2127
- },
2128
- tokenNull: function tokenNull() {
3000
+ }, {
3001
+ category: 'token'
3002
+ }),
3003
+ tokenNull: withMetadata(function () {
2129
3004
  return import('./assets/token_null');
2130
- },
2131
- tokenNumber: function tokenNumber() {
3005
+ }, {
3006
+ category: 'token'
3007
+ }),
3008
+ tokenNumber: withMetadata(function () {
2132
3009
  return import('./assets/token_number');
2133
- },
2134
- tokenObject: function tokenObject() {
3010
+ }, {
3011
+ category: 'token'
3012
+ }),
3013
+ tokenObject: withMetadata(function () {
2135
3014
  return import('./assets/token_object');
2136
- },
2137
- tokenOperator: function tokenOperator() {
3015
+ }, {
3016
+ category: 'token'
3017
+ }),
3018
+ tokenOperator: withMetadata(function () {
2138
3019
  return import('./assets/token_operator');
2139
- },
2140
- tokenPackage: function tokenPackage() {
3020
+ }, {
3021
+ category: 'token'
3022
+ }),
3023
+ tokenPackage: withMetadata(function () {
2141
3024
  return import('./assets/token_package');
2142
- },
2143
- tokenParameter: function tokenParameter() {
3025
+ }, {
3026
+ category: 'token'
3027
+ }),
3028
+ tokenParameter: withMetadata(function () {
2144
3029
  return import('./assets/token_parameter');
2145
- },
2146
- tokenPercolator: function tokenPercolator() {
3030
+ }, {
3031
+ category: 'token'
3032
+ }),
3033
+ tokenPercolator: withMetadata(function () {
2147
3034
  return import('./assets/token_percolator');
2148
- },
2149
- tokenProperty: function tokenProperty() {
3035
+ }, {
3036
+ category: 'token'
3037
+ }),
3038
+ tokenProperty: withMetadata(function () {
2150
3039
  return import('./assets/token_property');
2151
- },
2152
- tokenRange: function tokenRange() {
3040
+ }, {
3041
+ category: 'token'
3042
+ }),
3043
+ tokenRange: withMetadata(function () {
2153
3044
  return import('./assets/token_range');
2154
- },
2155
- tokenRankFeature: function tokenRankFeature() {
3045
+ }, {
3046
+ category: 'token'
3047
+ }),
3048
+ tokenRankFeature: withMetadata(function () {
2156
3049
  return import('./assets/token_rank_feature');
2157
- },
2158
- tokenRankFeatures: function tokenRankFeatures() {
3050
+ }, {
3051
+ category: 'token'
3052
+ }),
3053
+ tokenRankFeatures: withMetadata(function () {
2159
3054
  return import('./assets/token_rank_features');
2160
- },
2161
- tokenRepo: function tokenRepo() {
3055
+ }, {
3056
+ category: 'token'
3057
+ }),
3058
+ tokenRepo: withMetadata(function () {
2162
3059
  return import('./assets/token_repo');
2163
- },
2164
- tokenSearchType: function tokenSearchType() {
3060
+ }, {
3061
+ category: 'token'
3062
+ }),
3063
+ tokenSearchType: withMetadata(function () {
2165
3064
  return import('./assets/token_search_type');
2166
- },
2167
- tokenSemanticText: function tokenSemanticText() {
3065
+ }, {
3066
+ category: 'token'
3067
+ }),
3068
+ tokenSemanticText: withMetadata(function () {
2168
3069
  return import('./assets/token_semantic_text');
2169
- },
2170
- tokenShape: function tokenShape() {
3070
+ }, {
3071
+ category: 'token'
3072
+ }),
3073
+ tokenShape: withMetadata(function () {
2171
3074
  return import('./assets/token_shape');
2172
- },
2173
- tokenString: function tokenString() {
3075
+ }, {
3076
+ category: 'token'
3077
+ }),
3078
+ tokenString: withMetadata(function () {
2174
3079
  return import('./assets/token_string');
2175
- },
2176
- tokenStruct: function tokenStruct() {
3080
+ }, {
3081
+ category: 'token'
3082
+ }),
3083
+ tokenStruct: withMetadata(function () {
2177
3084
  return import('./assets/token_struct');
2178
- },
2179
- tokenSymbol: function tokenSymbol() {
3085
+ }, {
3086
+ category: 'token'
3087
+ }),
3088
+ tokenSymbol: withMetadata(function () {
2180
3089
  return import('./assets/token_symbol');
2181
- },
2182
- tokenTag: function tokenTag() {
3090
+ }, {
3091
+ category: 'token'
3092
+ }),
3093
+ tokenTag: withMetadata(function () {
2183
3094
  return import('./assets/token_tag');
2184
- },
2185
- tokenText: function tokenText() {
3095
+ }, {
3096
+ category: 'token'
3097
+ }),
3098
+ tokenText: withMetadata(function () {
2186
3099
  return import('./assets/token_text');
2187
- },
2188
- tokenTokenCount: function tokenTokenCount() {
3100
+ }, {
3101
+ category: 'token'
3102
+ }),
3103
+ tokenTokenCount: withMetadata(function () {
2189
3104
  return import('./assets/token_token_count');
2190
- },
2191
- tokenVariable: function tokenVariable() {
3105
+ }, {
3106
+ category: 'token'
3107
+ }),
3108
+ tokenVariable: withMetadata(function () {
2192
3109
  return import('./assets/token_variable');
2193
- },
2194
- tokenVectorDense: function tokenVectorDense() {
3110
+ }, {
3111
+ category: 'token'
3112
+ }),
3113
+ tokenVectorDense: withMetadata(function () {
2195
3114
  return import('./assets/token_vector_dense');
2196
- },
2197
- tokenDenseVector: function tokenDenseVector() {
3115
+ }, {
3116
+ category: 'token'
3117
+ }),
3118
+ tokenDenseVector: withMetadata(function () {
2198
3119
  return import('./assets/token_vector_dense');
2199
- },
2200
- // NOTE: This is an undocumented alias for `tokenVectorDense`, added for legacy compatability
2201
- tokenVectorSparse: function tokenVectorSparse() {
3120
+ }, {
3121
+ category: 'token'
3122
+ }),
3123
+ // NOTE: This is an undocumented alias for `tokenVectorDense`, added for legacy compatibility
3124
+ tokenVectorSparse: withMetadata(function () {
2202
3125
  return import('./assets/token_vector_sparse');
2203
- }
2204
- };
3126
+ }, {
3127
+ category: 'token'
3128
+ })
3129
+ };
3130
+ var getTypeToPathMapMetadata = function getTypeToPathMapMetadata(loader) {
3131
+ var _metadata$category;
3132
+ var metadata = loader.metadata;
3133
+ return {
3134
+ category: (_metadata$category = metadata === null || metadata === void 0 ? void 0 : metadata.category) !== null && _metadata$category !== void 0 ? _metadata$category : 'glyph',
3135
+ synonyms: metadata === null || metadata === void 0 ? void 0 : metadata.synonyms
3136
+ };
3137
+ };
3138
+ /* List of icon types that are deprecated and should not be used in new code.
3139
+ These icons will be removed in a future release. But we need to keep them to
3140
+ maintain backward compatibility. */
3141
+ export var typeToPathMapDeprecatedIconTypes = ['alert', 'anomalyChart', 'apmTrace', 'arrowDown', 'arrowLeft', 'arrowRight', 'arrowUp', 'arrowStart', 'arrowEnd', 'beaker', 'boxesHorizontal', 'changePointDetection', 'checkInCircleFilled', 'cheer', 'color', 'compute', 'console', 'contrastHigh', 'controlsHorizontal', 'controlsVertical', 'copyClipboard', 'crossInCircle', 'crosshairs', 'currency', 'cut', 'desktop', 'diff', 'discuss', 'documentEdit', 'doubleArrowLeft', 'doubleArrowRight', 'editorAlignCenter', 'editorAlignLeft', 'editorAlignRight', 'editorBold', 'editorChecklist', 'editorCodeBlock', 'editorComment', 'editorDistributeHorizontal', 'editorDistributeVertical', 'editorHeading', 'editorItalic', 'editorItemAlignBottom', 'editorItemAlignCenter', 'editorItemAlignLeft', 'editorItemAlignMiddle', 'editorItemAlignRight', 'editorItemAlignTop', 'editorLink', 'editorOrderedList', 'editorPositionBottomLeft', 'editorPositionBottomRight', 'editorPositionTopLeft', 'editorPositionTopRight', 'editorRedo', 'editorStrike', 'editorTable', 'editorUnderline', 'editorUndo', 'editorUnorderedList', 'email', 'eql', 'errorFilled', 'exit', 'expand', 'expandMini', 'exportAction', 'eyeClosed', 'fieldStatistics', 'filterInCircle', 'glasses', 'grab', 'grabHorizontal', 'grabOmnidirectional', 'heatmap', 'importAction', 'indexFlush', 'indexMapping', 'indexTemporary', 'invert', 'kqlField', 'kqlOperand', 'kqlSelector', 'kqlValue', 'launch', 'lettering', 'lineDashed', 'lineDotted', 'list', 'listAdd', 'logPatternAnalysis', 'logstashIf', 'logstashQueue', 'magnifyWithExclamation', 'magnifyWithMinus', 'magnifyWithPlus', 'mapMarker', 'minusInCircle', 'minusInCircleFilled', 'minusInSquare', 'newChat', 'node', 'offline', 'online', 'pinFilled', 'pipeBreaks', 'pipeNoBreaks', 'playFilled', 'plusInCircle', 'plusInCircleFilled', 'plusInSquare', 'popout', 'productRobot', 'push', 'returnKey', 'search', 'securitySignal', 'starEmpty', 'starFilled', 'starFilledSpace', 'starMinusFilled', 'starPlusFilled', 'stopFilled', 'streamsClassic', 'streamsWired', 'submodule', 'tableDensityCompact', 'tableDensityExpanded', 'tableDensityNormal', 'temperature', 'timeRefresh', 'timeslider', 'training', 'unlink', 'userAvatar', 'vector', 'visArea', 'visAreaStacked', 'visBarHorizontal', 'visBarHorizontalStacked', 'visBarVertical', 'visBarVerticalStacked', 'visGauge', 'visLine', 'visMapCoordinate', 'visMapRegion', 'visMetric', 'visPie', 'visTable', 'visTagCloud', 'visText', 'visVega', 'warningFilled'];
3142
+ var typeToPathMapDeprecatedIconTypesSet = new Set(typeToPathMapDeprecatedIconTypes);
3143
+ var getTypeToPathMapNonDeprecatedIconTypes = function getTypeToPathMapNonDeprecatedIconTypes(iconTypes) {
3144
+ return iconTypes.filter(function (iconType) {
3145
+ return !typeToPathMapDeprecatedIconTypesSet.has(iconType);
3146
+ });
3147
+ };
3148
+ var getTypeToPathMapCategoryIconTypes = function getTypeToPathMapCategoryIconTypes(category) {
3149
+ return Object.entries(typeToPathMap).filter(function (_ref) {
3150
+ var _ref2 = _slicedToArray(_ref, 2),
3151
+ loader = _ref2[1];
3152
+ return getTypeToPathMapMetadata(loader).category === category;
3153
+ }).map(function (_ref3) {
3154
+ var _ref4 = _slicedToArray(_ref3, 1),
3155
+ iconType = _ref4[0];
3156
+ return iconType;
3157
+ });
3158
+ };
3159
+ export var typeToPathMapAppIconTypes = getTypeToPathMapCategoryIconTypes('app');
3160
+ export var typeToPathMapGlyphIconTypes = getTypeToPathMapCategoryIconTypes('glyph');
3161
+ export var typeToPathMapLogoIconTypes = getTypeToPathMapCategoryIconTypes('elasticLogo');
3162
+ export var typeToPathMapMlIconTypes = getTypeToPathMapCategoryIconTypes('ml');
3163
+ export var typeToPathMapTokenIconTypes = getTypeToPathMapCategoryIconTypes('token');
3164
+ export var typeToPathMapDocsAppIconTypes = getTypeToPathMapNonDeprecatedIconTypes(typeToPathMapAppIconTypes);
3165
+ export var typeToPathMapDocsGlyphIconTypes = getTypeToPathMapNonDeprecatedIconTypes(typeToPathMapGlyphIconTypes);
3166
+ export var typeToPathMapDocsLogoIconTypes = getTypeToPathMapNonDeprecatedIconTypes(typeToPathMapLogoIconTypes);
3167
+ export var typeToPathMapDocsMlIconTypes = getTypeToPathMapNonDeprecatedIconTypes(typeToPathMapMlIconTypes);
3168
+ export var typeToPathMapDocsTokenIconTypes = getTypeToPathMapNonDeprecatedIconTypes(typeToPathMapTokenIconTypes);
3169
+ export var typeToPathMapSynonyms = Object.fromEntries(Object.entries(typeToPathMap).flatMap(function (_ref5) {
3170
+ var _ref6 = _slicedToArray(_ref5, 2),
3171
+ iconType = _ref6[0],
3172
+ loader = _ref6[1];
3173
+ var synonyms = getTypeToPathMapMetadata(loader).synonyms;
3174
+ return synonyms ? [[iconType, synonyms]] : [];
3175
+ }));