@elastic/eui 12.2.0 → 12.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1841) hide show
  1. package/CHANGELOG.md +48 -1
  2. package/README.md +2 -4
  3. package/dist/eui.js +3860 -570
  4. package/dist/eui.js.map +1 -1
  5. package/dist/eui.min.js +6 -6
  6. package/dist/eui_theme_dark.css +336 -79
  7. package/dist/eui_theme_dark.json +17 -4
  8. package/dist/eui_theme_dark.json.d.ts +17 -4
  9. package/dist/eui_theme_dark.min.css +1 -1
  10. package/dist/eui_theme_k6_dark.css +336 -79
  11. package/dist/eui_theme_k6_dark.json +17 -4
  12. package/dist/eui_theme_k6_dark.json.d.ts +17 -4
  13. package/dist/eui_theme_k6_dark.min.css +1 -1
  14. package/dist/eui_theme_k6_light.css +336 -79
  15. package/dist/eui_theme_k6_light.json +17 -4
  16. package/dist/eui_theme_k6_light.json.d.ts +17 -4
  17. package/dist/eui_theme_k6_light.min.css +1 -1
  18. package/dist/eui_theme_light.css +336 -79
  19. package/dist/eui_theme_light.json +17 -4
  20. package/dist/eui_theme_light.json.d.ts +17 -4
  21. package/dist/eui_theme_light.min.css +1 -1
  22. package/es/components/accordion/accordion.js +79 -56
  23. package/es/components/accordion/accordion.test.js +88 -0
  24. package/es/components/badge/badge.js +37 -4
  25. package/es/components/badge/beta_badge/beta_badge.js +37 -4
  26. package/es/components/basic_table/basic_table.js +1 -1
  27. package/es/components/color_picker/color_picker.js +1 -8
  28. package/es/components/combo_box/combo_box.js +2 -1
  29. package/es/components/combo_box/combo_box_options_list/combo_box_options_list.js +47 -5
  30. package/es/components/date_picker/date_picker.js +26 -11
  31. package/es/components/date_picker/super_date_picker/date_popover/date_popover_button.js +1 -2
  32. package/es/components/date_picker/super_date_picker/quick_select_popover/commonly_used_time_ranges.js +1 -0
  33. package/es/components/date_picker/super_date_picker/super_date_picker.js +13 -13
  34. package/es/components/delay_hide/delay_hide.test.js +5 -1
  35. package/es/components/filter_group/filter_button.js +17 -2
  36. package/es/components/flex/flex_grid.js +49 -5
  37. package/es/components/flex/flex_grid.test.js +11 -1
  38. package/es/components/form/form_control_layout/form_control_layout.js +69 -112
  39. package/es/components/form/form_control_layout/form_control_layout.test.js +137 -0
  40. package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +37 -4
  41. package/es/components/form/form_control_layout/form_control_layout_icons.js +2034 -24
  42. package/es/components/form/form_control_layout/index.js +3 -1
  43. package/es/components/form/range/dual_range.js +1 -1
  44. package/es/components/form/range/range.js +1 -1
  45. package/es/components/form/range/range_highlight.js +1 -1
  46. package/es/components/form/range/range_label.js +27 -8
  47. package/es/components/form/range/range_levels.js +13 -8
  48. package/es/components/form/range/range_levels.test.js +55 -0
  49. package/es/components/form/range/range_slider.js +12 -8
  50. package/es/components/form/range/range_thumb.js +35 -3
  51. package/es/components/form/range/range_ticks.js +43 -22
  52. package/es/components/form/range/range_tooltip.js +20 -4
  53. package/es/components/form/range/range_track.js +33 -14
  54. package/es/components/form/range/range_track.test.js +100 -0
  55. package/es/components/form/range/range_wrapper.js +9 -2
  56. package/es/components/form/super_select/super_select.js +1 -1
  57. package/es/components/header/header_logo.js +37 -4
  58. package/es/components/icon/assets/app_security.js +2 -2
  59. package/es/components/icon/assets/cloudDrizzle.js +21 -0
  60. package/es/components/icon/assets/cloudStormy.js +21 -0
  61. package/es/components/icon/assets/cloudSunny.js +21 -0
  62. package/es/components/icon/assets/documentEdit.js +21 -0
  63. package/es/components/icon/assets/documents.js +21 -0
  64. package/es/components/icon/assets/logo_code.js +28 -0
  65. package/es/components/icon/assets/logo_logging.js +28 -0
  66. package/es/components/icon/assets/logo_maps.js +28 -0
  67. package/es/components/icon/assets/logo_security.js +28 -0
  68. package/es/components/icon/assets/logo_uptime.js +28 -0
  69. package/es/components/icon/assets/popout.js +1 -1
  70. package/es/components/icon/assets/training.js +21 -0
  71. package/es/components/icon/assets/videoPlayer.js +21 -0
  72. package/es/components/icon/icon.js +49 -5
  73. package/es/components/index.js +1 -0
  74. package/es/components/inner_text/index.js +1 -0
  75. package/es/components/inner_text/inner_text.js +66 -0
  76. package/es/components/inner_text/inner_text.test.js +240 -0
  77. package/es/components/list_group/list_group_item.js +21 -2
  78. package/es/components/observer/mutation_observer/mutation_observer.test.js +9 -35
  79. package/es/components/observer/resize_observer/resize_observer.test.js +9 -35
  80. package/es/components/popover/popover.js +44 -10
  81. package/es/components/search_bar/query/ast_to_es_query_dsl.js +2 -2
  82. package/es/components/selectable/selectable_list/selectable_list.js +3 -5
  83. package/es/components/toast/global_toast_list.js +37 -4
  84. package/es/components/toast/toast.js +37 -4
  85. package/es/components/token/token.js +37 -4
  86. package/es/components/tool_tip/icon_tip.js +37 -4
  87. package/es/test/index.js +2 -1
  88. package/es/test/sleep.js +7 -0
  89. package/eui.d.ts +633 -282
  90. package/lib/components/accordion/accordion.js +79 -55
  91. package/lib/components/accordion/accordion.test.js +96 -0
  92. package/lib/components/badge/badge.js +37 -4
  93. package/lib/components/badge/beta_badge/beta_badge.js +37 -4
  94. package/lib/components/basic_table/basic_table.js +1 -1
  95. package/lib/components/color_picker/color_picker.js +1 -8
  96. package/lib/components/combo_box/combo_box.js +2 -1
  97. package/lib/components/combo_box/combo_box_options_list/combo_box_options_list.js +47 -5
  98. package/lib/components/date_picker/date_picker.js +30 -12
  99. package/lib/components/date_picker/super_date_picker/date_popover/date_popover_button.js +1 -2
  100. package/lib/components/date_picker/super_date_picker/quick_select_popover/commonly_used_time_ranges.js +1 -0
  101. package/lib/components/date_picker/super_date_picker/super_date_picker.js +13 -13
  102. package/lib/components/delay_hide/delay_hide.test.js +5 -1
  103. package/lib/components/filter_group/filter_button.js +18 -2
  104. package/lib/components/flex/flex_grid.js +51 -6
  105. package/lib/components/flex/flex_grid.test.js +10 -0
  106. package/lib/components/form/form_control_layout/form_control_layout.js +72 -111
  107. package/lib/components/form/form_control_layout/form_control_layout.test.js +145 -0
  108. package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +37 -4
  109. package/lib/components/form/form_control_layout/form_control_layout_icons.js +2032 -23
  110. package/lib/components/form/form_control_layout/index.js +17 -1
  111. package/lib/components/form/range/dual_range.js +1 -1
  112. package/lib/components/form/range/range.js +1 -1
  113. package/lib/components/form/range/range_label.js +26 -7
  114. package/lib/components/form/range/range_levels.js +12 -7
  115. package/lib/components/form/range/range_levels.test.js +63 -0
  116. package/lib/components/form/range/range_slider.js +13 -8
  117. package/lib/components/form/range/range_thumb.js +34 -2
  118. package/lib/components/form/range/range_ticks.js +43 -21
  119. package/lib/components/form/range/range_tooltip.js +19 -3
  120. package/lib/components/form/range/range_track.js +32 -13
  121. package/lib/components/form/range/range_track.test.js +108 -0
  122. package/lib/components/form/range/range_wrapper.js +9 -4
  123. package/lib/components/form/super_select/super_select.js +1 -1
  124. package/lib/components/header/header_logo.js +37 -4
  125. package/lib/components/icon/assets/app_security.js +2 -2
  126. package/lib/components/icon/assets/app_security.svg +5 -7
  127. package/lib/components/icon/assets/cloudDrizzle.js +31 -0
  128. package/lib/components/icon/assets/cloudDrizzle.svg +3 -0
  129. package/lib/components/icon/assets/cloudStormy.js +31 -0
  130. package/lib/components/icon/assets/cloudStormy.svg +3 -0
  131. package/lib/components/icon/assets/cloudSunny.js +31 -0
  132. package/lib/components/icon/assets/cloudSunny.svg +3 -0
  133. package/lib/components/icon/assets/documentEdit.js +31 -0
  134. package/lib/components/icon/assets/documentEdit.svg +3 -0
  135. package/lib/components/icon/assets/documents.js +31 -0
  136. package/lib/components/icon/assets/documents.svg +3 -0
  137. package/lib/components/icon/assets/logo_code.js +38 -0
  138. package/lib/components/icon/assets/logo_code.svg +5 -0
  139. package/lib/components/icon/assets/logo_logging.js +38 -0
  140. package/lib/components/icon/assets/logo_logging.svg +5 -0
  141. package/lib/components/icon/assets/logo_maps.js +38 -0
  142. package/lib/components/icon/assets/logo_maps.svg +5 -0
  143. package/lib/components/icon/assets/logo_security.js +38 -0
  144. package/lib/components/icon/assets/logo_security.svg +5 -0
  145. package/lib/components/icon/assets/logo_uptime.js +38 -0
  146. package/lib/components/icon/assets/logo_uptime.svg +5 -0
  147. package/lib/components/icon/assets/popout.js +1 -1
  148. package/lib/components/icon/assets/popout.svg +1 -1
  149. package/lib/components/icon/assets/training.js +31 -0
  150. package/lib/components/icon/assets/training.svg +3 -0
  151. package/lib/components/icon/assets/videoPlayer.js +31 -0
  152. package/lib/components/icon/assets/videoPlayer.svg +3 -0
  153. package/lib/components/icon/icon.js +49 -5
  154. package/lib/components/index.js +14 -0
  155. package/lib/components/inner_text/index.js +19 -0
  156. package/lib/components/inner_text/inner_text.js +80 -0
  157. package/lib/components/inner_text/inner_text.test.js +250 -0
  158. package/lib/components/list_group/list_group_item.js +22 -3
  159. package/lib/components/observer/mutation_observer/mutation_observer.test.js +11 -35
  160. package/lib/components/observer/resize_observer/resize_observer.test.js +11 -35
  161. package/lib/components/popover/popover.js +46 -11
  162. package/lib/components/search_bar/query/ast_to_es_query_dsl.js +2 -2
  163. package/lib/components/selectable/selectable_list/selectable_list.js +3 -5
  164. package/lib/components/toast/global_toast_list.js +37 -4
  165. package/lib/components/toast/toast.js +37 -4
  166. package/lib/components/token/token.js +37 -4
  167. package/lib/components/tool_tip/icon_tip.js +37 -4
  168. package/lib/test/index.js +9 -1
  169. package/lib/test/sleep.js +14 -0
  170. package/package.json +7 -4
  171. package/packages/react-datepicker.js +20 -34
  172. package/postcss.config.js +6 -0
  173. package/src/components/color_picker/_color_picker.scss +0 -12
  174. package/src/components/date_picker/_date_picker.scss +10 -2
  175. package/src/components/date_picker/_index.scss +1 -0
  176. package/src/components/date_picker/_variables.scss +1 -0
  177. package/src/components/date_picker/super_date_picker/date_popover/_date_popover_button.scss +0 -4
  178. package/src/components/date_picker/super_date_picker/date_popover/_date_popover_content.scss +7 -0
  179. package/src/components/flex/_flex_grid.scss +42 -7
  180. package/src/components/flyout/_flyout_body.scss +1 -4
  181. package/src/components/form/_mixins.scss +13 -2
  182. package/src/components/form/super_select/_super_select.scss +0 -6
  183. package/src/components/modal/_modal.scss +18 -12
  184. package/src/components/popover/_popover.scss +8 -0
  185. package/src/components/selectable/selectable_list/_selectable_list.scss +2 -7
  186. package/src/global_styling/mixins/_helpers.scss +8 -0
  187. package/src/global_styling/mixins/_shadow.scss +9 -24
  188. package/src/global_styling/utility/_utility.scss +7 -0
  189. package/.github/pull_request_template.md +0 -16
  190. package/CONTRIBUTING.md +0 -27
  191. package/FAQ.md +0 -19
  192. package/es/components/icon/assets/logo_xpack.js +0 -39
  193. package/lib/components/icon/assets/logo_xpack.js +0 -49
  194. package/lib/components/icon/assets/logo_xpack.svg +0 -10
  195. package/src/components/accessibility/__snapshots__/keyboard_accessible.test.tsx.snap +0 -22
  196. package/src/components/accessibility/__snapshots__/screen_reader.test.tsx.snap +0 -17
  197. package/src/components/accessibility/index.ts +0 -2
  198. package/src/components/accessibility/keyboard_accessible.test.tsx +0 -236
  199. package/src/components/accessibility/keyboard_accessible.ts +0 -116
  200. package/src/components/accessibility/screen_reader.test.tsx +0 -33
  201. package/src/components/accessibility/screen_reader.tsx +0 -19
  202. package/src/components/accordion/__snapshots__/accordion.test.js.snap +0 -477
  203. package/src/components/accordion/accordion.js +0 -200
  204. package/src/components/accordion/accordion.test.js +0 -103
  205. package/src/components/accordion/index.d.ts +0 -22
  206. package/src/components/accordion/index.js +0 -1
  207. package/src/components/avatar/__snapshots__/avatar.test.tsx.snap +0 -179
  208. package/src/components/avatar/avatar.test.tsx +0 -80
  209. package/src/components/avatar/avatar.tsx +0 -131
  210. package/src/components/avatar/index.ts +0 -1
  211. package/src/components/badge/__snapshots__/badge.test.tsx.snap +0 -255
  212. package/src/components/badge/badge.test.tsx +0 -88
  213. package/src/components/badge/badge.tsx +0 -214
  214. package/src/components/badge/beta_badge/__snapshots__/beta_badge.test.tsx.snap +0 -12
  215. package/src/components/badge/beta_badge/beta_badge.test.tsx +0 -13
  216. package/src/components/badge/beta_badge/beta_badge.tsx +0 -117
  217. package/src/components/badge/beta_badge/index.ts +0 -1
  218. package/src/components/badge/index.ts +0 -5
  219. package/src/components/badge/notification_badge/__snapshots__/badge_notification.test.tsx.snap +0 -43
  220. package/src/components/badge/notification_badge/badge_notification.test.tsx +0 -41
  221. package/src/components/badge/notification_badge/badge_notification.tsx +0 -44
  222. package/src/components/badge/notification_badge/index.ts +0 -1
  223. package/src/components/basic_table/__snapshots__/basic_table.test.js.snap +0 -3743
  224. package/src/components/basic_table/__snapshots__/collapsed_item_actions.test.js.snap +0 -32
  225. package/src/components/basic_table/__snapshots__/custom_item_action.test.js.snap +0 -12
  226. package/src/components/basic_table/__snapshots__/default_item_action.test.js.snap +0 -39
  227. package/src/components/basic_table/__snapshots__/expanded_item_actions.test.js.snap +0 -44
  228. package/src/components/basic_table/__snapshots__/in_memory_table.test.js.snap +0 -1489
  229. package/src/components/basic_table/__snapshots__/loading_table_body.test.js.snap +0 -17
  230. package/src/components/basic_table/__snapshots__/pagination_bar.test.js.snap +0 -70
  231. package/src/components/basic_table/basic_table.behavior.test.js +0 -78
  232. package/src/components/basic_table/basic_table.js +0 -1062
  233. package/src/components/basic_table/basic_table.test.js +0 -723
  234. package/src/components/basic_table/collapsed_item_actions.js +0 -145
  235. package/src/components/basic_table/collapsed_item_actions.test.js +0 -30
  236. package/src/components/basic_table/custom_item_action.js +0 -56
  237. package/src/components/basic_table/custom_item_action.test.js +0 -21
  238. package/src/components/basic_table/default_item_action.js +0 -89
  239. package/src/components/basic_table/default_item_action.test.js +0 -43
  240. package/src/components/basic_table/expanded_item_actions.js +0 -57
  241. package/src/components/basic_table/expanded_item_actions.test.js +0 -29
  242. package/src/components/basic_table/in_memory_table.js +0 -502
  243. package/src/components/basic_table/in_memory_table.test.js +0 -917
  244. package/src/components/basic_table/index.js +0 -2
  245. package/src/components/basic_table/loading_table_body.js +0 -47
  246. package/src/components/basic_table/loading_table_body.test.js +0 -20
  247. package/src/components/basic_table/pagination_bar.js +0 -46
  248. package/src/components/basic_table/pagination_bar.test.js +0 -59
  249. package/src/components/bottom_bar/__snapshots__/bottom_bar.test.js.snap +0 -75
  250. package/src/components/bottom_bar/bottom_bar.js +0 -91
  251. package/src/components/bottom_bar/bottom_bar.test.js +0 -32
  252. package/src/components/bottom_bar/index.js +0 -1
  253. package/src/components/breadcrumbs/__snapshots__/breadcrumbs.test.js.snap +0 -286
  254. package/src/components/breadcrumbs/breadcrumbs.js +0 -171
  255. package/src/components/breadcrumbs/breadcrumbs.test.js +0 -108
  256. package/src/components/breadcrumbs/index.js +0 -1
  257. package/src/components/button/__snapshots__/button.test.js.snap +0 -314
  258. package/src/components/button/button.js +0 -195
  259. package/src/components/button/button.test.js +0 -119
  260. package/src/components/button/button_empty/__snapshots__/button_empty.test.js.snap +0 -295
  261. package/src/components/button/button_empty/button_empty.js +0 -176
  262. package/src/components/button/button_empty/button_empty.test.js +0 -113
  263. package/src/components/button/button_empty/index.js +0 -1
  264. package/src/components/button/button_group/__snapshots__/button_group.test.js.snap +0 -11
  265. package/src/components/button/button_group/button_group.js +0 -141
  266. package/src/components/button/button_group/button_group.test.js +0 -15
  267. package/src/components/button/button_group/index.js +0 -1
  268. package/src/components/button/button_icon/__snapshots__/button_icon.test.js.snap +0 -120
  269. package/src/components/button/button_icon/button_icon.js +0 -120
  270. package/src/components/button/button_icon/button_icon.test.js +0 -85
  271. package/src/components/button/button_icon/index.js +0 -1
  272. package/src/components/button/button_toggle/__snapshots__/button_toggle.test.js.snap +0 -31
  273. package/src/components/button/button_toggle/button_toggle.js +0 -111
  274. package/src/components/button/button_toggle/button_toggle.test.js +0 -15
  275. package/src/components/button/button_toggle/index.js +0 -1
  276. package/src/components/button/index.d.ts +0 -172
  277. package/src/components/button/index.js +0 -9
  278. package/src/components/call_out/__snapshots__/call_out.test.js.snap +0 -122
  279. package/src/components/call_out/call_out.js +0 -87
  280. package/src/components/call_out/call_out.test.js +0 -45
  281. package/src/components/call_out/index.d.ts +0 -28
  282. package/src/components/call_out/index.js +0 -1
  283. package/src/components/card/__snapshots__/card.test.js.snap +0 -227
  284. package/src/components/card/__snapshots__/card_graphic.test.tsx.snap +0 -181
  285. package/src/components/card/__snapshots__/card_select.test.js.snap +0 -98
  286. package/src/components/card/card.js +0 -272
  287. package/src/components/card/card.test.js +0 -119
  288. package/src/components/card/card_graphic.test.tsx +0 -24
  289. package/src/components/card/card_graphic.tsx +0 -100
  290. package/src/components/card/card_select.js +0 -95
  291. package/src/components/card/card_select.test.js +0 -45
  292. package/src/components/card/index.d.ts +0 -1
  293. package/src/components/card/index.js +0 -3
  294. package/src/components/code/__snapshots__/_code_block.test.js.snap +0 -83
  295. package/src/components/code/__snapshots__/code.test.js.snap +0 -16
  296. package/src/components/code/__snapshots__/code_block.test.js.snap +0 -20
  297. package/src/components/code/_code_block.js +0 -283
  298. package/src/components/code/_code_block.test.js +0 -66
  299. package/src/components/code/code.js +0 -14
  300. package/src/components/code/code.test.js +0 -16
  301. package/src/components/code/code_block.js +0 -14
  302. package/src/components/code/code_block.test.js +0 -18
  303. package/src/components/code/index.d.ts +0 -57
  304. package/src/components/code/index.js +0 -5
  305. package/src/components/code_editor/__snapshots__/code_editor.test.js.snap +0 -528
  306. package/src/components/code_editor/code_editor.js +0 -240
  307. package/src/components/code_editor/code_editor.test.js +0 -100
  308. package/src/components/code_editor/index.js +0 -1
  309. package/src/components/color_picker/__snapshots__/color_picker.test.js.snap +0 -576
  310. package/src/components/color_picker/__snapshots__/color_picker_swatch.test.tsx.snap +0 -11
  311. package/src/components/color_picker/__snapshots__/hue.test.tsx.snap +0 -93
  312. package/src/components/color_picker/__snapshots__/saturation.test.tsx.snap +0 -73
  313. package/src/components/color_picker/color_picker.js +0 -357
  314. package/src/components/color_picker/color_picker.test.js +0 -238
  315. package/src/components/color_picker/color_picker_swatch.test.tsx +0 -13
  316. package/src/components/color_picker/color_picker_swatch.tsx +0 -30
  317. package/src/components/color_picker/hue.test.tsx +0 -33
  318. package/src/components/color_picker/hue.tsx +0 -64
  319. package/src/components/color_picker/index.d.ts +0 -48
  320. package/src/components/color_picker/index.js +0 -4
  321. package/src/components/color_picker/saturation.test.tsx +0 -31
  322. package/src/components/color_picker/saturation.tsx +0 -229
  323. package/src/components/color_picker/utils.ts +0 -33
  324. package/src/components/combo_box/__snapshots__/combo_box.test.js.snap +0 -520
  325. package/src/components/combo_box/combo_box.js +0 -788
  326. package/src/components/combo_box/combo_box.test.js +0 -312
  327. package/src/components/combo_box/combo_box_input/combo_box_input.js +0 -243
  328. package/src/components/combo_box/combo_box_input/combo_box_pill.js +0 -97
  329. package/src/components/combo_box/combo_box_input/index.js +0 -1
  330. package/src/components/combo_box/combo_box_options_list/combo_box_option.js +0 -79
  331. package/src/components/combo_box/combo_box_options_list/combo_box_options_list.js +0 -291
  332. package/src/components/combo_box/combo_box_options_list/combo_box_title.tsx +0 -5
  333. package/src/components/combo_box/combo_box_options_list/index.js +0 -1
  334. package/src/components/combo_box/index.d.ts +0 -97
  335. package/src/components/combo_box/index.js +0 -1
  336. package/src/components/combo_box/matching_options.test.ts +0 -171
  337. package/src/components/combo_box/matching_options.ts +0 -107
  338. package/src/components/common.ts +0 -98
  339. package/src/components/context/context.tsx +0 -31
  340. package/src/components/context/index.ts +0 -1
  341. package/src/components/context_menu/__snapshots__/context_menu.test.js.snap +0 -307
  342. package/src/components/context_menu/__snapshots__/context_menu_item.test.js.snap +0 -149
  343. package/src/components/context_menu/__snapshots__/context_menu_panel.test.js.snap +0 -572
  344. package/src/components/context_menu/context_menu.js +0 -332
  345. package/src/components/context_menu/context_menu.test.js +0 -89
  346. package/src/components/context_menu/context_menu_item.js +0 -164
  347. package/src/components/context_menu/context_menu_item.test.js +0 -116
  348. package/src/components/context_menu/context_menu_panel.js +0 -444
  349. package/src/components/context_menu/context_menu_panel.test.js +0 -468
  350. package/src/components/context_menu/index.d.ts +0 -109
  351. package/src/components/context_menu/index.js +0 -5
  352. package/src/components/copy/copy.tsx +0 -81
  353. package/src/components/copy/index.ts +0 -1
  354. package/src/components/date_picker/__snapshots__/date_picker.test.js.snap +0 -57
  355. package/src/components/date_picker/__snapshots__/date_picker_range.test.js.snap +0 -87
  356. package/src/components/date_picker/date_picker.js +0 -290
  357. package/src/components/date_picker/date_picker.test.js +0 -13
  358. package/src/components/date_picker/date_picker_range.js +0 -105
  359. package/src/components/date_picker/date_picker_range.test.js +0 -20
  360. package/src/components/date_picker/index.d.ts +0 -89
  361. package/src/components/date_picker/index.js +0 -5
  362. package/src/components/date_picker/react-datepicker.d.ts +0 -114
  363. package/src/components/date_picker/super_date_picker/__snapshots__/super_date_picker.test.js.snap +0 -106
  364. package/src/components/date_picker/super_date_picker/__snapshots__/super_update_button.test.js.snap +0 -111
  365. package/src/components/date_picker/super_date_picker/async_interval.js +0 -22
  366. package/src/components/date_picker/super_date_picker/async_interval.test.js +0 -95
  367. package/src/components/date_picker/super_date_picker/date_modes.js +0 -35
  368. package/src/components/date_picker/super_date_picker/date_popover/absolute_tab.js +0 -95
  369. package/src/components/date_picker/super_date_picker/date_popover/date_popover_button.js +0 -87
  370. package/src/components/date_picker/super_date_picker/date_popover/date_popover_content.js +0 -121
  371. package/src/components/date_picker/super_date_picker/date_popover/relative_tab.js +0 -133
  372. package/src/components/date_picker/super_date_picker/index.js +0 -3
  373. package/src/components/date_picker/super_date_picker/pretty_duration.js +0 -89
  374. package/src/components/date_picker/super_date_picker/pretty_duration.test.js +0 -86
  375. package/src/components/date_picker/super_date_picker/pretty_interval.test.ts +0 -29
  376. package/src/components/date_picker/super_date_picker/pretty_interval.ts +0 -27
  377. package/src/components/date_picker/super_date_picker/quick_select_popover/__snapshots__/quick_select.test.js.snap +0 -381
  378. package/src/components/date_picker/super_date_picker/quick_select_popover/__snapshots__/quick_select_popover.test.js.snap +0 -131
  379. package/src/components/date_picker/super_date_picker/quick_select_popover/commonly_used_time_ranges.js +0 -50
  380. package/src/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +0 -205
  381. package/src/components/date_picker/super_date_picker/quick_select_popover/quick_select.test.js +0 -33
  382. package/src/components/date_picker/super_date_picker/quick_select_popover/quick_select_popover.js +0 -156
  383. package/src/components/date_picker/super_date_picker/quick_select_popover/quick_select_popover.test.js +0 -35
  384. package/src/components/date_picker/super_date_picker/quick_select_popover/recently_used.js +0 -61
  385. package/src/components/date_picker/super_date_picker/quick_select_popover/refresh_interval.js +0 -168
  386. package/src/components/date_picker/super_date_picker/relative_options.test.ts +0 -18
  387. package/src/components/date_picker/super_date_picker/relative_options.ts +0 -26
  388. package/src/components/date_picker/super_date_picker/relative_utils.js +0 -65
  389. package/src/components/date_picker/super_date_picker/relative_utils.test.js +0 -142
  390. package/src/components/date_picker/super_date_picker/super_date_picker.js +0 -438
  391. package/src/components/date_picker/super_date_picker/super_date_picker.test.js +0 -14
  392. package/src/components/date_picker/super_date_picker/super_update_button.js +0 -109
  393. package/src/components/date_picker/super_date_picker/super_update_button.test.js +0 -38
  394. package/src/components/date_picker/super_date_picker/time_units.js +0 -19
  395. package/src/components/date_picker/super_date_picker/types.js +0 -17
  396. package/src/components/delay_hide/delay_hide.test.tsx +0 -154
  397. package/src/components/delay_hide/delay_hide.tsx +0 -97
  398. package/src/components/delay_hide/index.ts +0 -1
  399. package/src/components/delay_render/delay_render.tsx +0 -63
  400. package/src/components/delay_render/index.ts +0 -1
  401. package/src/components/description_list/__snapshots__/description_list.test.tsx.snap +0 -88
  402. package/src/components/description_list/__snapshots__/description_list_description.test.tsx.snap +0 -11
  403. package/src/components/description_list/__snapshots__/description_list_title.test.tsx.snap +0 -11
  404. package/src/components/description_list/description_list.test.tsx +0 -72
  405. package/src/components/description_list/description_list.tsx +0 -116
  406. package/src/components/description_list/description_list_description.test.tsx +0 -17
  407. package/src/components/description_list/description_list_description.tsx +0 -15
  408. package/src/components/description_list/description_list_title.test.tsx +0 -17
  409. package/src/components/description_list/description_list_title.tsx +0 -15
  410. package/src/components/description_list/index.ts +0 -5
  411. package/src/components/drag_and_drop/__snapshots__/drag_drop_context.test.tsx.snap +0 -3
  412. package/src/components/drag_and_drop/__snapshots__/draggable.test.tsx.snap +0 -55
  413. package/src/components/drag_and_drop/__snapshots__/droppable.test.tsx.snap +0 -27
  414. package/src/components/drag_and_drop/drag_drop_context.test.tsx +0 -42
  415. package/src/components/drag_and_drop/drag_drop_context.tsx +0 -66
  416. package/src/components/drag_and_drop/draggable.test.tsx +0 -39
  417. package/src/components/drag_and_drop/draggable.tsx +0 -110
  418. package/src/components/drag_and_drop/droppable.test.tsx +0 -61
  419. package/src/components/drag_and_drop/droppable.tsx +0 -114
  420. package/src/components/drag_and_drop/index.ts +0 -4
  421. package/src/components/drag_and_drop/services.ts +0 -63
  422. package/src/components/empty_prompt/__snapshots__/empty_prompt.test.js.snap +0 -137
  423. package/src/components/empty_prompt/empty_prompt.js +0 -124
  424. package/src/components/empty_prompt/empty_prompt.test.js +0 -58
  425. package/src/components/empty_prompt/index.d.ts +0 -28
  426. package/src/components/empty_prompt/index.js +0 -1
  427. package/src/components/error_boundary/__snapshots__/error_boundary.test.js.snap +0 -7
  428. package/src/components/error_boundary/error_boundary.js +0 -49
  429. package/src/components/error_boundary/error_boundary.test.js +0 -43
  430. package/src/components/error_boundary/index.d.ts +0 -9
  431. package/src/components/error_boundary/index.js +0 -1
  432. package/src/components/expression/__snapshots__/expression.test.tsx.snap +0 -213
  433. package/src/components/expression/expression.test.tsx +0 -110
  434. package/src/components/expression/expression.tsx +0 -96
  435. package/src/components/expression/index.ts +0 -1
  436. package/src/components/facet/__snapshots__/facet_button.test.js.snap +0 -129
  437. package/src/components/facet/__snapshots__/facet_group.test.js.snap +0 -15
  438. package/src/components/facet/facet_button.js +0 -114
  439. package/src/components/facet/facet_button.test.js +0 -79
  440. package/src/components/facet/facet_group.js +0 -42
  441. package/src/components/facet/facet_group.test.js +0 -23
  442. package/src/components/facet/index.d.ts +0 -46
  443. package/src/components/facet/index.js +0 -3
  444. package/src/components/filter_group/__snapshots__/filter_button.test.js.snap +0 -217
  445. package/src/components/filter_group/__snapshots__/filter_group.test.tsx.snap +0 -15
  446. package/src/components/filter_group/__snapshots__/filter_select_item.test.js.snap +0 -31
  447. package/src/components/filter_group/filter_button.js +0 -154
  448. package/src/components/filter_group/filter_button.test.js +0 -91
  449. package/src/components/filter_group/filter_group.test.tsx +0 -21
  450. package/src/components/filter_group/filter_group.tsx +0 -33
  451. package/src/components/filter_group/filter_select_item.js +0 -114
  452. package/src/components/filter_group/filter_select_item.test.js +0 -13
  453. package/src/components/filter_group/index.d.ts +0 -56
  454. package/src/components/filter_group/index.js +0 -5
  455. package/src/components/flex/__snapshots__/flex_grid.test.tsx.snap +0 -79
  456. package/src/components/flex/__snapshots__/flex_group.test.tsx.snap +0 -175
  457. package/src/components/flex/__snapshots__/flex_item.test.tsx.snap +0 -99
  458. package/src/components/flex/flex_grid.test.tsx +0 -47
  459. package/src/components/flex/flex_grid.tsx +0 -64
  460. package/src/components/flex/flex_group.test.tsx +0 -116
  461. package/src/components/flex/flex_group.tsx +0 -96
  462. package/src/components/flex/flex_item.test.tsx +0 -52
  463. package/src/components/flex/flex_item.tsx +0 -66
  464. package/src/components/flex/index.ts +0 -5
  465. package/src/components/flyout/__snapshots__/flyout.test.js.snap +0 -372
  466. package/src/components/flyout/__snapshots__/flyout_body.test.tsx.snap +0 -13
  467. package/src/components/flyout/__snapshots__/flyout_footer.test.tsx.snap +0 -9
  468. package/src/components/flyout/__snapshots__/flyout_header.test.tsx.snap +0 -15
  469. package/src/components/flyout/flyout.js +0 -142
  470. package/src/components/flyout/flyout.test.js +0 -84
  471. package/src/components/flyout/flyout_body.test.tsx +0 -13
  472. package/src/components/flyout/flyout_body.tsx +0 -21
  473. package/src/components/flyout/flyout_footer.test.tsx +0 -13
  474. package/src/components/flyout/flyout_footer.tsx +0 -21
  475. package/src/components/flyout/flyout_header.test.tsx +0 -21
  476. package/src/components/flyout/flyout_header.tsx +0 -31
  477. package/src/components/flyout/index.d.ts +0 -55
  478. package/src/components/flyout/index.js +0 -7
  479. package/src/components/focus_trap/__snapshots__/focus_trap.test.js.snap +0 -51
  480. package/src/components/focus_trap/focus_trap.js +0 -134
  481. package/src/components/focus_trap/focus_trap.test.js +0 -213
  482. package/src/components/focus_trap/index.d.ts +0 -25
  483. package/src/components/focus_trap/index.js +0 -1
  484. package/src/components/form/__snapshots__/form.test.js.snap +0 -9
  485. package/src/components/form/checkbox/__snapshots__/checkbox.test.js.snap +0 -88
  486. package/src/components/form/checkbox/__snapshots__/checkbox_group.test.js.snap +0 -58
  487. package/src/components/form/checkbox/checkbox.js +0 -114
  488. package/src/components/form/checkbox/checkbox.test.js +0 -77
  489. package/src/components/form/checkbox/checkbox_group.behavior.test.js +0 -26
  490. package/src/components/form/checkbox/checkbox_group.js +0 -52
  491. package/src/components/form/checkbox/checkbox_group.test.js +0 -59
  492. package/src/components/form/checkbox/index.d.ts +0 -58
  493. package/src/components/form/checkbox/index.js +0 -2
  494. package/src/components/form/described_form_group/__snapshots__/described_form_group.test.js.snap +0 -396
  495. package/src/components/form/described_form_group/described_form_group.js +0 -119
  496. package/src/components/form/described_form_group/described_form_group.test.js +0 -125
  497. package/src/components/form/described_form_group/index.js +0 -1
  498. package/src/components/form/field_number/__snapshots__/field_number.test.js.snap +0 -121
  499. package/src/components/form/field_number/field_number.js +0 -123
  500. package/src/components/form/field_number/field_number.test.js +0 -78
  501. package/src/components/form/field_number/index.d.ts +0 -26
  502. package/src/components/form/field_number/index.js +0 -1
  503. package/src/components/form/field_password/__snapshots__/field_password.test.js.snap +0 -73
  504. package/src/components/form/field_password/field_password.js +0 -74
  505. package/src/components/form/field_password/field_password.test.js +0 -49
  506. package/src/components/form/field_password/index.d.ts +0 -22
  507. package/src/components/form/field_password/index.js +0 -1
  508. package/src/components/form/field_search/__snapshots__/field_search.test.js.snap +0 -73
  509. package/src/components/form/field_search/field_search.js +0 -138
  510. package/src/components/form/field_search/field_search.test.js +0 -49
  511. package/src/components/form/field_search/index.d.ts +0 -27
  512. package/src/components/form/field_search/index.js +0 -1
  513. package/src/components/form/field_text/__snapshots__/field_text.test.js.snap +0 -87
  514. package/src/components/form/field_text/field_text.js +0 -96
  515. package/src/components/form/field_text/field_text.test.js +0 -61
  516. package/src/components/form/field_text/index.d.ts +0 -25
  517. package/src/components/form/field_text/index.js +0 -1
  518. package/src/components/form/file_picker/__snapshots__/file_picker.test.js.snap +0 -36
  519. package/src/components/form/file_picker/file_picker.js +0 -172
  520. package/src/components/form/file_picker/file_picker.test.js +0 -13
  521. package/src/components/form/file_picker/index.js +0 -1
  522. package/src/components/form/form.js +0 -58
  523. package/src/components/form/form.test.js +0 -13
  524. package/src/components/form/form_control_layout/__snapshots__/form_control_layout.test.js.snap +0 -266
  525. package/src/components/form/form_control_layout/__snapshots__/form_control_layout_clear_button.test.tsx.snap +0 -19
  526. package/src/components/form/form_control_layout/__snapshots__/form_control_layout_custom_icon.test.tsx.snap +0 -36
  527. package/src/components/form/form_control_layout/form_control_layout.js +0 -149
  528. package/src/components/form/form_control_layout/form_control_layout.test.js +0 -158
  529. package/src/components/form/form_control_layout/form_control_layout_clear_button.test.tsx +0 -16
  530. package/src/components/form/form_control_layout/form_control_layout_clear_button.tsx +0 -32
  531. package/src/components/form/form_control_layout/form_control_layout_custom_icon.test.tsx +0 -30
  532. package/src/components/form/form_control_layout/form_control_layout_custom_icon.tsx +0 -54
  533. package/src/components/form/form_control_layout/form_control_layout_icons.js +0 -100
  534. package/src/components/form/form_control_layout/index.d.ts +0 -14
  535. package/src/components/form/form_control_layout/index.js +0 -1
  536. package/src/components/form/form_error_text/__snapshots__/form_error_text.test.tsx.snap +0 -12
  537. package/src/components/form/form_error_text/form_error_text.test.tsx +0 -15
  538. package/src/components/form/form_error_text/form_error_text.tsx +0 -16
  539. package/src/components/form/form_error_text/index.ts +0 -1
  540. package/src/components/form/form_help_text/__snapshots__/form_help_text.test.tsx.snap +0 -11
  541. package/src/components/form/form_help_text/form_help_text.test.tsx +0 -15
  542. package/src/components/form/form_help_text/form_help_text.tsx +0 -16
  543. package/src/components/form/form_help_text/index.ts +0 -1
  544. package/src/components/form/form_label/__snapshots__/form_label.test.tsx.snap +0 -27
  545. package/src/components/form/form_label/form_label.test.tsx +0 -33
  546. package/src/components/form/form_label/form_label.tsx +0 -62
  547. package/src/components/form/form_label/index.ts +0 -1
  548. package/src/components/form/form_row/__snapshots__/form_row.test.js.snap +0 -421
  549. package/src/components/form/form_row/form_row.js +0 -238
  550. package/src/components/form/form_row/form_row.test.js +0 -274
  551. package/src/components/form/form_row/index.d.ts +0 -42
  552. package/src/components/form/form_row/index.js +0 -1
  553. package/src/components/form/form_row/make_id.test.ts +0 -21
  554. package/src/components/form/form_row/make_id.ts +0 -9
  555. package/src/components/form/index.d.ts +0 -30
  556. package/src/components/form/index.js +0 -20
  557. package/src/components/form/radio/__snapshots__/radio.test.js.snap +0 -89
  558. package/src/components/form/radio/__snapshots__/radio_group.test.js.snap +0 -181
  559. package/src/components/form/radio/index.d.ts +0 -48
  560. package/src/components/form/radio/index.js +0 -3
  561. package/src/components/form/radio/radio.js +0 -77
  562. package/src/components/form/radio/radio.test.js +0 -49
  563. package/src/components/form/radio/radio_group.js +0 -57
  564. package/src/components/form/radio/radio_group.test.js +0 -122
  565. package/src/components/form/range/__snapshots__/dual_range.test.js.snap +0 -489
  566. package/src/components/form/range/__snapshots__/range.test.js.snap +0 -412
  567. package/src/components/form/range/__snapshots__/range_levels.test.js.snap +0 -20
  568. package/src/components/form/range/__snapshots__/range_track.test.js.snap +0 -136
  569. package/src/components/form/range/dual_range.js +0 -443
  570. package/src/components/form/range/dual_range.test.js +0 -126
  571. package/src/components/form/range/index.d.ts +0 -57
  572. package/src/components/form/range/index.js +0 -2
  573. package/src/components/form/range/range.js +0 -219
  574. package/src/components/form/range/range.test.js +0 -137
  575. package/src/components/form/range/range_highlight.js +0 -44
  576. package/src/components/form/range/range_input.js +0 -54
  577. package/src/components/form/range/range_label.js +0 -17
  578. package/src/components/form/range/range_levels.js +0 -55
  579. package/src/components/form/range/range_levels.test.js +0 -70
  580. package/src/components/form/range/range_slider.js +0 -73
  581. package/src/components/form/range/range_thumb.js +0 -37
  582. package/src/components/form/range/range_ticks.js +0 -88
  583. package/src/components/form/range/range_tooltip.js +0 -60
  584. package/src/components/form/range/range_track.js +0 -181
  585. package/src/components/form/range/range_track.test.js +0 -89
  586. package/src/components/form/range/range_wrapper.js +0 -21
  587. package/src/components/form/select/__snapshots__/select.test.js.snap +0 -164
  588. package/src/components/form/select/index.d.ts +0 -34
  589. package/src/components/form/select/index.js +0 -1
  590. package/src/components/form/select/select.js +0 -148
  591. package/src/components/form/select/select.test.js +0 -89
  592. package/src/components/form/super_select/__snapshots__/super_select.test.js.snap +0 -1353
  593. package/src/components/form/super_select/__snapshots__/super_select_control.test.js.snap +0 -392
  594. package/src/components/form/super_select/index.d.ts +0 -83
  595. package/src/components/form/super_select/index.js +0 -3
  596. package/src/components/form/super_select/super_select.js +0 -332
  597. package/src/components/form/super_select/super_select.test.js +0 -134
  598. package/src/components/form/super_select/super_select_control.js +0 -124
  599. package/src/components/form/super_select/super_select_control.test.js +0 -84
  600. package/src/components/form/switch/__snapshots__/switch.test.js.snap +0 -81
  601. package/src/components/form/switch/index.d.ts +0 -15
  602. package/src/components/form/switch/index.js +0 -1
  603. package/src/components/form/switch/switch.js +0 -85
  604. package/src/components/form/switch/switch.test.js +0 -21
  605. package/src/components/form/text_area/__snapshots__/text_area.test.js.snap +0 -10
  606. package/src/components/form/text_area/index.d.ts +0 -19
  607. package/src/components/form/text_area/index.js +0 -1
  608. package/src/components/form/text_area/text_area.js +0 -84
  609. package/src/components/form/text_area/text_area.test.js +0 -13
  610. package/src/components/form/validatable_control/__snapshots__/validatable_control.test.tsx.snap +0 -3
  611. package/src/components/form/validatable_control/index.ts +0 -1
  612. package/src/components/form/validatable_control/validatable_control.test.tsx +0 -16
  613. package/src/components/form/validatable_control/validatable_control.tsx +0 -61
  614. package/src/components/header/__snapshots__/header.test.js.snap +0 -19
  615. package/src/components/header/__snapshots__/header_logo.test.tsx.snap +0 -53
  616. package/src/components/header/header.js +0 -12
  617. package/src/components/header/header.test.js +0 -23
  618. package/src/components/header/header_alert/__snapshots__/header_alert.test.js.snap +0 -217
  619. package/src/components/header/header_alert/header_alert.js +0 -57
  620. package/src/components/header/header_alert/header_alert.test.js +0 -47
  621. package/src/components/header/header_alert/index.js +0 -1
  622. package/src/components/header/header_breadcrumbs/__snapshots__/header_breadcrumbs.test.js.snap +0 -52
  623. package/src/components/header/header_breadcrumbs/header_breadcrumbs.js +0 -18
  624. package/src/components/header/header_breadcrumbs/header_breadcrumbs.test.js +0 -42
  625. package/src/components/header/header_breadcrumbs/index.js +0 -1
  626. package/src/components/header/header_links/__snapshots__/header_link.test.js.snap +0 -18
  627. package/src/components/header/header_links/__snapshots__/header_links.test.js.snap +0 -40
  628. package/src/components/header/header_links/header_link.js +0 -34
  629. package/src/components/header/header_links/header_link.test.js +0 -13
  630. package/src/components/header/header_links/header_links.js +0 -85
  631. package/src/components/header/header_links/header_links.test.js +0 -13
  632. package/src/components/header/header_links/index.js +0 -3
  633. package/src/components/header/header_logo.test.tsx +0 -31
  634. package/src/components/header/header_logo.tsx +0 -38
  635. package/src/components/header/header_section/__snapshots__/header_section.test.js.snap +0 -44
  636. package/src/components/header/header_section/__snapshots__/header_section_item.test.js.snap +0 -31
  637. package/src/components/header/header_section/__snapshots__/header_section_item_button.test.js.snap +0 -21
  638. package/src/components/header/header_section/header_section.js +0 -44
  639. package/src/components/header/header_section/header_section.test.js +0 -51
  640. package/src/components/header/header_section/header_section_item.js +0 -38
  641. package/src/components/header/header_section/header_section_item.test.js +0 -37
  642. package/src/components/header/header_section/header_section_item_button.js +0 -22
  643. package/src/components/header/header_section/header_section_item_button.test.js +0 -46
  644. package/src/components/header/header_section/index.js +0 -5
  645. package/src/components/header/index.d.ts +0 -14
  646. package/src/components/header/index.js +0 -15
  647. package/src/components/health/__snapshots__/health.test.js.snap +0 -29
  648. package/src/components/health/health.js +0 -27
  649. package/src/components/health/health.test.js +0 -13
  650. package/src/components/health/index.d.ts +0 -19
  651. package/src/components/health/index.js +0 -1
  652. package/src/components/highlight/__snapshots__/highlight.test.js.snap +0 -36
  653. package/src/components/highlight/highlight.js +0 -53
  654. package/src/components/highlight/highlight.test.js +0 -51
  655. package/src/components/highlight/index.js +0 -1
  656. package/src/components/horizontal_rule/__snapshots__/horizontal_rule.test.tsx.snap +0 -9
  657. package/src/components/horizontal_rule/horizontal_rule.test.tsx +0 -13
  658. package/src/components/horizontal_rule/horizontal_rule.tsx +0 -48
  659. package/src/components/horizontal_rule/index.ts +0 -1
  660. package/src/components/i18n/__snapshots__/i18n.test.tsx.snap +0 -379
  661. package/src/components/i18n/i18n.test.tsx +0 -239
  662. package/src/components/i18n/i18n.tsx +0 -114
  663. package/src/components/i18n/i18n_number.tsx +0 -48
  664. package/src/components/i18n/i18n_util.test.tsx +0 -47
  665. package/src/components/i18n/i18n_util.tsx +0 -110
  666. package/src/components/i18n/index.ts +0 -2
  667. package/src/components/icon/__snapshots__/icon.test.tsx.snap +0 -7079
  668. package/src/components/icon/assets/alert.js +0 -17
  669. package/src/components/icon/assets/alert.svg +0 -3
  670. package/src/components/icon/assets/apm_trace.js +0 -20
  671. package/src/components/icon/assets/apm_trace.svg +0 -6
  672. package/src/components/icon/assets/app_add_data.js +0 -18
  673. package/src/components/icon/assets/app_add_data.svg +0 -6
  674. package/src/components/icon/assets/app_advanced_settings.js +0 -28
  675. package/src/components/icon/assets/app_advanced_settings.svg +0 -10
  676. package/src/components/icon/assets/app_apm.js +0 -18
  677. package/src/components/icon/assets/app_apm.svg +0 -6
  678. package/src/components/icon/assets/app_auditbeat.js +0 -15
  679. package/src/components/icon/assets/app_auditbeat.svg +0 -7
  680. package/src/components/icon/assets/app_canvas.js +0 -18
  681. package/src/components/icon/assets/app_canvas.svg +0 -11
  682. package/src/components/icon/assets/app_code.js +0 -18
  683. package/src/components/icon/assets/app_code.svg +0 -7
  684. package/src/components/icon/assets/app_console.js +0 -19
  685. package/src/components/icon/assets/app_console.svg +0 -8
  686. package/src/components/icon/assets/app_cross_cluster_replication.js +0 -18
  687. package/src/components/icon/assets/app_cross_cluster_replication.svg +0 -6
  688. package/src/components/icon/assets/app_dashboard.js +0 -23
  689. package/src/components/icon/assets/app_dashboard.svg +0 -8
  690. package/src/components/icon/assets/app_devtools.js +0 -15
  691. package/src/components/icon/assets/app_devtools.svg +0 -6
  692. package/src/components/icon/assets/app_discover.js +0 -18
  693. package/src/components/icon/assets/app_discover.svg +0 -6
  694. package/src/components/icon/assets/app_ems.js +0 -15
  695. package/src/components/icon/assets/app_ems.svg +0 -6
  696. package/src/components/icon/assets/app_filebeat.js +0 -18
  697. package/src/components/icon/assets/app_filebeat.svg +0 -8
  698. package/src/components/icon/assets/app_gis.js +0 -18
  699. package/src/components/icon/assets/app_gis.svg +0 -4
  700. package/src/components/icon/assets/app_graph.js +0 -18
  701. package/src/components/icon/assets/app_graph.svg +0 -6
  702. package/src/components/icon/assets/app_grok.js +0 -18
  703. package/src/components/icon/assets/app_grok.svg +0 -6
  704. package/src/components/icon/assets/app_heartbeat.js +0 -18
  705. package/src/components/icon/assets/app_heartbeat.svg +0 -6
  706. package/src/components/icon/assets/app_index_management.js +0 -19
  707. package/src/components/icon/assets/app_index_management.svg +0 -7
  708. package/src/components/icon/assets/app_index_pattern.js +0 -18
  709. package/src/components/icon/assets/app_index_pattern.svg +0 -9
  710. package/src/components/icon/assets/app_index_rollup.js +0 -20
  711. package/src/components/icon/assets/app_index_rollup.svg +0 -11
  712. package/src/components/icon/assets/app_infra.js +0 -19
  713. package/src/components/icon/assets/app_infra.svg +0 -8
  714. package/src/components/icon/assets/app_logging.js +0 -18
  715. package/src/components/icon/assets/app_logging.svg +0 -8
  716. package/src/components/icon/assets/app_management.js +0 -18
  717. package/src/components/icon/assets/app_management.svg +0 -6
  718. package/src/components/icon/assets/app_metricbeat.js +0 -19
  719. package/src/components/icon/assets/app_metricbeat.svg +0 -7
  720. package/src/components/icon/assets/app_ml.js +0 -18
  721. package/src/components/icon/assets/app_ml.svg +0 -6
  722. package/src/components/icon/assets/app_monitoring.js +0 -18
  723. package/src/components/icon/assets/app_monitoring.svg +0 -7
  724. package/src/components/icon/assets/app_notebook.js +0 -16
  725. package/src/components/icon/assets/app_notebook.svg +0 -8
  726. package/src/components/icon/assets/app_packetbeat.js +0 -18
  727. package/src/components/icon/assets/app_packetbeat.svg +0 -6
  728. package/src/components/icon/assets/app_pipeline.js +0 -15
  729. package/src/components/icon/assets/app_pipeline.svg +0 -6
  730. package/src/components/icon/assets/app_reporting.js +0 -19
  731. package/src/components/icon/assets/app_reporting.svg +0 -9
  732. package/src/components/icon/assets/app_saved_objects.js +0 -18
  733. package/src/components/icon/assets/app_saved_objects.svg +0 -6
  734. package/src/components/icon/assets/app_search_profiler.js +0 -18
  735. package/src/components/icon/assets/app_search_profiler.svg +0 -11
  736. package/src/components/icon/assets/app_security.js +0 -18
  737. package/src/components/icon/assets/app_security.svg +0 -9
  738. package/src/components/icon/assets/app_security_analytics.js +0 -18
  739. package/src/components/icon/assets/app_security_analytics.svg +0 -8
  740. package/src/components/icon/assets/app_spaces.js +0 -19
  741. package/src/components/icon/assets/app_spaces.svg +0 -9
  742. package/src/components/icon/assets/app_sql.js +0 -18
  743. package/src/components/icon/assets/app_sql.svg +0 -13
  744. package/src/components/icon/assets/app_timelion.js +0 -15
  745. package/src/components/icon/assets/app_timelion.svg +0 -6
  746. package/src/components/icon/assets/app_upgrade_assistant.js +0 -18
  747. package/src/components/icon/assets/app_upgrade_assistant.svg +0 -6
  748. package/src/components/icon/assets/app_uptime.js +0 -18
  749. package/src/components/icon/assets/app_uptime.svg +0 -6
  750. package/src/components/icon/assets/app_users_roles.js +0 -18
  751. package/src/components/icon/assets/app_users_roles.svg +0 -6
  752. package/src/components/icon/assets/app_visualize.js +0 -19
  753. package/src/components/icon/assets/app_visualize.svg +0 -9
  754. package/src/components/icon/assets/app_watches.js +0 -20
  755. package/src/components/icon/assets/app_watches.svg +0 -8
  756. package/src/components/icon/assets/apps.js +0 -20
  757. package/src/components/icon/assets/apps.svg +0 -8
  758. package/src/components/icon/assets/arrow_down.js +0 -20
  759. package/src/components/icon/assets/arrow_down.svg +0 -8
  760. package/src/components/icon/assets/arrow_left.js +0 -24
  761. package/src/components/icon/assets/arrow_left.svg +0 -8
  762. package/src/components/icon/assets/arrow_right.js +0 -24
  763. package/src/components/icon/assets/arrow_right.svg +0 -8
  764. package/src/components/icon/assets/arrow_up.js +0 -24
  765. package/src/components/icon/assets/arrow_up.svg +0 -8
  766. package/src/components/icon/assets/asterisk.js +0 -14
  767. package/src/components/icon/assets/asterisk.svg +0 -3
  768. package/src/components/icon/assets/beaker.js +0 -14
  769. package/src/components/icon/assets/beaker.svg +0 -3
  770. package/src/components/icon/assets/bell.js +0 -17
  771. package/src/components/icon/assets/bell.svg +0 -3
  772. package/src/components/icon/assets/bolt.js +0 -14
  773. package/src/components/icon/assets/bolt.svg +0 -3
  774. package/src/components/icon/assets/boxes_horizontal.js +0 -20
  775. package/src/components/icon/assets/boxes_horizontal.svg +0 -8
  776. package/src/components/icon/assets/boxes_vertical.js +0 -20
  777. package/src/components/icon/assets/boxes_vertical.svg +0 -8
  778. package/src/components/icon/assets/branch.js +0 -14
  779. package/src/components/icon/assets/branch.svg +0 -3
  780. package/src/components/icon/assets/broom.js +0 -14
  781. package/src/components/icon/assets/broom.svg +0 -3
  782. package/src/components/icon/assets/brush.js +0 -20
  783. package/src/components/icon/assets/brush.svg +0 -8
  784. package/src/components/icon/assets/bug.js +0 -14
  785. package/src/components/icon/assets/bug.svg +0 -3
  786. package/src/components/icon/assets/bullseye.js +0 -14
  787. package/src/components/icon/assets/bullseye.svg +0 -3
  788. package/src/components/icon/assets/calendar.js +0 -17
  789. package/src/components/icon/assets/calendar.svg +0 -3
  790. package/src/components/icon/assets/check.js +0 -17
  791. package/src/components/icon/assets/check.svg +0 -3
  792. package/src/components/icon/assets/checkInCircleFilled.js +0 -17
  793. package/src/components/icon/assets/checkInCircleFilled.svg +0 -3
  794. package/src/components/icon/assets/clock.js +0 -17
  795. package/src/components/icon/assets/clock.svg +0 -3
  796. package/src/components/icon/assets/compute.js +0 -15
  797. package/src/components/icon/assets/compute.svg +0 -6
  798. package/src/components/icon/assets/console.js +0 -20
  799. package/src/components/icon/assets/console.svg +0 -8
  800. package/src/components/icon/assets/controls_horizontal.js +0 -17
  801. package/src/components/icon/assets/controls_horizontal.svg +0 -3
  802. package/src/components/icon/assets/controls_vertical.js +0 -17
  803. package/src/components/icon/assets/controls_vertical.svg +0 -3
  804. package/src/components/icon/assets/copy.js +0 -21
  805. package/src/components/icon/assets/copy.svg +0 -9
  806. package/src/components/icon/assets/copy_clipboard.js +0 -15
  807. package/src/components/icon/assets/copy_clipboard.svg +0 -11
  808. package/src/components/icon/assets/cross.js +0 -14
  809. package/src/components/icon/assets/cross.svg +0 -3
  810. package/src/components/icon/assets/crossInACircleFilled.js +0 -14
  811. package/src/components/icon/assets/crossInACircleFilled.svg +0 -3
  812. package/src/components/icon/assets/crosshairs.js +0 -14
  813. package/src/components/icon/assets/crosshairs.svg +0 -3
  814. package/src/components/icon/assets/cut.js +0 -17
  815. package/src/components/icon/assets/cut.svg +0 -3
  816. package/src/components/icon/assets/database.js +0 -14
  817. package/src/components/icon/assets/database.svg +0 -3
  818. package/src/components/icon/assets/document.js +0 -20
  819. package/src/components/icon/assets/document.svg +0 -8
  820. package/src/components/icon/assets/dot.js +0 -17
  821. package/src/components/icon/assets/dot.svg +0 -8
  822. package/src/components/icon/assets/editorDistributeHorizontal.js +0 -14
  823. package/src/components/icon/assets/editorDistributeHorizontal.svg +0 -3
  824. package/src/components/icon/assets/editorDistributeVertical.js +0 -14
  825. package/src/components/icon/assets/editorDistributeVertical.svg +0 -3
  826. package/src/components/icon/assets/editorItemAlignBottom.js +0 -14
  827. package/src/components/icon/assets/editorItemAlignBottom.svg +0 -3
  828. package/src/components/icon/assets/editorItemAlignCenter.js +0 -14
  829. package/src/components/icon/assets/editorItemAlignCenter.svg +0 -3
  830. package/src/components/icon/assets/editorItemAlignLeft.js +0 -14
  831. package/src/components/icon/assets/editorItemAlignLeft.svg +0 -3
  832. package/src/components/icon/assets/editorItemAlignMiddle.js +0 -14
  833. package/src/components/icon/assets/editorItemAlignMiddle.svg +0 -3
  834. package/src/components/icon/assets/editorItemAlignRight.js +0 -14
  835. package/src/components/icon/assets/editorItemAlignRight.svg +0 -3
  836. package/src/components/icon/assets/editorItemAlignTop.js +0 -14
  837. package/src/components/icon/assets/editorItemAlignTop.svg +0 -3
  838. package/src/components/icon/assets/editorPositionBottomLeft.js +0 -14
  839. package/src/components/icon/assets/editorPositionBottomLeft.svg +0 -3
  840. package/src/components/icon/assets/editorPositionBottomRight.js +0 -14
  841. package/src/components/icon/assets/editorPositionBottomRight.svg +0 -3
  842. package/src/components/icon/assets/editorPositionTopLeft.js +0 -14
  843. package/src/components/icon/assets/editorPositionTopLeft.svg +0 -3
  844. package/src/components/icon/assets/editorPositionTopRight.js +0 -14
  845. package/src/components/icon/assets/editorPositionTopRight.svg +0 -3
  846. package/src/components/icon/assets/editor_align_center.js +0 -20
  847. package/src/components/icon/assets/editor_align_center.svg +0 -8
  848. package/src/components/icon/assets/editor_align_left.js +0 -20
  849. package/src/components/icon/assets/editor_align_left.svg +0 -8
  850. package/src/components/icon/assets/editor_align_right.js +0 -20
  851. package/src/components/icon/assets/editor_align_right.svg +0 -8
  852. package/src/components/icon/assets/editor_bold.js +0 -20
  853. package/src/components/icon/assets/editor_bold.svg +0 -8
  854. package/src/components/icon/assets/editor_code_block.js +0 -14
  855. package/src/components/icon/assets/editor_code_block.svg +0 -3
  856. package/src/components/icon/assets/editor_comment.js +0 -20
  857. package/src/components/icon/assets/editor_comment.svg +0 -8
  858. package/src/components/icon/assets/editor_heading.js +0 -20
  859. package/src/components/icon/assets/editor_heading.svg +0 -8
  860. package/src/components/icon/assets/editor_italic.js +0 -20
  861. package/src/components/icon/assets/editor_italic.svg +0 -8
  862. package/src/components/icon/assets/editor_link.js +0 -20
  863. package/src/components/icon/assets/editor_link.svg +0 -8
  864. package/src/components/icon/assets/editor_ordered_list.js +0 -20
  865. package/src/components/icon/assets/editor_ordered_list.svg +0 -8
  866. package/src/components/icon/assets/editor_redo.js +0 -14
  867. package/src/components/icon/assets/editor_redo.svg +0 -3
  868. package/src/components/icon/assets/editor_strike.js +0 -20
  869. package/src/components/icon/assets/editor_strike.svg +0 -8
  870. package/src/components/icon/assets/editor_table.js +0 -20
  871. package/src/components/icon/assets/editor_table.svg +0 -8
  872. package/src/components/icon/assets/editor_underline.js +0 -14
  873. package/src/components/icon/assets/editor_underline.svg +0 -3
  874. package/src/components/icon/assets/editor_undo.js +0 -14
  875. package/src/components/icon/assets/editor_undo.svg +0 -3
  876. package/src/components/icon/assets/editor_unordered_list.js +0 -20
  877. package/src/components/icon/assets/editor_unordered_list.svg +0 -8
  878. package/src/components/icon/assets/email.js +0 -20
  879. package/src/components/icon/assets/email.svg +0 -6
  880. package/src/components/icon/assets/empty.js +0 -13
  881. package/src/components/icon/assets/empty.svg +0 -2
  882. package/src/components/icon/assets/exit.js +0 -17
  883. package/src/components/icon/assets/exit.svg +0 -3
  884. package/src/components/icon/assets/expand.js +0 -17
  885. package/src/components/icon/assets/expand.svg +0 -3
  886. package/src/components/icon/assets/export.js +0 -14
  887. package/src/components/icon/assets/export.svg +0 -3
  888. package/src/components/icon/assets/eye.js +0 -14
  889. package/src/components/icon/assets/eye.svg +0 -3
  890. package/src/components/icon/assets/eye_closed.js +0 -14
  891. package/src/components/icon/assets/eye_closed.svg +0 -3
  892. package/src/components/icon/assets/faceNeutral.js +0 -17
  893. package/src/components/icon/assets/faceNeutral.svg +0 -3
  894. package/src/components/icon/assets/face_happy.js +0 -14
  895. package/src/components/icon/assets/face_happy.svg +0 -5
  896. package/src/components/icon/assets/face_neutral.js +0 -22
  897. package/src/components/icon/assets/face_neutral.svg +0 -8
  898. package/src/components/icon/assets/face_sad.js +0 -14
  899. package/src/components/icon/assets/face_sad.svg +0 -3
  900. package/src/components/icon/assets/filter.js +0 -17
  901. package/src/components/icon/assets/filter.svg +0 -3
  902. package/src/components/icon/assets/flag.js +0 -14
  903. package/src/components/icon/assets/flag.svg +0 -3
  904. package/src/components/icon/assets/folder_closed.js +0 -14
  905. package/src/components/icon/assets/folder_closed.svg +0 -3
  906. package/src/components/icon/assets/folder_open.js +0 -14
  907. package/src/components/icon/assets/folder_open.svg +0 -3
  908. package/src/components/icon/assets/full_screen.js +0 -20
  909. package/src/components/icon/assets/full_screen.svg +0 -8
  910. package/src/components/icon/assets/gear.js +0 -20
  911. package/src/components/icon/assets/gear.svg +0 -8
  912. package/src/components/icon/assets/glasses.js +0 -14
  913. package/src/components/icon/assets/glasses.svg +0 -3
  914. package/src/components/icon/assets/globe.js +0 -14
  915. package/src/components/icon/assets/globe.svg +0 -3
  916. package/src/components/icon/assets/grab.js +0 -17
  917. package/src/components/icon/assets/grab.svg +0 -3
  918. package/src/components/icon/assets/grab_horizontal.js +0 -17
  919. package/src/components/icon/assets/grab_horizontal.svg +0 -3
  920. package/src/components/icon/assets/grid.js +0 -20
  921. package/src/components/icon/assets/grid.svg +0 -8
  922. package/src/components/icon/assets/heart.js +0 -14
  923. package/src/components/icon/assets/heart.svg +0 -3
  924. package/src/components/icon/assets/heatmap.js +0 -14
  925. package/src/components/icon/assets/heatmap.svg +0 -3
  926. package/src/components/icon/assets/help.js +0 -20
  927. package/src/components/icon/assets/help.svg +0 -8
  928. package/src/components/icon/assets/iInCircle.js +0 -17
  929. package/src/components/icon/assets/iInCircle.svg +0 -3
  930. package/src/components/icon/assets/import.js +0 -14
  931. package/src/components/icon/assets/import.svg +0 -3
  932. package/src/components/icon/assets/index_close.js +0 -14
  933. package/src/components/icon/assets/index_close.svg +0 -3
  934. package/src/components/icon/assets/index_edit.js +0 -14
  935. package/src/components/icon/assets/index_edit.svg +0 -3
  936. package/src/components/icon/assets/index_flush.js +0 -17
  937. package/src/components/icon/assets/index_flush.svg +0 -3
  938. package/src/components/icon/assets/index_mapping.js +0 -14
  939. package/src/components/icon/assets/index_mapping.svg +0 -3
  940. package/src/components/icon/assets/index_open.js +0 -14
  941. package/src/components/icon/assets/index_open.svg +0 -3
  942. package/src/components/icon/assets/index_settings.js +0 -16
  943. package/src/components/icon/assets/index_settings.svg +0 -7
  944. package/src/components/icon/assets/inputOutput.js +0 -16
  945. package/src/components/icon/assets/inputOutput.svg +0 -9
  946. package/src/components/icon/assets/inspect.js +0 -14
  947. package/src/components/icon/assets/inspect.svg +0 -3
  948. package/src/components/icon/assets/invert.js +0 -15
  949. package/src/components/icon/assets/invert.svg +0 -6
  950. package/src/components/icon/assets/kql_field.js +0 -14
  951. package/src/components/icon/assets/kql_field.svg +0 -5
  952. package/src/components/icon/assets/kql_function.js +0 -14
  953. package/src/components/icon/assets/kql_function.svg +0 -5
  954. package/src/components/icon/assets/kql_operand.js +0 -14
  955. package/src/components/icon/assets/kql_operand.svg +0 -5
  956. package/src/components/icon/assets/kql_selector.js +0 -14
  957. package/src/components/icon/assets/kql_selector.svg +0 -5
  958. package/src/components/icon/assets/kql_value.js +0 -14
  959. package/src/components/icon/assets/kql_value.svg +0 -5
  960. package/src/components/icon/assets/link.js +0 -14
  961. package/src/components/icon/assets/link.svg +0 -3
  962. package/src/components/icon/assets/list.js +0 -14
  963. package/src/components/icon/assets/list.svg +0 -3
  964. package/src/components/icon/assets/list_add.js +0 -14
  965. package/src/components/icon/assets/list_add.svg +0 -3
  966. package/src/components/icon/assets/lock.js +0 -14
  967. package/src/components/icon/assets/lock.svg +0 -3
  968. package/src/components/icon/assets/lockOpen.js +0 -14
  969. package/src/components/icon/assets/lockOpen.svg +0 -3
  970. package/src/components/icon/assets/logo_aerospike.js +0 -20
  971. package/src/components/icon/assets/logo_aerospike.svg +0 -6
  972. package/src/components/icon/assets/logo_apache.js +0 -128
  973. package/src/components/icon/assets/logo_apache.svg +0 -54
  974. package/src/components/icon/assets/logo_apm.js +0 -19
  975. package/src/components/icon/assets/logo_apm.svg +0 -7
  976. package/src/components/icon/assets/logo_app_search.js +0 -25
  977. package/src/components/icon/assets/logo_app_search.svg +0 -7
  978. package/src/components/icon/assets/logo_aws.js +0 -23
  979. package/src/components/icon/assets/logo_aws.svg +0 -9
  980. package/src/components/icon/assets/logo_aws_mono.js +0 -21
  981. package/src/components/icon/assets/logo_aws_mono.svg +0 -9
  982. package/src/components/icon/assets/logo_azure.js +0 -17
  983. package/src/components/icon/assets/logo_azure.svg +0 -3
  984. package/src/components/icon/assets/logo_azure_mono.js +0 -14
  985. package/src/components/icon/assets/logo_azure_mono.svg +0 -3
  986. package/src/components/icon/assets/logo_beats.js +0 -25
  987. package/src/components/icon/assets/logo_beats.svg +0 -7
  988. package/src/components/icon/assets/logo_business_analytics.js +0 -27
  989. package/src/components/icon/assets/logo_business_analytics.svg +0 -7
  990. package/src/components/icon/assets/logo_ceph.js +0 -20
  991. package/src/components/icon/assets/logo_ceph.svg +0 -3
  992. package/src/components/icon/assets/logo_cloud.js +0 -27
  993. package/src/components/icon/assets/logo_cloud.svg +0 -7
  994. package/src/components/icon/assets/logo_cloud_ece.js +0 -31
  995. package/src/components/icon/assets/logo_cloud_ece.svg +0 -8
  996. package/src/components/icon/assets/logo_codesandbox.js +0 -14
  997. package/src/components/icon/assets/logo_codesandbox.svg +0 -3
  998. package/src/components/icon/assets/logo_couchbase.js +0 -17
  999. package/src/components/icon/assets/logo_couchbase.svg +0 -3
  1000. package/src/components/icon/assets/logo_docker.js +0 -13
  1001. package/src/components/icon/assets/logo_docker.svg +0 -1
  1002. package/src/components/icon/assets/logo_dropwizard.js +0 -21
  1003. package/src/components/icon/assets/logo_dropwizard.svg +0 -3
  1004. package/src/components/icon/assets/logo_elastic.js +0 -39
  1005. package/src/components/icon/assets/logo_elastic.svg +0 -10
  1006. package/src/components/icon/assets/logo_elastic_stack.js +0 -22
  1007. package/src/components/icon/assets/logo_elastic_stack.svg +0 -8
  1008. package/src/components/icon/assets/logo_elasticsearch.js +0 -27
  1009. package/src/components/icon/assets/logo_elasticsearch.svg +0 -7
  1010. package/src/components/icon/assets/logo_enterprise_search.js +0 -27
  1011. package/src/components/icon/assets/logo_enterprise_search.svg +0 -7
  1012. package/src/components/icon/assets/logo_etcd.js +0 -17
  1013. package/src/components/icon/assets/logo_etcd.svg +0 -6
  1014. package/src/components/icon/assets/logo_gcp.js +0 -53
  1015. package/src/components/icon/assets/logo_gcp.svg +0 -19
  1016. package/src/components/icon/assets/logo_gcp_mono.js +0 -15
  1017. package/src/components/icon/assets/logo_gcp_mono.svg +0 -6
  1018. package/src/components/icon/assets/logo_github.js +0 -14
  1019. package/src/components/icon/assets/logo_github.svg +0 -3
  1020. package/src/components/icon/assets/logo_gmail.js +0 -43
  1021. package/src/components/icon/assets/logo_gmail.svg +0 -11
  1022. package/src/components/icon/assets/logo_golang.js +0 -21
  1023. package/src/components/icon/assets/logo_golang.svg +0 -3
  1024. package/src/components/icon/assets/logo_haproxy.js +0 -20
  1025. package/src/components/icon/assets/logo_haproxy.svg +0 -3
  1026. package/src/components/icon/assets/logo_ibm.js +0 -96
  1027. package/src/components/icon/assets/logo_ibm.svg +0 -37
  1028. package/src/components/icon/assets/logo_ibm_mono.js +0 -17
  1029. package/src/components/icon/assets/logo_ibm_mono.svg +0 -3
  1030. package/src/components/icon/assets/logo_kafka.js +0 -14
  1031. package/src/components/icon/assets/logo_kafka.svg +0 -3
  1032. package/src/components/icon/assets/logo_kibana.js +0 -24
  1033. package/src/components/icon/assets/logo_kibana.svg +0 -7
  1034. package/src/components/icon/assets/logo_kubernetes.js +0 -12
  1035. package/src/components/icon/assets/logo_kubernetes.svg +0 -1
  1036. package/src/components/icon/assets/logo_logstash.js +0 -19
  1037. package/src/components/icon/assets/logo_logstash.svg +0 -7
  1038. package/src/components/icon/assets/logo_memcached.js +0 -76
  1039. package/src/components/icon/assets/logo_memcached.svg +0 -28
  1040. package/src/components/icon/assets/logo_metrics.js +0 -27
  1041. package/src/components/icon/assets/logo_metrics.svg +0 -7
  1042. package/src/components/icon/assets/logo_mongodb.js +0 -39
  1043. package/src/components/icon/assets/logo_mongodb.svg +0 -10
  1044. package/src/components/icon/assets/logo_mysql.js +0 -17
  1045. package/src/components/icon/assets/logo_mysql.svg +0 -6
  1046. package/src/components/icon/assets/logo_nginx.js +0 -21
  1047. package/src/components/icon/assets/logo_nginx.svg +0 -6
  1048. package/src/components/icon/assets/logo_osquery.js +0 -35
  1049. package/src/components/icon/assets/logo_osquery.svg +0 -12
  1050. package/src/components/icon/assets/logo_php.js +0 -83
  1051. package/src/components/icon/assets/logo_php.svg +0 -44
  1052. package/src/components/icon/assets/logo_postgres.js +0 -31
  1053. package/src/components/icon/assets/logo_postgres.svg +0 -8
  1054. package/src/components/icon/assets/logo_prometheus.js +0 -17
  1055. package/src/components/icon/assets/logo_prometheus.svg +0 -3
  1056. package/src/components/icon/assets/logo_rabbitmq.js +0 -17
  1057. package/src/components/icon/assets/logo_rabbitmq.svg +0 -3
  1058. package/src/components/icon/assets/logo_redis.js +0 -41
  1059. package/src/components/icon/assets/logo_redis.svg +0 -1
  1060. package/src/components/icon/assets/logo_site_search.js +0 -27
  1061. package/src/components/icon/assets/logo_site_search.svg +0 -7
  1062. package/src/components/icon/assets/logo_sketch.js +0 -30
  1063. package/src/components/icon/assets/logo_sketch.svg +0 -12
  1064. package/src/components/icon/assets/logo_slack.js +0 -31
  1065. package/src/components/icon/assets/logo_slack.svg +0 -8
  1066. package/src/components/icon/assets/logo_webhook.js +0 -27
  1067. package/src/components/icon/assets/logo_webhook.svg +0 -7
  1068. package/src/components/icon/assets/logo_windows.js +0 -17
  1069. package/src/components/icon/assets/logo_windows.svg +0 -3
  1070. package/src/components/icon/assets/logo_xpack.js +0 -39
  1071. package/src/components/icon/assets/logo_xpack.svg +0 -10
  1072. package/src/components/icon/assets/logstash_filter.js +0 -14
  1073. package/src/components/icon/assets/logstash_filter.svg +0 -3
  1074. package/src/components/icon/assets/logstash_if.js +0 -14
  1075. package/src/components/icon/assets/logstash_if.svg +0 -3
  1076. package/src/components/icon/assets/logstash_input.js +0 -14
  1077. package/src/components/icon/assets/logstash_input.svg +0 -3
  1078. package/src/components/icon/assets/logstash_output.js +0 -14
  1079. package/src/components/icon/assets/logstash_output.svg +0 -3
  1080. package/src/components/icon/assets/logstash_queue.js +0 -14
  1081. package/src/components/icon/assets/logstash_queue.svg +0 -3
  1082. package/src/components/icon/assets/magnet.js +0 -14
  1083. package/src/components/icon/assets/magnet.svg +0 -3
  1084. package/src/components/icon/assets/magnifyWithMinus.js +0 -14
  1085. package/src/components/icon/assets/magnifyWithMinus.svg +0 -3
  1086. package/src/components/icon/assets/magnifyWithPlus.js +0 -14
  1087. package/src/components/icon/assets/magnifyWithPlus.svg +0 -3
  1088. package/src/components/icon/assets/map_marker.js +0 -20
  1089. package/src/components/icon/assets/map_marker.svg +0 -8
  1090. package/src/components/icon/assets/memory.js +0 -15
  1091. package/src/components/icon/assets/memory.svg +0 -12
  1092. package/src/components/icon/assets/menuLeft.js +0 -17
  1093. package/src/components/icon/assets/menuLeft.svg +0 -3
  1094. package/src/components/icon/assets/menuRight.js +0 -14
  1095. package/src/components/icon/assets/menuRight.svg +0 -3
  1096. package/src/components/icon/assets/merge.js +0 -14
  1097. package/src/components/icon/assets/merge.svg +0 -3
  1098. package/src/components/icon/assets/minus_in_circle.js +0 -17
  1099. package/src/components/icon/assets/minus_in_circle.svg +0 -3
  1100. package/src/components/icon/assets/minus_in_circle_filled.js +0 -17
  1101. package/src/components/icon/assets/minus_in_circle_filled.svg +0 -3
  1102. package/src/components/icon/assets/ml_create_advanced_job.js +0 -18
  1103. package/src/components/icon/assets/ml_create_advanced_job.svg +0 -9
  1104. package/src/components/icon/assets/ml_create_multi_metric_job.js +0 -18
  1105. package/src/components/icon/assets/ml_create_multi_metric_job.svg +0 -7
  1106. package/src/components/icon/assets/ml_create_population_job.js +0 -18
  1107. package/src/components/icon/assets/ml_create_population_job.svg +0 -7
  1108. package/src/components/icon/assets/ml_create_single_metric_job.js +0 -18
  1109. package/src/components/icon/assets/ml_create_single_metric_job.svg +0 -6
  1110. package/src/components/icon/assets/ml_data_visualizer.js +0 -18
  1111. package/src/components/icon/assets/ml_data_visualizer.svg +0 -10
  1112. package/src/components/icon/assets/moon.js +0 -14
  1113. package/src/components/icon/assets/moon.svg +0 -3
  1114. package/src/components/icon/assets/node.js +0 -14
  1115. package/src/components/icon/assets/node.svg +0 -3
  1116. package/src/components/icon/assets/number.js +0 -17
  1117. package/src/components/icon/assets/number.svg +0 -3
  1118. package/src/components/icon/assets/offline.js +0 -14
  1119. package/src/components/icon/assets/offline.svg +0 -3
  1120. package/src/components/icon/assets/online.js +0 -14
  1121. package/src/components/icon/assets/online.svg +0 -3
  1122. package/src/components/icon/assets/paint.js +0 -20
  1123. package/src/components/icon/assets/paint.svg +0 -8
  1124. package/src/components/icon/assets/pause.js +0 -17
  1125. package/src/components/icon/assets/pause.svg +0 -3
  1126. package/src/components/icon/assets/pencil.js +0 -20
  1127. package/src/components/icon/assets/pencil.svg +0 -8
  1128. package/src/components/icon/assets/pin.js +0 -17
  1129. package/src/components/icon/assets/pin.svg +0 -3
  1130. package/src/components/icon/assets/pin_filled.js +0 -14
  1131. package/src/components/icon/assets/pin_filled.svg +0 -3
  1132. package/src/components/icon/assets/play.js +0 -14
  1133. package/src/components/icon/assets/play.svg +0 -3
  1134. package/src/components/icon/assets/plus_in_circle.js +0 -17
  1135. package/src/components/icon/assets/plus_in_circle.svg +0 -3
  1136. package/src/components/icon/assets/plus_in_circle_filled.js +0 -14
  1137. package/src/components/icon/assets/plus_in_circle_filled.svg +0 -3
  1138. package/src/components/icon/assets/popout.js +0 -14
  1139. package/src/components/icon/assets/popout.svg +0 -3
  1140. package/src/components/icon/assets/question_in_circle.js +0 -14
  1141. package/src/components/icon/assets/question_in_circle.svg +0 -3
  1142. package/src/components/icon/assets/refresh.js +0 -14
  1143. package/src/components/icon/assets/refresh.svg +0 -3
  1144. package/src/components/icon/assets/save.js +0 -14
  1145. package/src/components/icon/assets/save.svg +0 -3
  1146. package/src/components/icon/assets/scale.js +0 -17
  1147. package/src/components/icon/assets/scale.svg +0 -3
  1148. package/src/components/icon/assets/search.js +0 -20
  1149. package/src/components/icon/assets/search.svg +0 -8
  1150. package/src/components/icon/assets/shard.js +0 -14
  1151. package/src/components/icon/assets/shard.svg +0 -3
  1152. package/src/components/icon/assets/share.js +0 -14
  1153. package/src/components/icon/assets/share.svg +0 -3
  1154. package/src/components/icon/assets/snowflake.js +0 -17
  1155. package/src/components/icon/assets/snowflake.svg +0 -3
  1156. package/src/components/icon/assets/sortLeft.js +0 -17
  1157. package/src/components/icon/assets/sortLeft.svg +0 -5
  1158. package/src/components/icon/assets/sortRight.js +0 -14
  1159. package/src/components/icon/assets/sortRight.svg +0 -3
  1160. package/src/components/icon/assets/sort_down.js +0 -14
  1161. package/src/components/icon/assets/sort_down.svg +0 -3
  1162. package/src/components/icon/assets/sort_up.js +0 -14
  1163. package/src/components/icon/assets/sort_up.svg +0 -3
  1164. package/src/components/icon/assets/sortable.js +0 -14
  1165. package/src/components/icon/assets/sortable.svg +0 -3
  1166. package/src/components/icon/assets/starPlusEmpty.js +0 -17
  1167. package/src/components/icon/assets/starPlusEmpty.svg +0 -3
  1168. package/src/components/icon/assets/starPlusFilled.js +0 -17
  1169. package/src/components/icon/assets/starPlusFilled.svg +0 -3
  1170. package/src/components/icon/assets/star_empty.js +0 -17
  1171. package/src/components/icon/assets/star_empty.svg +0 -3
  1172. package/src/components/icon/assets/star_empty_space.js +0 -17
  1173. package/src/components/icon/assets/star_empty_space.svg +0 -3
  1174. package/src/components/icon/assets/star_filled.js +0 -17
  1175. package/src/components/icon/assets/star_filled.svg +0 -3
  1176. package/src/components/icon/assets/star_filled_space.js +0 -17
  1177. package/src/components/icon/assets/star_filled_space.svg +0 -3
  1178. package/src/components/icon/assets/star_minus_empty.js +0 -17
  1179. package/src/components/icon/assets/star_minus_empty.svg +0 -3
  1180. package/src/components/icon/assets/star_minus_filled.js +0 -17
  1181. package/src/components/icon/assets/star_minus_filled.svg +0 -3
  1182. package/src/components/icon/assets/stats.js +0 -17
  1183. package/src/components/icon/assets/stats.svg +0 -3
  1184. package/src/components/icon/assets/stop.js +0 -17
  1185. package/src/components/icon/assets/stop.svg +0 -3
  1186. package/src/components/icon/assets/stop_filled.js +0 -14
  1187. package/src/components/icon/assets/stop_filled.svg +0 -3
  1188. package/src/components/icon/assets/stop_slash.js +0 -17
  1189. package/src/components/icon/assets/stop_slash.svg +0 -3
  1190. package/src/components/icon/assets/storage.js +0 -22
  1191. package/src/components/icon/assets/storage.svg +0 -11
  1192. package/src/components/icon/assets/string.js +0 -17
  1193. package/src/components/icon/assets/string.svg +0 -3
  1194. package/src/components/icon/assets/submodule.js +0 -18
  1195. package/src/components/icon/assets/submodule.svg +0 -3
  1196. package/src/components/icon/assets/swatch_input.js +0 -22
  1197. package/src/components/icon/assets/swatch_input.svg +0 -4
  1198. package/src/components/icon/assets/symlink.js +0 -18
  1199. package/src/components/icon/assets/symlink.svg +0 -3
  1200. package/src/components/icon/assets/tableOfContents.js +0 -14
  1201. package/src/components/icon/assets/tableOfContents.svg +0 -3
  1202. package/src/components/icon/assets/tag.js +0 -14
  1203. package/src/components/icon/assets/tag.svg +0 -3
  1204. package/src/components/icon/assets/tear.js +0 -20
  1205. package/src/components/icon/assets/tear.svg +0 -8
  1206. package/src/components/icon/assets/temperature.js +0 -15
  1207. package/src/components/icon/assets/temperature.svg +0 -6
  1208. package/src/components/icon/assets/tokens/tokenAnnotation.js +0 -17
  1209. package/src/components/icon/assets/tokens/tokenAnnotation.svg +0 -3
  1210. package/src/components/icon/assets/tokens/tokenArray.js +0 -17
  1211. package/src/components/icon/assets/tokens/tokenArray.svg +0 -3
  1212. package/src/components/icon/assets/tokens/tokenBoolean.js +0 -14
  1213. package/src/components/icon/assets/tokens/tokenBoolean.svg +0 -3
  1214. package/src/components/icon/assets/tokens/tokenClass.js +0 -17
  1215. package/src/components/icon/assets/tokens/tokenClass.svg +0 -3
  1216. package/src/components/icon/assets/tokens/tokenConstant.js +0 -17
  1217. package/src/components/icon/assets/tokens/tokenConstant.svg +0 -3
  1218. package/src/components/icon/assets/tokens/tokenElement.js +0 -17
  1219. package/src/components/icon/assets/tokens/tokenElement.svg +0 -3
  1220. package/src/components/icon/assets/tokens/tokenEnum.js +0 -17
  1221. package/src/components/icon/assets/tokens/tokenEnum.svg +0 -3
  1222. package/src/components/icon/assets/tokens/tokenEnumMember.js +0 -17
  1223. package/src/components/icon/assets/tokens/tokenEnumMember.svg +0 -3
  1224. package/src/components/icon/assets/tokens/tokenEvent.js +0 -17
  1225. package/src/components/icon/assets/tokens/tokenEvent.svg +0 -3
  1226. package/src/components/icon/assets/tokens/tokenException.js +0 -14
  1227. package/src/components/icon/assets/tokens/tokenException.svg +0 -3
  1228. package/src/components/icon/assets/tokens/tokenField.js +0 -17
  1229. package/src/components/icon/assets/tokens/tokenField.svg +0 -3
  1230. package/src/components/icon/assets/tokens/tokenFile.js +0 -14
  1231. package/src/components/icon/assets/tokens/tokenFile.svg +0 -3
  1232. package/src/components/icon/assets/tokens/tokenFunction.js +0 -17
  1233. package/src/components/icon/assets/tokens/tokenFunction.svg +0 -3
  1234. package/src/components/icon/assets/tokens/tokenInterface.js +0 -17
  1235. package/src/components/icon/assets/tokens/tokenInterface.svg +0 -3
  1236. package/src/components/icon/assets/tokens/tokenKey.js +0 -17
  1237. package/src/components/icon/assets/tokens/tokenKey.svg +0 -3
  1238. package/src/components/icon/assets/tokens/tokenMethod.js +0 -17
  1239. package/src/components/icon/assets/tokens/tokenMethod.svg +0 -3
  1240. package/src/components/icon/assets/tokens/tokenModule.js +0 -15
  1241. package/src/components/icon/assets/tokens/tokenModule.svg +0 -4
  1242. package/src/components/icon/assets/tokens/tokenNamespace.js +0 -14
  1243. package/src/components/icon/assets/tokens/tokenNamespace.svg +0 -3
  1244. package/src/components/icon/assets/tokens/tokenNull.js +0 -14
  1245. package/src/components/icon/assets/tokens/tokenNull.svg +0 -3
  1246. package/src/components/icon/assets/tokens/tokenNumber.js +0 -14
  1247. package/src/components/icon/assets/tokens/tokenNumber.svg +0 -3
  1248. package/src/components/icon/assets/tokens/tokenObject.js +0 -17
  1249. package/src/components/icon/assets/tokens/tokenObject.svg +0 -3
  1250. package/src/components/icon/assets/tokens/tokenOperator.js +0 -17
  1251. package/src/components/icon/assets/tokens/tokenOperator.svg +0 -3
  1252. package/src/components/icon/assets/tokens/tokenPackage.js +0 -17
  1253. package/src/components/icon/assets/tokens/tokenPackage.svg +0 -3
  1254. package/src/components/icon/assets/tokens/tokenParameter.js +0 -17
  1255. package/src/components/icon/assets/tokens/tokenParameter.svg +0 -3
  1256. package/src/components/icon/assets/tokens/tokenProperty.js +0 -17
  1257. package/src/components/icon/assets/tokens/tokenProperty.svg +0 -3
  1258. package/src/components/icon/assets/tokens/tokenRepo.js +0 -17
  1259. package/src/components/icon/assets/tokens/tokenRepo.svg +0 -3
  1260. package/src/components/icon/assets/tokens/tokenString.js +0 -14
  1261. package/src/components/icon/assets/tokens/tokenString.svg +0 -3
  1262. package/src/components/icon/assets/tokens/tokenStruct.js +0 -17
  1263. package/src/components/icon/assets/tokens/tokenStruct.svg +0 -3
  1264. package/src/components/icon/assets/tokens/tokenSymbol.js +0 -14
  1265. package/src/components/icon/assets/tokens/tokenSymbol.svg +0 -3
  1266. package/src/components/icon/assets/tokens/tokenVariable.js +0 -17
  1267. package/src/components/icon/assets/tokens/tokenVariable.svg +0 -3
  1268. package/src/components/icon/assets/trash.js +0 -20
  1269. package/src/components/icon/assets/trash.svg +0 -8
  1270. package/src/components/icon/assets/user.js +0 -17
  1271. package/src/components/icon/assets/user.svg +0 -6
  1272. package/src/components/icon/assets/vector.js +0 -14
  1273. package/src/components/icon/assets/vector.svg +0 -3
  1274. package/src/components/icon/assets/vis_area.js +0 -14
  1275. package/src/components/icon/assets/vis_area.svg +0 -3
  1276. package/src/components/icon/assets/vis_bar_horizontal.js +0 -14
  1277. package/src/components/icon/assets/vis_bar_horizontal.svg +0 -3
  1278. package/src/components/icon/assets/vis_bar_vertical.js +0 -14
  1279. package/src/components/icon/assets/vis_bar_vertical.svg +0 -3
  1280. package/src/components/icon/assets/vis_controls.js +0 -20
  1281. package/src/components/icon/assets/vis_controls.svg +0 -8
  1282. package/src/components/icon/assets/vis_gauge.js +0 -14
  1283. package/src/components/icon/assets/vis_gauge.svg +0 -3
  1284. package/src/components/icon/assets/vis_goal.js +0 -14
  1285. package/src/components/icon/assets/vis_goal.svg +0 -3
  1286. package/src/components/icon/assets/vis_heatmap.js +0 -14
  1287. package/src/components/icon/assets/vis_heatmap.svg +0 -3
  1288. package/src/components/icon/assets/vis_line.js +0 -14
  1289. package/src/components/icon/assets/vis_line.svg +0 -3
  1290. package/src/components/icon/assets/vis_map_coordinate.js +0 -14
  1291. package/src/components/icon/assets/vis_map_coordinate.svg +0 -3
  1292. package/src/components/icon/assets/vis_map_region.js +0 -14
  1293. package/src/components/icon/assets/vis_map_region.svg +0 -3
  1294. package/src/components/icon/assets/vis_metric.js +0 -14
  1295. package/src/components/icon/assets/vis_metric.svg +0 -3
  1296. package/src/components/icon/assets/vis_pie.js +0 -14
  1297. package/src/components/icon/assets/vis_pie.svg +0 -3
  1298. package/src/components/icon/assets/vis_table.js +0 -14
  1299. package/src/components/icon/assets/vis_table.svg +0 -3
  1300. package/src/components/icon/assets/vis_tag_cloud.js +0 -14
  1301. package/src/components/icon/assets/vis_tag_cloud.svg +0 -3
  1302. package/src/components/icon/assets/vis_text.js +0 -14
  1303. package/src/components/icon/assets/vis_text.svg +0 -3
  1304. package/src/components/icon/assets/vis_timelion.js +0 -14
  1305. package/src/components/icon/assets/vis_timelion.svg +0 -3
  1306. package/src/components/icon/assets/vis_vega.js +0 -14
  1307. package/src/components/icon/assets/vis_vega.svg +0 -3
  1308. package/src/components/icon/assets/vis_visual_builder.js +0 -14
  1309. package/src/components/icon/assets/vis_visual_builder.svg +0 -3
  1310. package/src/components/icon/assets/wrench.js +0 -14
  1311. package/src/components/icon/assets/wrench.svg +0 -3
  1312. package/src/components/icon/icon.test.tsx +0 -77
  1313. package/src/components/icon/icon.tsx +0 -565
  1314. package/src/components/icon/index.ts +0 -10
  1315. package/src/components/image/__snapshots__/image.test.js.snap +0 -18
  1316. package/src/components/image/image.js +0 -153
  1317. package/src/components/image/image.test.js +0 -15
  1318. package/src/components/image/index.js +0 -1
  1319. package/src/components/index.d.ts +0 -33
  1320. package/src/components/index.js +0 -267
  1321. package/src/components/key_pad_menu/__snapshots__/key_pad_menu.test.js.snap +0 -10
  1322. package/src/components/key_pad_menu/__snapshots__/key_pad_menu_item.test.js.snap +0 -72
  1323. package/src/components/key_pad_menu/index.d.ts +0 -35
  1324. package/src/components/key_pad_menu/index.js +0 -6
  1325. package/src/components/key_pad_menu/key_pad_menu.js +0 -18
  1326. package/src/components/key_pad_menu/key_pad_menu.test.js +0 -13
  1327. package/src/components/key_pad_menu/key_pad_menu_item.js +0 -128
  1328. package/src/components/key_pad_menu/key_pad_menu_item.test.js +0 -71
  1329. package/src/components/link/__snapshots__/link.test.js.snap +0 -125
  1330. package/src/components/link/index.d.ts +0 -50
  1331. package/src/components/link/index.js +0 -1
  1332. package/src/components/link/link.js +0 -70
  1333. package/src/components/link/link.test.js +0 -77
  1334. package/src/components/list_group/__snapshots__/list_group.test.js.snap +0 -9
  1335. package/src/components/list_group/__snapshots__/list_group_item.test.js.snap +0 -326
  1336. package/src/components/list_group/index.d.ts +0 -73
  1337. package/src/components/list_group/index.js +0 -3
  1338. package/src/components/list_group/list_group.js +0 -114
  1339. package/src/components/list_group/list_group.test.js +0 -13
  1340. package/src/components/list_group/list_group_item.js +0 -218
  1341. package/src/components/list_group/list_group_item.test.js +0 -172
  1342. package/src/components/loading/__snapshots__/loading_chart.test.tsx.snap +0 -98
  1343. package/src/components/loading/__snapshots__/loading_content.test.tsx.snap +0 -486
  1344. package/src/components/loading/__snapshots__/loading_kibana.test.tsx.snap +0 -79
  1345. package/src/components/loading/__snapshots__/loading_spinner.test.tsx.snap +0 -33
  1346. package/src/components/loading/index.ts +0 -4
  1347. package/src/components/loading/loading_chart.test.tsx +0 -28
  1348. package/src/components/loading/loading_chart.tsx +0 -40
  1349. package/src/components/loading/loading_content.test.tsx +0 -25
  1350. package/src/components/loading/loading_content.tsx +0 -29
  1351. package/src/components/loading/loading_kibana.test.tsx +0 -23
  1352. package/src/components/loading/loading_kibana.tsx +0 -34
  1353. package/src/components/loading/loading_spinner.test.tsx +0 -23
  1354. package/src/components/loading/loading_spinner.tsx +0 -29
  1355. package/src/components/modal/__snapshots__/confirm_modal.test.js.snap +0 -205
  1356. package/src/components/modal/__snapshots__/modal.test.js.snap +0 -52
  1357. package/src/components/modal/__snapshots__/modal_body.test.tsx.snap +0 -15
  1358. package/src/components/modal/__snapshots__/modal_footer.test.tsx.snap +0 -11
  1359. package/src/components/modal/__snapshots__/modal_header.test.tsx.snap +0 -11
  1360. package/src/components/modal/__snapshots__/modal_header_title.test.tsx.snap +0 -11
  1361. package/src/components/modal/confirm_modal.js +0 -141
  1362. package/src/components/modal/confirm_modal.test.js +0 -161
  1363. package/src/components/modal/index.d.ts +0 -103
  1364. package/src/components/modal/index.js +0 -10
  1365. package/src/components/modal/modal.js +0 -105
  1366. package/src/components/modal/modal.test.js +0 -15
  1367. package/src/components/modal/modal_body.test.tsx +0 -10
  1368. package/src/components/modal/modal_body.tsx +0 -20
  1369. package/src/components/modal/modal_footer.test.tsx +0 -12
  1370. package/src/components/modal/modal_footer.tsx +0 -20
  1371. package/src/components/modal/modal_header.test.tsx +0 -12
  1372. package/src/components/modal/modal_header.tsx +0 -20
  1373. package/src/components/modal/modal_header_title.test.tsx +0 -12
  1374. package/src/components/modal/modal_header_title.tsx +0 -20
  1375. package/src/components/nav_drawer/index.js +0 -5
  1376. package/src/components/nav_drawer/nav_drawer.js +0 -280
  1377. package/src/components/nav_drawer/nav_drawer_flyout.js +0 -58
  1378. package/src/components/nav_drawer/nav_drawer_group.js +0 -72
  1379. package/src/components/observer/mutation_observer/index.ts +0 -1
  1380. package/src/components/observer/mutation_observer/mutation_observer.test.tsx +0 -43
  1381. package/src/components/observer/mutation_observer/mutation_observer.ts +0 -18
  1382. package/src/components/observer/observer.ts +0 -52
  1383. package/src/components/observer/resize_observer/index.ts +0 -1
  1384. package/src/components/observer/resize_observer/resize_observer.test.tsx +0 -47
  1385. package/src/components/observer/resize_observer/resize_observer.tsx +0 -47
  1386. package/src/components/outside_click_detector/__snapshots__/outside_click_detector.test.js.snap +0 -3
  1387. package/src/components/outside_click_detector/index.js +0 -1
  1388. package/src/components/outside_click_detector/outside_click_detector.js +0 -117
  1389. package/src/components/outside_click_detector/outside_click_detector.test.js +0 -66
  1390. package/src/components/overlay_mask/index.ts +0 -1
  1391. package/src/components/overlay_mask/overlay_mask.tsx +0 -65
  1392. package/src/components/page/__snapshots__/page.test.js.snap +0 -35
  1393. package/src/components/page/index.d.ts +0 -91
  1394. package/src/components/page/index.js +0 -14
  1395. package/src/components/page/page.js +0 -53
  1396. package/src/components/page/page.test.js +0 -39
  1397. package/src/components/page/page_body/__snapshots__/page_body.test.js.snap +0 -35
  1398. package/src/components/page/page_body/index.js +0 -1
  1399. package/src/components/page/page_body/page_body.js +0 -53
  1400. package/src/components/page/page_body/page_body.test.js +0 -39
  1401. package/src/components/page/page_content/__snapshots__/page_content.test.js.snap +0 -9
  1402. package/src/components/page/page_content/__snapshots__/page_content_body.test.js.snap +0 -9
  1403. package/src/components/page/page_content/__snapshots__/page_content_header.test.js.snap +0 -9
  1404. package/src/components/page/page_content/__snapshots__/page_content_header_section.test.js.snap +0 -9
  1405. package/src/components/page/page_content/index.js +0 -4
  1406. package/src/components/page/page_content/page_content.js +0 -52
  1407. package/src/components/page/page_content/page_content.test.js +0 -13
  1408. package/src/components/page/page_content/page_content_body.js +0 -18
  1409. package/src/components/page/page_content/page_content_body.test.js +0 -13
  1410. package/src/components/page/page_content/page_content_header.js +0 -38
  1411. package/src/components/page/page_content/page_content_header.test.js +0 -13
  1412. package/src/components/page/page_content/page_content_header_section.js +0 -22
  1413. package/src/components/page/page_content/page_content_header_section.test.js +0 -15
  1414. package/src/components/page/page_header/__snapshots__/page_header.test.js.snap +0 -9
  1415. package/src/components/page/page_header/__snapshots__/page_header_section.test.js.snap +0 -9
  1416. package/src/components/page/page_header/index.js +0 -2
  1417. package/src/components/page/page_header/page_header.js +0 -33
  1418. package/src/components/page/page_header/page_header.test.js +0 -13
  1419. package/src/components/page/page_header/page_header_section.js +0 -18
  1420. package/src/components/page/page_header/page_header_section.test.js +0 -13
  1421. package/src/components/page/page_side_bar/__snapshots__/page_side_bar.test.js.snap +0 -9
  1422. package/src/components/page/page_side_bar/index.js +0 -1
  1423. package/src/components/page/page_side_bar/page_side_bar.js +0 -18
  1424. package/src/components/page/page_side_bar/page_side_bar.test.js +0 -13
  1425. package/src/components/pagination/__snapshots__/pagination.test.js.snap +0 -3
  1426. package/src/components/pagination/__snapshots__/pagination_button.test.js.snap +0 -18
  1427. package/src/components/pagination/index.d.ts +0 -42
  1428. package/src/components/pagination/index.js +0 -3
  1429. package/src/components/pagination/pagination.js +0 -197
  1430. package/src/components/pagination/pagination.test.js +0 -15
  1431. package/src/components/pagination/pagination_button.js +0 -43
  1432. package/src/components/pagination/pagination_button.test.js +0 -13
  1433. package/src/components/panel/__snapshots__/panel.test.js.snap +0 -9
  1434. package/src/components/panel/index.d.ts +0 -24
  1435. package/src/components/panel/index.js +0 -1
  1436. package/src/components/panel/panel.js +0 -113
  1437. package/src/components/panel/panel.test.js +0 -13
  1438. package/src/components/popover/__snapshots__/popover.test.js.snap +0 -350
  1439. package/src/components/popover/__snapshots__/popover_footer.test.tsx.snap +0 -9
  1440. package/src/components/popover/__snapshots__/popover_title.test.tsx.snap +0 -9
  1441. package/src/components/popover/index.d.ts +0 -64
  1442. package/src/components/popover/index.js +0 -4
  1443. package/src/components/popover/popover.js +0 -562
  1444. package/src/components/popover/popover.test.js +0 -262
  1445. package/src/components/popover/popover_footer.test.tsx +0 -13
  1446. package/src/components/popover/popover_footer.tsx +0 -21
  1447. package/src/components/popover/popover_title.test.tsx +0 -13
  1448. package/src/components/popover/popover_title.tsx +0 -21
  1449. package/src/components/popover/wrapping_popover.js +0 -60
  1450. package/src/components/portal/__snapshots__/portal.test.tsx.snap +0 -17
  1451. package/src/components/portal/index.ts +0 -1
  1452. package/src/components/portal/portal.test.tsx +0 -15
  1453. package/src/components/portal/portal.tsx +0 -71
  1454. package/src/components/progress/__snapshots__/progress.test.tsx.snap +0 -9
  1455. package/src/components/progress/index.ts +0 -1
  1456. package/src/components/progress/progress.test.tsx +0 -13
  1457. package/src/components/progress/progress.tsx +0 -96
  1458. package/src/components/responsive/__snapshots__/hide_from.test.js.snap +0 -41
  1459. package/src/components/responsive/__snapshots__/show_for.test.js.snap +0 -41
  1460. package/src/components/responsive/hide_from.js +0 -36
  1461. package/src/components/responsive/hide_from.test.js +0 -17
  1462. package/src/components/responsive/index.js +0 -3
  1463. package/src/components/responsive/show_for.js +0 -36
  1464. package/src/components/responsive/show_for.test.js +0 -17
  1465. package/src/components/search_bar/__snapshots__/search_bar.test.js.snap +0 -186
  1466. package/src/components/search_bar/__snapshots__/search_box.test.js.snap +0 -33
  1467. package/src/components/search_bar/__snapshots__/search_filters.test.js.snap +0 -70
  1468. package/src/components/search_bar/filters/__snapshots__/field_value_selection_filter.test.js.snap +0 -486
  1469. package/src/components/search_bar/filters/__snapshots__/field_value_toggle_filter.test.js.snap +0 -57
  1470. package/src/components/search_bar/filters/__snapshots__/field_value_toggle_group_filter.test.js.snap +0 -133
  1471. package/src/components/search_bar/filters/__snapshots__/is_filter.test.js.snap +0 -15
  1472. package/src/components/search_bar/filters/field_value_selection_filter.js +0 -447
  1473. package/src/components/search_bar/filters/field_value_selection_filter.test.js +0 -272
  1474. package/src/components/search_bar/filters/field_value_toggle_filter.js +0 -74
  1475. package/src/components/search_bar/filters/field_value_toggle_filter.test.js +0 -80
  1476. package/src/components/search_bar/filters/field_value_toggle_group_filter.js +0 -86
  1477. package/src/components/search_bar/filters/field_value_toggle_group_filter.test.js +0 -112
  1478. package/src/components/search_bar/filters/filters.js +0 -38
  1479. package/src/components/search_bar/filters/index.js +0 -1
  1480. package/src/components/search_bar/filters/is_filter.js +0 -67
  1481. package/src/components/search_bar/filters/is_filter.test.js +0 -25
  1482. package/src/components/search_bar/index.js +0 -3
  1483. package/src/components/search_bar/query/__snapshots__/ast_to_es_query_dsl.test.js.snap +0 -418
  1484. package/src/components/search_bar/query/__snapshots__/ast_to_es_query_string.test.js.snap +0 -25
  1485. package/src/components/search_bar/query/ast.js +0 -503
  1486. package/src/components/search_bar/query/ast_to_es_query_dsl.js +0 -319
  1487. package/src/components/search_bar/query/ast_to_es_query_dsl.test.js +0 -162
  1488. package/src/components/search_bar/query/ast_to_es_query_string.js +0 -181
  1489. package/src/components/search_bar/query/ast_to_es_query_string.test.js +0 -164
  1490. package/src/components/search_bar/query/date_format.js +0 -382
  1491. package/src/components/search_bar/query/date_format.test.js +0 -344
  1492. package/src/components/search_bar/query/date_value.js +0 -65
  1493. package/src/components/search_bar/query/date_value.test.js +0 -19
  1494. package/src/components/search_bar/query/default_syntax.js +0 -451
  1495. package/src/components/search_bar/query/default_syntax.test.js +0 -1102
  1496. package/src/components/search_bar/query/execute_ast.js +0 -162
  1497. package/src/components/search_bar/query/execute_ast.test.js +0 -451
  1498. package/src/components/search_bar/query/index.js +0 -3
  1499. package/src/components/search_bar/query/operators.js +0 -171
  1500. package/src/components/search_bar/query/operators.test.js +0 -582
  1501. package/src/components/search_bar/query/query.js +0 -178
  1502. package/src/components/search_bar/search_bar.js +0 -190
  1503. package/src/components/search_bar/search_bar.test.js +0 -97
  1504. package/src/components/search_bar/search_box.js +0 -76
  1505. package/src/components/search_bar/search_box.test.js +0 -32
  1506. package/src/components/search_bar/search_filters.js +0 -37
  1507. package/src/components/search_bar/search_filters.test.js +0 -45
  1508. package/src/components/selectable/__snapshots__/selectable.test.tsx.snap +0 -51
  1509. package/src/components/selectable/index.ts +0 -4
  1510. package/src/components/selectable/matching_options.ts +0 -82
  1511. package/src/components/selectable/selectable.test.tsx +0 -93
  1512. package/src/components/selectable/selectable.tsx +0 -369
  1513. package/src/components/selectable/selectable_list/__snapshots__/selectable_list.test.tsx.snap +0 -283
  1514. package/src/components/selectable/selectable_list/__snapshots__/selectable_list_item.test.tsx.snap +0 -200
  1515. package/src/components/selectable/selectable_list/index.ts +0 -2
  1516. package/src/components/selectable/selectable_list/selectable_list.test.tsx +0 -213
  1517. package/src/components/selectable/selectable_list/selectable_list.tsx +0 -283
  1518. package/src/components/selectable/selectable_list/selectable_list_item.test.tsx +0 -57
  1519. package/src/components/selectable/selectable_list/selectable_list_item.tsx +0 -117
  1520. package/src/components/selectable/selectable_message/__snapshots__/selectable_message.test.tsx.snap +0 -13
  1521. package/src/components/selectable/selectable_message/index.ts +0 -1
  1522. package/src/components/selectable/selectable_message/selectable_message.test.tsx +0 -13
  1523. package/src/components/selectable/selectable_message/selectable_message.tsx +0 -22
  1524. package/src/components/selectable/selectable_search/__snapshots__/selectable_search.test.tsx.snap +0 -71
  1525. package/src/components/selectable/selectable_search/index.ts +0 -1
  1526. package/src/components/selectable/selectable_search/selectable_search.test.tsx +0 -25
  1527. package/src/components/selectable/selectable_search/selectable_search.tsx +0 -82
  1528. package/src/components/selectable/types.tsx +0 -31
  1529. package/src/components/series_chart/__snapshots__/selection_brush.test.js.snap +0 -448
  1530. package/src/components/series_chart/__snapshots__/series_chart.test.js.snap +0 -42
  1531. package/src/components/series_chart/axis/__snapshots__/default_axis.test.js.snap +0 -952
  1532. package/src/components/series_chart/axis/__snapshots__/horizontal_grid.test.js.snap +0 -85
  1533. package/src/components/series_chart/axis/__snapshots__/vertical_grid.test.js.snap +0 -120
  1534. package/src/components/series_chart/axis/__snapshots__/x_axis.test.js.snap +0 -275
  1535. package/src/components/series_chart/axis/__snapshots__/y_axis.test.js.snap +0 -175
  1536. package/src/components/series_chart/axis/default_axis.js +0 -60
  1537. package/src/components/series_chart/axis/default_axis.test.js +0 -47
  1538. package/src/components/series_chart/axis/horizontal_grid.js +0 -15
  1539. package/src/components/series_chart/axis/horizontal_grid.test.js +0 -34
  1540. package/src/components/series_chart/axis/index.js +0 -5
  1541. package/src/components/series_chart/axis/vertical_grid.js +0 -15
  1542. package/src/components/series_chart/axis/vertical_grid.test.js +0 -34
  1543. package/src/components/series_chart/axis/x_axis.js +0 -71
  1544. package/src/components/series_chart/axis/x_axis.test.js +0 -26
  1545. package/src/components/series_chart/axis/y_axis.js +0 -71
  1546. package/src/components/series_chart/axis/y_axis.test.js +0 -26
  1547. package/src/components/series_chart/crosshairs/__snapshots__/crosshair_x.test.js.snap +0 -45
  1548. package/src/components/series_chart/crosshairs/__snapshots__/crosshair_y.test.js.snap +0 -45
  1549. package/src/components/series_chart/crosshairs/crosshair_x.js +0 -211
  1550. package/src/components/series_chart/crosshairs/crosshair_x.test.js +0 -128
  1551. package/src/components/series_chart/crosshairs/crosshair_y.js +0 -393
  1552. package/src/components/series_chart/crosshairs/crosshair_y.test.js +0 -132
  1553. package/src/components/series_chart/crosshairs/index.js +0 -2
  1554. package/src/components/series_chart/index.js +0 -14
  1555. package/src/components/series_chart/legend.js +0 -74
  1556. package/src/components/series_chart/legend_item.js +0 -46
  1557. package/src/components/series_chart/line_annotation.js +0 -128
  1558. package/src/components/series_chart/selection_brush.js +0 -221
  1559. package/src/components/series_chart/selection_brush.test.js +0 -453
  1560. package/src/components/series_chart/series/__snapshots__/area_series.test.js.snap +0 -4151
  1561. package/src/components/series_chart/series/__snapshots__/horizontal_bar_series.test.js.snap +0 -1150
  1562. package/src/components/series_chart/series/__snapshots__/horizontal_rect_series.test.js.snap +0 -1231
  1563. package/src/components/series_chart/series/__snapshots__/line_series.test.js.snap +0 -8234
  1564. package/src/components/series_chart/series/__snapshots__/vertical_bar_series.test.js.snap +0 -1299
  1565. package/src/components/series_chart/series/__snapshots__/vertical_rect_series.test.js.snap +0 -1339
  1566. package/src/components/series_chart/series/area_series.js +0 -112
  1567. package/src/components/series_chart/series/area_series.test.js +0 -133
  1568. package/src/components/series_chart/series/bar_series.js +0 -92
  1569. package/src/components/series_chart/series/histogram_series.js +0 -88
  1570. package/src/components/series_chart/series/horizontal_bar_series.js +0 -63
  1571. package/src/components/series_chart/series/horizontal_bar_series.test.js +0 -101
  1572. package/src/components/series_chart/series/horizontal_rect_series.js +0 -64
  1573. package/src/components/series_chart/series/horizontal_rect_series.test.js +0 -101
  1574. package/src/components/series_chart/series/index.js +0 -8
  1575. package/src/components/series_chart/series/line_series.js +0 -99
  1576. package/src/components/series_chart/series/line_series.test.js +0 -151
  1577. package/src/components/series_chart/series/vertical_bar_series.js +0 -63
  1578. package/src/components/series_chart/series/vertical_bar_series.test.js +0 -179
  1579. package/src/components/series_chart/series/vertical_rect_series.js +0 -64
  1580. package/src/components/series_chart/series/vertical_rect_series.test.js +0 -183
  1581. package/src/components/series_chart/series_chart.js +0 -249
  1582. package/src/components/series_chart/series_chart.test.js +0 -136
  1583. package/src/components/series_chart/status-text.js +0 -37
  1584. package/src/components/series_chart/tooltip.js +0 -84
  1585. package/src/components/series_chart/utils/axis_utils.js +0 -28
  1586. package/src/components/series_chart/utils/chart_utils.js +0 -60
  1587. package/src/components/series_chart/utils/flexible.js +0 -43
  1588. package/src/components/series_chart/utils/index.js +0 -3
  1589. package/src/components/series_chart/utils/series_utils.js +0 -34
  1590. package/src/components/series_chart/utils/text_utils.js +0 -34
  1591. package/src/components/series_chart/utils/visualization_color_type.js +0 -16
  1592. package/src/components/side_nav/__snapshots__/side_nav.test.js.snap +0 -638
  1593. package/src/components/side_nav/__snapshots__/side_nav_item.test.js.snap +0 -91
  1594. package/src/components/side_nav/index.js +0 -1
  1595. package/src/components/side_nav/side_nav.js +0 -167
  1596. package/src/components/side_nav/side_nav.test.js +0 -196
  1597. package/src/components/side_nav/side_nav_item.js +0 -123
  1598. package/src/components/side_nav/side_nav_item.test.js +0 -49
  1599. package/src/components/spacer/__snapshots__/spacer.test.tsx.snap +0 -9
  1600. package/src/components/spacer/index.ts +0 -1
  1601. package/src/components/spacer/spacer.test.tsx +0 -13
  1602. package/src/components/spacer/spacer.tsx +0 -32
  1603. package/src/components/stat/__snapshots__/stat.test.tsx.snap +0 -405
  1604. package/src/components/stat/index.ts +0 -1
  1605. package/src/components/stat/stat.test.tsx +0 -75
  1606. package/src/components/stat/stat.tsx +0 -142
  1607. package/src/components/steps/__snapshots__/step.test.js.snap +0 -32
  1608. package/src/components/steps/__snapshots__/step_horizontal.test.js.snap +0 -30
  1609. package/src/components/steps/__snapshots__/step_number.test.tsx.snap +0 -79
  1610. package/src/components/steps/__snapshots__/steps.test.js.snap +0 -256
  1611. package/src/components/steps/__snapshots__/steps_horizontal.test.js.snap +0 -115
  1612. package/src/components/steps/__snapshots__/sub_steps.test.js.snap +0 -9
  1613. package/src/components/steps/index.d.ts +0 -86
  1614. package/src/components/steps/index.js +0 -7
  1615. package/src/components/steps/step.js +0 -75
  1616. package/src/components/steps/step.test.js +0 -21
  1617. package/src/components/steps/step_horizontal.js +0 -112
  1618. package/src/components/steps/step_horizontal.test.js +0 -49
  1619. package/src/components/steps/step_number.test.tsx +0 -35
  1620. package/src/components/steps/step_number.tsx +0 -98
  1621. package/src/components/steps/steps.js +0 -65
  1622. package/src/components/steps/steps.test.js +0 -45
  1623. package/src/components/steps/steps_horizontal.js +0 -51
  1624. package/src/components/steps/steps_horizontal.test.js +0 -37
  1625. package/src/components/steps/sub_steps.js +0 -18
  1626. package/src/components/steps/sub_steps.test.js +0 -13
  1627. package/src/components/table/__snapshots__/table.test.js.snap +0 -80
  1628. package/src/components/table/__snapshots__/table_footer.test.js.snap +0 -14
  1629. package/src/components/table/__snapshots__/table_footer_cell.test.js.snap +0 -61
  1630. package/src/components/table/__snapshots__/table_header.test.js.snap +0 -14
  1631. package/src/components/table/__snapshots__/table_header_button.test.js.snap +0 -12
  1632. package/src/components/table/__snapshots__/table_header_cell.test.js.snap +0 -69
  1633. package/src/components/table/__snapshots__/table_header_cell_checkbox.test.tsx.snap +0 -14
  1634. package/src/components/table/__snapshots__/table_row.test.js.snap +0 -41
  1635. package/src/components/table/__snapshots__/table_row_cell.test.js.snap +0 -127
  1636. package/src/components/table/__snapshots__/table_row_cell_checkbox.test.tsx.snap +0 -13
  1637. package/src/components/table/index.d.ts +0 -177
  1638. package/src/components/table/index.js +0 -15
  1639. package/src/components/table/mobile/__snapshots__/table_header_mobile.test.tsx.snap +0 -9
  1640. package/src/components/table/mobile/__snapshots__/table_sort_mobile.test.js.snap +0 -42
  1641. package/src/components/table/mobile/__snapshots__/table_sort_mobile_item.test.js.snap +0 -26
  1642. package/src/components/table/mobile/index.d.ts +0 -1
  1643. package/src/components/table/mobile/index.js +0 -5
  1644. package/src/components/table/mobile/table_header_mobile.test.tsx +0 -13
  1645. package/src/components/table/mobile/table_header_mobile.tsx +0 -15
  1646. package/src/components/table/mobile/table_sort_mobile.js +0 -88
  1647. package/src/components/table/mobile/table_sort_mobile.test.js +0 -13
  1648. package/src/components/table/mobile/table_sort_mobile_item.js +0 -57
  1649. package/src/components/table/mobile/table_sort_mobile_item.test.js +0 -13
  1650. package/src/components/table/table.js +0 -33
  1651. package/src/components/table/table.test.js +0 -30
  1652. package/src/components/table/table_body.js +0 -15
  1653. package/src/components/table/table_footer.js +0 -15
  1654. package/src/components/table/table_footer.test.js +0 -15
  1655. package/src/components/table/table_footer_cell.js +0 -44
  1656. package/src/components/table/table_footer_cell.test.js +0 -37
  1657. package/src/components/table/table_header.js +0 -15
  1658. package/src/components/table/table_header.test.js +0 -15
  1659. package/src/components/table/table_header_button.js +0 -41
  1660. package/src/components/table/table_header_button.test.js +0 -13
  1661. package/src/components/table/table_header_cell.js +0 -149
  1662. package/src/components/table/table_header_cell.test.js +0 -35
  1663. package/src/components/table/table_header_cell_checkbox.test.tsx +0 -13
  1664. package/src/components/table/table_header_cell_checkbox.tsx +0 -28
  1665. package/src/components/table/table_pagination/__snapshots__/table_pagination.test.js.snap +0 -296
  1666. package/src/components/table/table_pagination/index.d.ts +0 -23
  1667. package/src/components/table/table_pagination/index.js +0 -1
  1668. package/src/components/table/table_pagination/table_pagination.js +0 -122
  1669. package/src/components/table/table_pagination/table_pagination.test.js +0 -32
  1670. package/src/components/table/table_row.js +0 -55
  1671. package/src/components/table/table_row.test.js +0 -29
  1672. package/src/components/table/table_row_cell.js +0 -230
  1673. package/src/components/table/table_row_cell.test.js +0 -75
  1674. package/src/components/table/table_row_cell_checkbox.test.tsx +0 -13
  1675. package/src/components/table/table_row_cell_checkbox.tsx +0 -15
  1676. package/src/components/tabs/__snapshots__/tab.test.js.snap +0 -35
  1677. package/src/components/tabs/__snapshots__/tabs.test.js.snap +0 -31
  1678. package/src/components/tabs/index.d.ts +0 -54
  1679. package/src/components/tabs/index.js +0 -3
  1680. package/src/components/tabs/tab.js +0 -43
  1681. package/src/components/tabs/tab.test.js +0 -40
  1682. package/src/components/tabs/tabbed_content/__snapshots__/tabbed_content.test.js.snap +0 -491
  1683. package/src/components/tabs/tabbed_content/index.js +0 -1
  1684. package/src/components/tabs/tabbed_content/tabbed_content.js +0 -185
  1685. package/src/components/tabs/tabbed_content/tabbed_content.test.js +0 -131
  1686. package/src/components/tabs/tabs.js +0 -63
  1687. package/src/components/tabs/tabs.test.js +0 -36
  1688. package/src/components/text/__snapshots__/text.test.tsx.snap +0 -25
  1689. package/src/components/text/__snapshots__/text_align.test.tsx.snap +0 -9
  1690. package/src/components/text/__snapshots__/text_color.test.tsx.snap +0 -9
  1691. package/src/components/text/index.ts +0 -3
  1692. package/src/components/text/text.test.tsx +0 -31
  1693. package/src/components/text/text.tsx +0 -67
  1694. package/src/components/text/text_align.test.tsx +0 -13
  1695. package/src/components/text/text_align.tsx +0 -37
  1696. package/src/components/text/text_color.test.tsx +0 -13
  1697. package/src/components/text/text_color.tsx +0 -47
  1698. package/src/components/title/__snapshots__/title.test.tsx.snap +0 -11
  1699. package/src/components/title/index.ts +0 -1
  1700. package/src/components/title/title.test.tsx +0 -17
  1701. package/src/components/title/title.tsx +0 -51
  1702. package/src/components/toast/__snapshots__/global_toast_list.test.tsx.snap +0 -124
  1703. package/src/components/toast/__snapshots__/global_toast_list_item.test.tsx.snap +0 -9
  1704. package/src/components/toast/__snapshots__/toast.test.tsx.snap +0 -296
  1705. package/src/components/toast/global_toast_list.test.tsx +0 -137
  1706. package/src/components/toast/global_toast_list.tsx +0 -267
  1707. package/src/components/toast/global_toast_list_item.test.tsx +0 -16
  1708. package/src/components/toast/global_toast_list_item.tsx +0 -28
  1709. package/src/components/toast/index.ts +0 -8
  1710. package/src/components/toast/toast.test.tsx +0 -56
  1711. package/src/components/toast/toast.tsx +0 -125
  1712. package/src/components/toggle/__snapshots__/toggle.test.tsx.snap +0 -15
  1713. package/src/components/toggle/index.ts +0 -1
  1714. package/src/components/toggle/toggle.test.tsx +0 -15
  1715. package/src/components/toggle/toggle.tsx +0 -87
  1716. package/src/components/token/__snapshots__/token.test.tsx.snap +0 -256
  1717. package/src/components/token/index.ts +0 -6
  1718. package/src/components/token/token.test.tsx +0 -85
  1719. package/src/components/token/token.tsx +0 -120
  1720. package/src/components/token/token_map.ts +0 -189
  1721. package/src/components/tool_tip/__snapshots__/icon_tip.test.tsx.snap +0 -73
  1722. package/src/components/tool_tip/__snapshots__/tool_tip.test.tsx.snap +0 -13
  1723. package/src/components/tool_tip/__snapshots__/tool_tip_popover.test.tsx.snap +0 -9
  1724. package/src/components/tool_tip/icon_tip.test.tsx +0 -47
  1725. package/src/components/tool_tip/icon_tip.tsx +0 -62
  1726. package/src/components/tool_tip/index.ts +0 -7
  1727. package/src/components/tool_tip/tool_tip.test.tsx +0 -17
  1728. package/src/components/tool_tip/tool_tip.tsx +0 -327
  1729. package/src/components/tool_tip/tool_tip_popover.test.tsx +0 -15
  1730. package/src/components/tool_tip/tool_tip_popover.tsx +0 -68
  1731. package/src/custom_typings/index.d.ts +0 -9
  1732. package/src/experimental/index.js +0 -20
  1733. package/src/index.d.ts +0 -2
  1734. package/src/index.js +0 -8
  1735. package/src/services/accessibility/accessible_click_keys.ts +0 -7
  1736. package/src/services/accessibility/cascading_menu_key_codes.ts +0 -21
  1737. package/src/services/accessibility/combo_box_key_codes.ts +0 -18
  1738. package/src/services/accessibility/html_id_generator.test.ts +0 -41
  1739. package/src/services/accessibility/html_id_generator.ts +0 -13
  1740. package/src/services/accessibility/index.ts +0 -4
  1741. package/src/services/alignment.ts +0 -5
  1742. package/src/services/browser/browser.ts +0 -13
  1743. package/src/services/browser/index.ts +0 -1
  1744. package/src/services/color/color_palette.test.ts +0 -31
  1745. package/src/services/color/color_palette.ts +0 -98
  1746. package/src/services/color/color_types.ts +0 -14
  1747. package/src/services/color/eui_palettes.ts +0 -48
  1748. package/src/services/color/hex_to_hsv.test.ts +0 -19
  1749. package/src/services/color/hex_to_hsv.ts +0 -8
  1750. package/src/services/color/hex_to_rgb.test.ts +0 -19
  1751. package/src/services/color/hex_to_rgb.ts +0 -23
  1752. package/src/services/color/hsv_to_hex.test.ts +0 -26
  1753. package/src/services/color/hsv_to_hex.ts +0 -8
  1754. package/src/services/color/hsv_to_rgb.test.ts +0 -54
  1755. package/src/services/color/hsv_to_rgb.ts +0 -20
  1756. package/src/services/color/index.ts +0 -19
  1757. package/src/services/color/is_color_dark.test.ts +0 -35
  1758. package/src/services/color/is_color_dark.ts +0 -21
  1759. package/src/services/color/is_valid_hex.test.ts +0 -52
  1760. package/src/services/color/is_valid_hex.ts +0 -3
  1761. package/src/services/color/luminance_and_contrast.ts +0 -20
  1762. package/src/services/color/rgb_to_hex.test.ts +0 -50
  1763. package/src/services/color/rgb_to_hex.ts +0 -18
  1764. package/src/services/color/rgb_to_hsv.test.ts +0 -54
  1765. package/src/services/color/rgb_to_hsv.ts +0 -33
  1766. package/src/services/color/visualization_colors.ts +0 -17
  1767. package/src/services/copy_to_clipboard.ts +0 -51
  1768. package/src/services/format/format_auto.test.ts +0 -31
  1769. package/src/services/format/format_auto.ts +0 -44
  1770. package/src/services/format/format_boolean.test.ts +0 -14
  1771. package/src/services/format/format_boolean.ts +0 -12
  1772. package/src/services/format/format_date.test.ts +0 -184
  1773. package/src/services/format/format_date.ts +0 -115
  1774. package/src/services/format/format_number.test.ts +0 -50
  1775. package/src/services/format/format_number.ts +0 -41
  1776. package/src/services/format/format_text.test.ts +0 -25
  1777. package/src/services/format/format_text.ts +0 -12
  1778. package/src/services/format/index.ts +0 -5
  1779. package/src/services/index.ts +0 -62
  1780. package/src/services/key_codes.ts +0 -24
  1781. package/src/services/number/index.ts +0 -1
  1782. package/src/services/number/number.test.tsx +0 -70
  1783. package/src/services/number/number.ts +0 -31
  1784. package/src/services/objects.ts +0 -11
  1785. package/src/services/paging/index.ts +0 -1
  1786. package/src/services/paging/pager.test.ts +0 -169
  1787. package/src/services/paging/pager.ts +0 -97
  1788. package/src/services/popover/calculate_popover_position.ts +0 -146
  1789. package/src/services/popover/index.ts +0 -2
  1790. package/src/services/popover/popover_positioning.test.ts +0 -719
  1791. package/src/services/popover/popover_positioning.ts +0 -778
  1792. package/src/services/popover/types.ts +0 -1
  1793. package/src/services/predicate/common_predicates.test.ts +0 -48
  1794. package/src/services/predicate/common_predicates.ts +0 -29
  1795. package/src/services/predicate/index.ts +0 -2
  1796. package/src/services/predicate/lodash_predicates.ts +0 -18
  1797. package/src/services/random.test.ts +0 -79
  1798. package/src/services/random.ts +0 -72
  1799. package/src/services/security/get_secure_rel_for_target.test.ts +0 -171
  1800. package/src/services/security/get_secure_rel_for_target.ts +0 -34
  1801. package/src/services/security/index.ts +0 -1
  1802. package/src/services/sort/comparators.test.ts +0 -56
  1803. package/src/services/sort/comparators.ts +0 -66
  1804. package/src/services/sort/index.ts +0 -4
  1805. package/src/services/sort/property_sort.ts +0 -7
  1806. package/src/services/sort/sort_direction.ts +0 -19
  1807. package/src/services/sort/sortable_properties.test.ts +0 -162
  1808. package/src/services/sort/sortable_properties.ts +0 -126
  1809. package/src/services/string/index.ts +0 -2
  1810. package/src/services/string/to_case.test.ts +0 -17
  1811. package/src/services/string/to_case.ts +0 -13
  1812. package/src/services/string/to_initials.test.ts +0 -32
  1813. package/src/services/string/to_initials.ts +0 -56
  1814. package/src/services/time/index.ts +0 -1
  1815. package/src/services/time/timer.test.ts +0 -65
  1816. package/src/services/time/timer.ts +0 -42
  1817. package/src/services/url.test.ts +0 -33
  1818. package/src/services/url.ts +0 -16
  1819. package/src/services/utils.ts +0 -28
  1820. package/src/services/window_event/index.ts +0 -1
  1821. package/src/services/window_event/window_event.test.tsx +0 -59
  1822. package/src/services/window_event/window_event.ts +0 -40
  1823. package/src/test/find_test_subject.test.js +0 -56
  1824. package/src/test/find_test_subject.ts +0 -48
  1825. package/src/test/index.ts +0 -7
  1826. package/src/test/patch_random.ts +0 -10
  1827. package/src/test/react_warnings.ts +0 -26
  1828. package/src/test/required_props.ts +0 -7
  1829. package/src/test/take_mounted_snapshot.ts +0 -17
  1830. package/src/test/time_execution.ts +0 -25
  1831. package/src/themes/index.d.ts +0 -4
  1832. package/src/utils/index.ts +0 -1
  1833. package/src/utils/prop_types/__snapshots__/with_required_prop.test.ts.snap +0 -7
  1834. package/src/utils/prop_types/index.ts +0 -7
  1835. package/src/utils/prop_types/is.ts +0 -30
  1836. package/src/utils/prop_types/with_required_prop.test.ts +0 -83
  1837. package/src/utils/prop_types/with_required_prop.ts +0 -40
  1838. package/src/webpack.config.js +0 -95
  1839. package/tsconfig-builttypes.json +0 -6
  1840. package/tsconfig.json +0 -60
  1841. package/yarn.lock +0 -15790
@@ -1,4151 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`EuiAreaSeries all props are rendered 1`] = `
4
- <FlexibleEuiSeriesChart
5
- aria-label="aria-label"
6
- className="testClass1 testClass2"
7
- data-test-subj="test subject string"
8
- height={200}
9
- width={600}
10
- >
11
- <div
12
- style={
13
- Object {
14
- "height": "100%",
15
- "width": "100%",
16
- }
17
- }
18
- >
19
- <EuiSeriesChart
20
- animateData={true}
21
- aria-label="aria-label"
22
- className="testClass1 testClass2"
23
- data-test-subj="test subject string"
24
- enableSelectionBrush={false}
25
- height={200}
26
- margins={
27
- Object {
28
- "bottom": 40,
29
- "left": 40,
30
- "right": 10,
31
- "top": 10,
32
- }
33
- }
34
- orientation="vertical"
35
- selectionBrushOrientation="horizontal"
36
- showCrosshair={true}
37
- showDefaultAxis={true}
38
- width={600}
39
- xPadding={0}
40
- xType="linear"
41
- yPadding={0}
42
- yType="linear"
43
- >
44
- <div
45
- aria-label="aria-label"
46
- className="testClass1 testClass2 euiSeriesChartContainer"
47
- data-test-subj="test subject string"
48
- >
49
- <XYPlot
50
- animation={true}
51
- className=""
52
- dontCheckIfEmpty={true}
53
- height={200}
54
- margin={
55
- Object {
56
- "bottom": 40,
57
- "left": 40,
58
- "right": 10,
59
- "top": 10,
60
- }
61
- }
62
- style={
63
- Object {
64
- "height": "100%",
65
- "width": "100%",
66
- }
67
- }
68
- width={600}
69
- xPadding={0}
70
- xType="linear"
71
- yPadding={0}
72
- yType="linear"
73
- >
74
- <div
75
- className="rv-xy-plot "
76
- style={
77
- Object {
78
- "height": "200px",
79
- "width": "600px",
80
- }
81
- }
82
- >
83
- <svg
84
- className="rv-xy-plot__inner"
85
- height={200}
86
- onClick={[Function]}
87
- onDoubleClick={[Function]}
88
- onMouseDown={[Function]}
89
- onMouseEnter={[Function]}
90
- onMouseLeave={[Function]}
91
- onMouseMove={[Function]}
92
- onMouseUp={[Function]}
93
- onTouchCancel={[Function]}
94
- onTouchEnd={[Function]}
95
- onTouchMove={[Function]}
96
- onTouchStart={[Function]}
97
- onWheel={[Function]}
98
- style={
99
- Object {
100
- "height": "100%",
101
- "width": "100%",
102
- }
103
- }
104
- width={600}
105
- >
106
- <EuiAreaSeries
107
- _adjustBy={Array []}
108
- _adjustWhat={Array []}
109
- _allData={
110
- Array [
111
- Array [
112
- Object {
113
- "x": 0,
114
- "y": 5,
115
- },
116
- Object {
117
- "x": 1,
118
- "y": 10,
119
- },
120
- ],
121
- undefined,
122
- ]
123
- }
124
- _colorValue="#00B3A4"
125
- _opacityValue={1}
126
- _orientation="vertical"
127
- angleDomain={Array []}
128
- animation={true}
129
- clusters={
130
- Set {
131
- undefined,
132
- }
133
- }
134
- color="#00B3A4"
135
- colorDomain={Array []}
136
- colorRange={
137
- Array [
138
- "#EF5D28",
139
- "#FF9833",
140
- ]
141
- }
142
- curve="linear"
143
- data={
144
- Array [
145
- Object {
146
- "x": 0,
147
- "y": 5,
148
- },
149
- Object {
150
- "x": 1,
151
- "y": 10,
152
- },
153
- ]
154
- }
155
- fillDomain={Array []}
156
- fillOpacity={1}
157
- fillRange={
158
- Array [
159
- "#EF5D28",
160
- "#FF9833",
161
- ]
162
- }
163
- getAngle={[Function]}
164
- getAngle0={[Function]}
165
- getColor={[Function]}
166
- getColor0={[Function]}
167
- getFill={[Function]}
168
- getFill0={[Function]}
169
- getOpacity={[Function]}
170
- getOpacity0={[Function]}
171
- getRadius={[Function]}
172
- getRadius0={[Function]}
173
- getSize={[Function]}
174
- getSize0={[Function]}
175
- getStroke={[Function]}
176
- getStroke0={[Function]}
177
- getX={[Function]}
178
- getX0={[Function]}
179
- getY={[Function]}
180
- getY0={[Function]}
181
- id="chart-0"
182
- innerHeight={150}
183
- innerWidth={550}
184
- key=".0:$.0"
185
- lineSize={1}
186
- marginBottom={40}
187
- marginLeft={40}
188
- marginRight={10}
189
- marginTop={10}
190
- name="name"
191
- onSeriesClick={[MockFunction]}
192
- opacityDomain={Array []}
193
- opacityType="literal"
194
- radiusDomain={Array []}
195
- sameTypeIndex={0}
196
- sameTypeTotal={1}
197
- seriesIndex={0}
198
- sizeDomain={Array []}
199
- sizeRange={
200
- Array [
201
- 1,
202
- 10,
203
- ]
204
- }
205
- strokeDomain={Array []}
206
- strokeRange={
207
- Array [
208
- "#EF5D28",
209
- "#FF9833",
210
- ]
211
- }
212
- xDomain={
213
- Array [
214
- 0,
215
- 1,
216
- ]
217
- }
218
- xPadding={0}
219
- xRange={
220
- Array [
221
- 0,
222
- 550,
223
- ]
224
- }
225
- xType="linear"
226
- yDomain={
227
- Array [
228
- 5,
229
- 10,
230
- ]
231
- }
232
- yPadding={0}
233
- yRange={
234
- Array [
235
- 150,
236
- 0,
237
- ]
238
- }
239
- yType="linear"
240
- >
241
- <LineSeries
242
- _adjustBy={Array []}
243
- _adjustWhat={Array []}
244
- _allData={
245
- Array [
246
- Array [
247
- Object {
248
- "x": 0,
249
- "y": 5,
250
- },
251
- Object {
252
- "x": 1,
253
- "y": 10,
254
- },
255
- ],
256
- undefined,
257
- ]
258
- }
259
- _colorValue="#00B3A4"
260
- _opacityValue={1}
261
- _orientation="vertical"
262
- angleDomain={Array []}
263
- animation={true}
264
- className=""
265
- clusters={
266
- Set {
267
- undefined,
268
- }
269
- }
270
- color="#00B3A4"
271
- colorDomain={Array []}
272
- colorRange={
273
- Array [
274
- "#EF5D28",
275
- "#FF9833",
276
- ]
277
- }
278
- curve="linear"
279
- data={
280
- Array [
281
- Object {
282
- "x": 0,
283
- "y": 5,
284
- },
285
- Object {
286
- "x": 1,
287
- "y": 10,
288
- },
289
- ]
290
- }
291
- fillDomain={Array []}
292
- fillRange={
293
- Array [
294
- "#EF5D28",
295
- "#FF9833",
296
- ]
297
- }
298
- getAngle={[Function]}
299
- getAngle0={[Function]}
300
- getColor={[Function]}
301
- getColor0={[Function]}
302
- getFill={[Function]}
303
- getFill0={[Function]}
304
- getNull={[Function]}
305
- getOpacity={[Function]}
306
- getOpacity0={[Function]}
307
- getRadius={[Function]}
308
- getRadius0={[Function]}
309
- getSize={[Function]}
310
- getSize0={[Function]}
311
- getStroke={[Function]}
312
- getStroke0={[Function]}
313
- getX={[Function]}
314
- getX0={[Function]}
315
- getY={[Function]}
316
- getY0={[Function]}
317
- id="chart-0"
318
- innerHeight={150}
319
- innerWidth={550}
320
- key="name-line"
321
- marginBottom={40}
322
- marginLeft={40}
323
- marginRight={10}
324
- marginTop={10}
325
- onSeriesClick={[MockFunction]}
326
- opacity={1}
327
- opacityDomain={Array []}
328
- opacityType="literal"
329
- radiusDomain={Array []}
330
- sameTypeIndex={0}
331
- sameTypeTotal={1}
332
- seriesIndex={0}
333
- sizeDomain={Array []}
334
- sizeRange={
335
- Array [
336
- 1,
337
- 10,
338
- ]
339
- }
340
- stack={false}
341
- strokeDomain={Array []}
342
- strokeRange={
343
- Array [
344
- "#EF5D28",
345
- "#FF9833",
346
- ]
347
- }
348
- strokeStyle="solid"
349
- style={
350
- Object {
351
- "pointerEvents": "visiblestroke",
352
- "strokeWidth": 1,
353
- }
354
- }
355
- xDomain={
356
- Array [
357
- 0,
358
- 1,
359
- ]
360
- }
361
- xPadding={0}
362
- xRange={
363
- Array [
364
- 0,
365
- 550,
366
- ]
367
- }
368
- xType="linear"
369
- yDomain={
370
- Array [
371
- 5,
372
- 10,
373
- ]
374
- }
375
- yPadding={0}
376
- yRange={
377
- Array [
378
- 150,
379
- 0,
380
- ]
381
- }
382
- yType="linear"
383
- >
384
- <Animation
385
- _adjustBy={Array []}
386
- _adjustWhat={Array []}
387
- _allData={
388
- Array [
389
- Array [
390
- Object {
391
- "x": 0,
392
- "y": 5,
393
- },
394
- Object {
395
- "x": 1,
396
- "y": 10,
397
- },
398
- ],
399
- undefined,
400
- ]
401
- }
402
- _colorValue="#00B3A4"
403
- _opacityValue={1}
404
- _orientation="vertical"
405
- angleDomain={Array []}
406
- animatedProps={
407
- Array [
408
- "xRange",
409
- "xDomain",
410
- "x",
411
- "yRange",
412
- "yDomain",
413
- "y",
414
- "colorRange",
415
- "colorDomain",
416
- "color",
417
- "opacityRange",
418
- "opacityDomain",
419
- "opacity",
420
- "strokeRange",
421
- "strokeDomain",
422
- "stroke",
423
- "fillRange",
424
- "fillDomain",
425
- "fill",
426
- "width",
427
- "height",
428
- "marginLeft",
429
- "marginTop",
430
- "marginRight",
431
- "marginBottom",
432
- "data",
433
- "angleDomain",
434
- "angleRange",
435
- "angle",
436
- "radiusDomain",
437
- "radiusRange",
438
- "radius",
439
- "innerRadiusDomain",
440
- "innerRadiusRange",
441
- "innerRadius",
442
- ]
443
- }
444
- animation={true}
445
- className=""
446
- clusters={
447
- Set {
448
- undefined,
449
- }
450
- }
451
- color="#00B3A4"
452
- colorDomain={Array []}
453
- colorRange={
454
- Array [
455
- "#EF5D28",
456
- "#FF9833",
457
- ]
458
- }
459
- curve="linear"
460
- data={
461
- Array [
462
- Object {
463
- "x": 0,
464
- "y": 5,
465
- },
466
- Object {
467
- "x": 1,
468
- "y": 10,
469
- },
470
- ]
471
- }
472
- fillDomain={Array []}
473
- fillRange={
474
- Array [
475
- "#EF5D28",
476
- "#FF9833",
477
- ]
478
- }
479
- getAngle={[Function]}
480
- getAngle0={[Function]}
481
- getColor={[Function]}
482
- getColor0={[Function]}
483
- getFill={[Function]}
484
- getFill0={[Function]}
485
- getNull={[Function]}
486
- getOpacity={[Function]}
487
- getOpacity0={[Function]}
488
- getRadius={[Function]}
489
- getRadius0={[Function]}
490
- getSize={[Function]}
491
- getSize0={[Function]}
492
- getStroke={[Function]}
493
- getStroke0={[Function]}
494
- getX={[Function]}
495
- getX0={[Function]}
496
- getY={[Function]}
497
- getY0={[Function]}
498
- id="chart-0"
499
- innerHeight={150}
500
- innerWidth={550}
501
- marginBottom={40}
502
- marginLeft={40}
503
- marginRight={10}
504
- marginTop={10}
505
- onSeriesClick={[MockFunction]}
506
- opacity={1}
507
- opacityDomain={Array []}
508
- opacityType="literal"
509
- radiusDomain={Array []}
510
- sameTypeIndex={0}
511
- sameTypeTotal={1}
512
- seriesIndex={0}
513
- sizeDomain={Array []}
514
- sizeRange={
515
- Array [
516
- 1,
517
- 10,
518
- ]
519
- }
520
- stack={false}
521
- strokeDomain={Array []}
522
- strokeRange={
523
- Array [
524
- "#EF5D28",
525
- "#FF9833",
526
- ]
527
- }
528
- strokeStyle="solid"
529
- style={
530
- Object {
531
- "pointerEvents": "visiblestroke",
532
- "strokeWidth": 1,
533
- }
534
- }
535
- xDomain={
536
- Array [
537
- 0,
538
- 1,
539
- ]
540
- }
541
- xPadding={0}
542
- xRange={
543
- Array [
544
- 0,
545
- 550,
546
- ]
547
- }
548
- xType="linear"
549
- yDomain={
550
- Array [
551
- 5,
552
- 10,
553
- ]
554
- }
555
- yPadding={0}
556
- yRange={
557
- Array [
558
- 150,
559
- 0,
560
- ]
561
- }
562
- yType="linear"
563
- >
564
- <Motion
565
- defaultStyle={
566
- Object {
567
- "i": 0,
568
- }
569
- }
570
- key="0.00001"
571
- onRest={[Function]}
572
- style={
573
- Object {
574
- "i": Object {
575
- "damping": 26,
576
- "precision": 0.01,
577
- "stiffness": 170,
578
- "val": 1,
579
- },
580
- }
581
- }
582
- >
583
- <LineSeries
584
- _adjustBy={Array []}
585
- _adjustWhat={Array []}
586
- _allData={
587
- Array [
588
- Array [
589
- Object {
590
- "x": 0,
591
- "y": 5,
592
- },
593
- Object {
594
- "x": 1,
595
- "y": 10,
596
- },
597
- ],
598
- undefined,
599
- ]
600
- }
601
- _animation={0.00002}
602
- _colorValue="#00B3A4"
603
- _opacityValue={1}
604
- _orientation="vertical"
605
- angleDomain={Array []}
606
- animation={null}
607
- className=""
608
- clusters={
609
- Set {
610
- undefined,
611
- }
612
- }
613
- color="#00B3A4"
614
- colorDomain={Array []}
615
- colorRange={
616
- Array [
617
- "#EF5D28",
618
- "#FF9833",
619
- ]
620
- }
621
- curve="linear"
622
- data={
623
- Array [
624
- Object {
625
- "x": 0,
626
- "y": 5,
627
- },
628
- Object {
629
- "x": 1,
630
- "y": 10,
631
- },
632
- ]
633
- }
634
- fillDomain={Array []}
635
- fillRange={
636
- Array [
637
- "#EF5D28",
638
- "#FF9833",
639
- ]
640
- }
641
- getAngle={[Function]}
642
- getAngle0={[Function]}
643
- getColor={[Function]}
644
- getColor0={[Function]}
645
- getFill={[Function]}
646
- getFill0={[Function]}
647
- getNull={[Function]}
648
- getOpacity={[Function]}
649
- getOpacity0={[Function]}
650
- getRadius={[Function]}
651
- getRadius0={[Function]}
652
- getSize={[Function]}
653
- getSize0={[Function]}
654
- getStroke={[Function]}
655
- getStroke0={[Function]}
656
- getX={[Function]}
657
- getX0={[Function]}
658
- getY={[Function]}
659
- getY0={[Function]}
660
- id="chart-0"
661
- innerHeight={150}
662
- innerWidth={550}
663
- marginBottom={40}
664
- marginLeft={40}
665
- marginRight={10}
666
- marginTop={10}
667
- onSeriesClick={[MockFunction]}
668
- opacity={1}
669
- opacityDomain={Array []}
670
- opacityType="literal"
671
- radiusDomain={Array []}
672
- sameTypeIndex={0}
673
- sameTypeTotal={1}
674
- seriesIndex={0}
675
- sizeDomain={Array []}
676
- sizeRange={
677
- Array [
678
- 1,
679
- 10,
680
- ]
681
- }
682
- stack={false}
683
- strokeDomain={Array []}
684
- strokeRange={
685
- Array [
686
- "#EF5D28",
687
- "#FF9833",
688
- ]
689
- }
690
- strokeStyle="solid"
691
- style={
692
- Object {
693
- "pointerEvents": "visiblestroke",
694
- "strokeWidth": 1,
695
- }
696
- }
697
- xDomain={
698
- Array [
699
- 0,
700
- 1,
701
- ]
702
- }
703
- xPadding={0}
704
- xRange={
705
- Array [
706
- 0,
707
- 550,
708
- ]
709
- }
710
- xType="linear"
711
- yDomain={
712
- Array [
713
- 5,
714
- 10,
715
- ]
716
- }
717
- yPadding={0}
718
- yRange={
719
- Array [
720
- 150,
721
- 0,
722
- ]
723
- }
724
- yType="linear"
725
- >
726
- <path
727
- className="rv-xy-plot__series rv-xy-plot__series--line "
728
- d="M0,150L550,0"
729
- onClick={[Function]}
730
- onContextMenu={[Function]}
731
- onMouseOut={[Function]}
732
- onMouseOver={[Function]}
733
- style={
734
- Object {
735
- "opacity": 1,
736
- "pointerEvents": "visiblestroke",
737
- "stroke": "#00B3A4",
738
- "strokeDasharray": undefined,
739
- "strokeWidth": 1,
740
- }
741
- }
742
- transform="translate(40,10)"
743
- />
744
- </LineSeries>
745
- </Motion>
746
- </Animation>
747
- </LineSeries>
748
- <AreaSeries
749
- _adjustBy={Array []}
750
- _adjustWhat={Array []}
751
- _allData={
752
- Array [
753
- Array [
754
- Object {
755
- "x": 0,
756
- "y": 5,
757
- },
758
- Object {
759
- "x": 1,
760
- "y": 10,
761
- },
762
- ],
763
- undefined,
764
- ]
765
- }
766
- _colorValue="#00B3A4"
767
- _opacityValue={1}
768
- _orientation="vertical"
769
- angleDomain={Array []}
770
- animation={true}
771
- className="euiAreaSeries"
772
- clusters={
773
- Set {
774
- undefined,
775
- }
776
- }
777
- color="#00B3A4"
778
- colorDomain={Array []}
779
- colorRange={
780
- Array [
781
- "#EF5D28",
782
- "#FF9833",
783
- ]
784
- }
785
- curve="linear"
786
- data={
787
- Array [
788
- Object {
789
- "x": 0,
790
- "y": 5,
791
- },
792
- Object {
793
- "x": 1,
794
- "y": 10,
795
- },
796
- ]
797
- }
798
- fillDomain={Array []}
799
- fillRange={
800
- Array [
801
- "#EF5D28",
802
- "#FF9833",
803
- ]
804
- }
805
- getAngle={[Function]}
806
- getAngle0={[Function]}
807
- getColor={[Function]}
808
- getColor0={[Function]}
809
- getFill={[Function]}
810
- getFill0={[Function]}
811
- getNull={[Function]}
812
- getOpacity={[Function]}
813
- getOpacity0={[Function]}
814
- getRadius={[Function]}
815
- getRadius0={[Function]}
816
- getSize={[Function]}
817
- getSize0={[Function]}
818
- getStroke={[Function]}
819
- getStroke0={[Function]}
820
- getX={[Function]}
821
- getX0={[Function]}
822
- getY={[Function]}
823
- getY0={[Function]}
824
- id="chart-0"
825
- innerHeight={150}
826
- innerWidth={550}
827
- key="name-area"
828
- marginBottom={40}
829
- marginLeft={40}
830
- marginRight={10}
831
- marginTop={10}
832
- onSeriesClick={[MockFunction]}
833
- onSeriesMouseOut={[Function]}
834
- onSeriesMouseOver={[Function]}
835
- opacityDomain={Array []}
836
- opacityType="literal"
837
- radiusDomain={Array []}
838
- sameTypeIndex={0}
839
- sameTypeTotal={1}
840
- seriesIndex={0}
841
- sizeDomain={Array []}
842
- sizeRange={
843
- Array [
844
- 1,
845
- 10,
846
- ]
847
- }
848
- stack={false}
849
- strokeDomain={Array []}
850
- strokeRange={
851
- Array [
852
- "#EF5D28",
853
- "#FF9833",
854
- ]
855
- }
856
- style={
857
- Object {
858
- "cursor": "default",
859
- "opacity": 1,
860
- }
861
- }
862
- xDomain={
863
- Array [
864
- 0,
865
- 1,
866
- ]
867
- }
868
- xPadding={0}
869
- xRange={
870
- Array [
871
- 0,
872
- 550,
873
- ]
874
- }
875
- xType="linear"
876
- yDomain={
877
- Array [
878
- 5,
879
- 10,
880
- ]
881
- }
882
- yPadding={0}
883
- yRange={
884
- Array [
885
- 150,
886
- 0,
887
- ]
888
- }
889
- yType="linear"
890
- >
891
- <Animation
892
- _adjustBy={Array []}
893
- _adjustWhat={Array []}
894
- _allData={
895
- Array [
896
- Array [
897
- Object {
898
- "x": 0,
899
- "y": 5,
900
- },
901
- Object {
902
- "x": 1,
903
- "y": 10,
904
- },
905
- ],
906
- undefined,
907
- ]
908
- }
909
- _colorValue="#00B3A4"
910
- _opacityValue={1}
911
- _orientation="vertical"
912
- angleDomain={Array []}
913
- animatedProps={
914
- Array [
915
- "xRange",
916
- "xDomain",
917
- "x",
918
- "yRange",
919
- "yDomain",
920
- "y",
921
- "colorRange",
922
- "colorDomain",
923
- "color",
924
- "opacityRange",
925
- "opacityDomain",
926
- "opacity",
927
- "strokeRange",
928
- "strokeDomain",
929
- "stroke",
930
- "fillRange",
931
- "fillDomain",
932
- "fill",
933
- "width",
934
- "height",
935
- "marginLeft",
936
- "marginTop",
937
- "marginRight",
938
- "marginBottom",
939
- "data",
940
- "angleDomain",
941
- "angleRange",
942
- "angle",
943
- "radiusDomain",
944
- "radiusRange",
945
- "radius",
946
- "innerRadiusDomain",
947
- "innerRadiusRange",
948
- "innerRadius",
949
- ]
950
- }
951
- animation={true}
952
- className="euiAreaSeries"
953
- clusters={
954
- Set {
955
- undefined,
956
- }
957
- }
958
- color="#00B3A4"
959
- colorDomain={Array []}
960
- colorRange={
961
- Array [
962
- "#EF5D28",
963
- "#FF9833",
964
- ]
965
- }
966
- curve="linear"
967
- data={
968
- Array [
969
- Object {
970
- "x": 0,
971
- "y": 5,
972
- },
973
- Object {
974
- "x": 1,
975
- "y": 10,
976
- },
977
- ]
978
- }
979
- fillDomain={Array []}
980
- fillRange={
981
- Array [
982
- "#EF5D28",
983
- "#FF9833",
984
- ]
985
- }
986
- getAngle={[Function]}
987
- getAngle0={[Function]}
988
- getColor={[Function]}
989
- getColor0={[Function]}
990
- getFill={[Function]}
991
- getFill0={[Function]}
992
- getNull={[Function]}
993
- getOpacity={[Function]}
994
- getOpacity0={[Function]}
995
- getRadius={[Function]}
996
- getRadius0={[Function]}
997
- getSize={[Function]}
998
- getSize0={[Function]}
999
- getStroke={[Function]}
1000
- getStroke0={[Function]}
1001
- getX={[Function]}
1002
- getX0={[Function]}
1003
- getY={[Function]}
1004
- getY0={[Function]}
1005
- id="chart-0"
1006
- innerHeight={150}
1007
- innerWidth={550}
1008
- marginBottom={40}
1009
- marginLeft={40}
1010
- marginRight={10}
1011
- marginTop={10}
1012
- onSeriesClick={[MockFunction]}
1013
- onSeriesMouseOut={[Function]}
1014
- onSeriesMouseOver={[Function]}
1015
- opacityDomain={Array []}
1016
- opacityType="literal"
1017
- radiusDomain={Array []}
1018
- sameTypeIndex={0}
1019
- sameTypeTotal={1}
1020
- seriesIndex={0}
1021
- sizeDomain={Array []}
1022
- sizeRange={
1023
- Array [
1024
- 1,
1025
- 10,
1026
- ]
1027
- }
1028
- stack={false}
1029
- strokeDomain={Array []}
1030
- strokeRange={
1031
- Array [
1032
- "#EF5D28",
1033
- "#FF9833",
1034
- ]
1035
- }
1036
- style={
1037
- Object {
1038
- "cursor": "default",
1039
- "opacity": 1,
1040
- }
1041
- }
1042
- xDomain={
1043
- Array [
1044
- 0,
1045
- 1,
1046
- ]
1047
- }
1048
- xPadding={0}
1049
- xRange={
1050
- Array [
1051
- 0,
1052
- 550,
1053
- ]
1054
- }
1055
- xType="linear"
1056
- yDomain={
1057
- Array [
1058
- 5,
1059
- 10,
1060
- ]
1061
- }
1062
- yPadding={0}
1063
- yRange={
1064
- Array [
1065
- 150,
1066
- 0,
1067
- ]
1068
- }
1069
- yType="linear"
1070
- >
1071
- <Motion
1072
- defaultStyle={
1073
- Object {
1074
- "i": 0,
1075
- }
1076
- }
1077
- key="0.000030000000000000004"
1078
- onRest={[Function]}
1079
- style={
1080
- Object {
1081
- "i": Object {
1082
- "damping": 26,
1083
- "precision": 0.01,
1084
- "stiffness": 170,
1085
- "val": 1,
1086
- },
1087
- }
1088
- }
1089
- >
1090
- <AreaSeries
1091
- _adjustBy={Array []}
1092
- _adjustWhat={Array []}
1093
- _allData={
1094
- Array [
1095
- Array [
1096
- Object {
1097
- "x": 0,
1098
- "y": 5,
1099
- },
1100
- Object {
1101
- "x": 1,
1102
- "y": 10,
1103
- },
1104
- ],
1105
- undefined,
1106
- ]
1107
- }
1108
- _animation={0.00004}
1109
- _colorValue="#00B3A4"
1110
- _opacityValue={1}
1111
- _orientation="vertical"
1112
- angleDomain={Array []}
1113
- animation={null}
1114
- className="euiAreaSeries"
1115
- clusters={
1116
- Set {
1117
- undefined,
1118
- }
1119
- }
1120
- color="#00B3A4"
1121
- colorDomain={Array []}
1122
- colorRange={
1123
- Array [
1124
- "#EF5D28",
1125
- "#FF9833",
1126
- ]
1127
- }
1128
- curve="linear"
1129
- data={
1130
- Array [
1131
- Object {
1132
- "x": 0,
1133
- "y": 5,
1134
- },
1135
- Object {
1136
- "x": 1,
1137
- "y": 10,
1138
- },
1139
- ]
1140
- }
1141
- fillDomain={Array []}
1142
- fillRange={
1143
- Array [
1144
- "#EF5D28",
1145
- "#FF9833",
1146
- ]
1147
- }
1148
- getAngle={[Function]}
1149
- getAngle0={[Function]}
1150
- getColor={[Function]}
1151
- getColor0={[Function]}
1152
- getFill={[Function]}
1153
- getFill0={[Function]}
1154
- getNull={[Function]}
1155
- getOpacity={[Function]}
1156
- getOpacity0={[Function]}
1157
- getRadius={[Function]}
1158
- getRadius0={[Function]}
1159
- getSize={[Function]}
1160
- getSize0={[Function]}
1161
- getStroke={[Function]}
1162
- getStroke0={[Function]}
1163
- getX={[Function]}
1164
- getX0={[Function]}
1165
- getY={[Function]}
1166
- getY0={[Function]}
1167
- id="chart-0"
1168
- innerHeight={150}
1169
- innerWidth={550}
1170
- marginBottom={40}
1171
- marginLeft={40}
1172
- marginRight={10}
1173
- marginTop={10}
1174
- onSeriesClick={[MockFunction]}
1175
- onSeriesMouseOut={[Function]}
1176
- onSeriesMouseOver={[Function]}
1177
- opacityDomain={Array []}
1178
- opacityType="literal"
1179
- radiusDomain={Array []}
1180
- sameTypeIndex={0}
1181
- sameTypeTotal={1}
1182
- seriesIndex={0}
1183
- sizeDomain={Array []}
1184
- sizeRange={
1185
- Array [
1186
- 1,
1187
- 10,
1188
- ]
1189
- }
1190
- stack={false}
1191
- strokeDomain={Array []}
1192
- strokeRange={
1193
- Array [
1194
- "#EF5D28",
1195
- "#FF9833",
1196
- ]
1197
- }
1198
- style={
1199
- Object {
1200
- "cursor": "default",
1201
- "opacity": 1,
1202
- }
1203
- }
1204
- xDomain={
1205
- Array [
1206
- 0,
1207
- 1,
1208
- ]
1209
- }
1210
- xPadding={0}
1211
- xRange={
1212
- Array [
1213
- 0,
1214
- 550,
1215
- ]
1216
- }
1217
- xType="linear"
1218
- yDomain={
1219
- Array [
1220
- 5,
1221
- 10,
1222
- ]
1223
- }
1224
- yPadding={0}
1225
- yRange={
1226
- Array [
1227
- 150,
1228
- 0,
1229
- ]
1230
- }
1231
- yType="linear"
1232
- >
1233
- <path
1234
- className="rv-xy-plot__series rv-xy-plot__series--line euiAreaSeries"
1235
- d="M0,150L550,0L550,150L0,150Z"
1236
- onClick={[Function]}
1237
- onContextMenu={[Function]}
1238
- onMouseOut={[Function]}
1239
- onMouseOver={[Function]}
1240
- style={
1241
- Object {
1242
- "cursor": "default",
1243
- "fill": "#00B3A4",
1244
- "opacity": 1,
1245
- "stroke": "#00B3A4",
1246
- }
1247
- }
1248
- transform="translate(40,10)"
1249
- />
1250
- </AreaSeries>
1251
- </Motion>
1252
- </Animation>
1253
- </AreaSeries>
1254
- </EuiAreaSeries>
1255
- <EuiDefaultAxis
1256
- _adjustBy={Array []}
1257
- _adjustWhat={Array []}
1258
- _allData={
1259
- Array [
1260
- Array [
1261
- Object {
1262
- "x": 0,
1263
- "y": 5,
1264
- },
1265
- Object {
1266
- "x": 1,
1267
- "y": 10,
1268
- },
1269
- ],
1270
- undefined,
1271
- ]
1272
- }
1273
- angleDomain={Array []}
1274
- animation={true}
1275
- colorDomain={Array []}
1276
- colorRange={
1277
- Array [
1278
- "#EF5D28",
1279
- "#FF9833",
1280
- ]
1281
- }
1282
- fillDomain={Array []}
1283
- fillRange={
1284
- Array [
1285
- "#EF5D28",
1286
- "#FF9833",
1287
- ]
1288
- }
1289
- getAngle={[Function]}
1290
- getAngle0={[Function]}
1291
- getColor={[Function]}
1292
- getColor0={[Function]}
1293
- getFill={[Function]}
1294
- getFill0={[Function]}
1295
- getOpacity={[Function]}
1296
- getOpacity0={[Function]}
1297
- getRadius={[Function]}
1298
- getRadius0={[Function]}
1299
- getSize={[Function]}
1300
- getSize0={[Function]}
1301
- getStroke={[Function]}
1302
- getStroke0={[Function]}
1303
- getX={[Function]}
1304
- getX0={[Function]}
1305
- getY={[Function]}
1306
- getY0={[Function]}
1307
- innerHeight={150}
1308
- innerWidth={550}
1309
- key=".1"
1310
- marginBottom={40}
1311
- marginLeft={40}
1312
- marginRight={10}
1313
- marginTop={10}
1314
- opacityDomain={Array []}
1315
- opacityType="literal"
1316
- orientation="vertical"
1317
- radiusDomain={Array []}
1318
- showGridLines={true}
1319
- sizeDomain={Array []}
1320
- sizeRange={
1321
- Array [
1322
- 1,
1323
- 10,
1324
- ]
1325
- }
1326
- strokeDomain={Array []}
1327
- strokeRange={
1328
- Array [
1329
- "#EF5D28",
1330
- "#FF9833",
1331
- ]
1332
- }
1333
- xDomain={
1334
- Array [
1335
- 0,
1336
- 1,
1337
- ]
1338
- }
1339
- xOnZero={false}
1340
- xPadding={0}
1341
- xRange={
1342
- Array [
1343
- 0,
1344
- 550,
1345
- ]
1346
- }
1347
- xType="linear"
1348
- yDomain={
1349
- Array [
1350
- 5,
1351
- 10,
1352
- ]
1353
- }
1354
- yOnZero={false}
1355
- yPadding={0}
1356
- yRange={
1357
- Array [
1358
- 150,
1359
- 0,
1360
- ]
1361
- }
1362
- yType="linear"
1363
- >
1364
- <EuiHorizontalGrid
1365
- _adjustBy={Array []}
1366
- _adjustWhat={Array []}
1367
- _allData={
1368
- Array [
1369
- Array [
1370
- Object {
1371
- "x": 0,
1372
- "y": 5,
1373
- },
1374
- Object {
1375
- "x": 1,
1376
- "y": 10,
1377
- },
1378
- ],
1379
- undefined,
1380
- ]
1381
- }
1382
- angleDomain={Array []}
1383
- animation={true}
1384
- colorDomain={Array []}
1385
- colorRange={
1386
- Array [
1387
- "#EF5D28",
1388
- "#FF9833",
1389
- ]
1390
- }
1391
- fillDomain={Array []}
1392
- fillRange={
1393
- Array [
1394
- "#EF5D28",
1395
- "#FF9833",
1396
- ]
1397
- }
1398
- getAngle={[Function]}
1399
- getAngle0={[Function]}
1400
- getColor={[Function]}
1401
- getColor0={[Function]}
1402
- getFill={[Function]}
1403
- getFill0={[Function]}
1404
- getOpacity={[Function]}
1405
- getOpacity0={[Function]}
1406
- getRadius={[Function]}
1407
- getRadius0={[Function]}
1408
- getSize={[Function]}
1409
- getSize0={[Function]}
1410
- getStroke={[Function]}
1411
- getStroke0={[Function]}
1412
- getX={[Function]}
1413
- getX0={[Function]}
1414
- getY={[Function]}
1415
- getY0={[Function]}
1416
- innerHeight={150}
1417
- innerWidth={550}
1418
- marginBottom={40}
1419
- marginLeft={40}
1420
- marginRight={10}
1421
- marginTop={10}
1422
- opacityDomain={Array []}
1423
- opacityType="literal"
1424
- radiusDomain={Array []}
1425
- sizeDomain={Array []}
1426
- sizeRange={
1427
- Array [
1428
- 1,
1429
- 10,
1430
- ]
1431
- }
1432
- strokeDomain={Array []}
1433
- strokeRange={
1434
- Array [
1435
- "#EF5D28",
1436
- "#FF9833",
1437
- ]
1438
- }
1439
- xDomain={
1440
- Array [
1441
- 0,
1442
- 1,
1443
- ]
1444
- }
1445
- xPadding={0}
1446
- xRange={
1447
- Array [
1448
- 0,
1449
- 550,
1450
- ]
1451
- }
1452
- xType="linear"
1453
- yDomain={
1454
- Array [
1455
- 5,
1456
- 10,
1457
- ]
1458
- }
1459
- yPadding={0}
1460
- yRange={
1461
- Array [
1462
- 150,
1463
- 0,
1464
- ]
1465
- }
1466
- yType="linear"
1467
- >
1468
- <HorizontalGridLines
1469
- _adjustBy={Array []}
1470
- _adjustWhat={Array []}
1471
- _allData={
1472
- Array [
1473
- Array [
1474
- Object {
1475
- "x": 0,
1476
- "y": 5,
1477
- },
1478
- Object {
1479
- "x": 1,
1480
- "y": 10,
1481
- },
1482
- ],
1483
- undefined,
1484
- ]
1485
- }
1486
- angleDomain={Array []}
1487
- animation={true}
1488
- attr="y"
1489
- colorDomain={Array []}
1490
- colorRange={
1491
- Array [
1492
- "#EF5D28",
1493
- "#FF9833",
1494
- ]
1495
- }
1496
- direction="horizontal"
1497
- fillDomain={Array []}
1498
- fillRange={
1499
- Array [
1500
- "#EF5D28",
1501
- "#FF9833",
1502
- ]
1503
- }
1504
- getAngle={[Function]}
1505
- getAngle0={[Function]}
1506
- getColor={[Function]}
1507
- getColor0={[Function]}
1508
- getFill={[Function]}
1509
- getFill0={[Function]}
1510
- getOpacity={[Function]}
1511
- getOpacity0={[Function]}
1512
- getRadius={[Function]}
1513
- getRadius0={[Function]}
1514
- getSize={[Function]}
1515
- getSize0={[Function]}
1516
- getStroke={[Function]}
1517
- getStroke0={[Function]}
1518
- getX={[Function]}
1519
- getX0={[Function]}
1520
- getY={[Function]}
1521
- getY0={[Function]}
1522
- innerHeight={150}
1523
- innerWidth={550}
1524
- marginBottom={40}
1525
- marginLeft={40}
1526
- marginRight={10}
1527
- marginTop={10}
1528
- opacityDomain={Array []}
1529
- opacityType="literal"
1530
- radiusDomain={Array []}
1531
- sizeDomain={Array []}
1532
- sizeRange={
1533
- Array [
1534
- 1,
1535
- 10,
1536
- ]
1537
- }
1538
- strokeDomain={Array []}
1539
- strokeRange={
1540
- Array [
1541
- "#EF5D28",
1542
- "#FF9833",
1543
- ]
1544
- }
1545
- xDomain={
1546
- Array [
1547
- 0,
1548
- 1,
1549
- ]
1550
- }
1551
- xPadding={0}
1552
- xRange={
1553
- Array [
1554
- 0,
1555
- 550,
1556
- ]
1557
- }
1558
- xType="linear"
1559
- yDomain={
1560
- Array [
1561
- 5,
1562
- 10,
1563
- ]
1564
- }
1565
- yPadding={0}
1566
- yRange={
1567
- Array [
1568
- 150,
1569
- 0,
1570
- ]
1571
- }
1572
- yType="linear"
1573
- >
1574
- <GridLines
1575
- _adjustBy={Array []}
1576
- _adjustWhat={Array []}
1577
- _allData={
1578
- Array [
1579
- Array [
1580
- Object {
1581
- "x": 0,
1582
- "y": 5,
1583
- },
1584
- Object {
1585
- "x": 1,
1586
- "y": 10,
1587
- },
1588
- ],
1589
- undefined,
1590
- ]
1591
- }
1592
- angleDomain={Array []}
1593
- animation={true}
1594
- attr="y"
1595
- colorDomain={Array []}
1596
- colorRange={
1597
- Array [
1598
- "#EF5D28",
1599
- "#FF9833",
1600
- ]
1601
- }
1602
- direction="horizontal"
1603
- fillDomain={Array []}
1604
- fillRange={
1605
- Array [
1606
- "#EF5D28",
1607
- "#FF9833",
1608
- ]
1609
- }
1610
- getAngle={[Function]}
1611
- getAngle0={[Function]}
1612
- getColor={[Function]}
1613
- getColor0={[Function]}
1614
- getFill={[Function]}
1615
- getFill0={[Function]}
1616
- getOpacity={[Function]}
1617
- getOpacity0={[Function]}
1618
- getRadius={[Function]}
1619
- getRadius0={[Function]}
1620
- getSize={[Function]}
1621
- getSize0={[Function]}
1622
- getStroke={[Function]}
1623
- getStroke0={[Function]}
1624
- getX={[Function]}
1625
- getX0={[Function]}
1626
- getY={[Function]}
1627
- getY0={[Function]}
1628
- innerHeight={150}
1629
- innerWidth={550}
1630
- marginBottom={40}
1631
- marginLeft={40}
1632
- marginRight={10}
1633
- marginTop={10}
1634
- opacityDomain={Array []}
1635
- opacityType="literal"
1636
- radiusDomain={Array []}
1637
- sizeDomain={Array []}
1638
- sizeRange={
1639
- Array [
1640
- 1,
1641
- 10,
1642
- ]
1643
- }
1644
- strokeDomain={Array []}
1645
- strokeRange={
1646
- Array [
1647
- "#EF5D28",
1648
- "#FF9833",
1649
- ]
1650
- }
1651
- xDomain={
1652
- Array [
1653
- 0,
1654
- 1,
1655
- ]
1656
- }
1657
- xPadding={0}
1658
- xRange={
1659
- Array [
1660
- 0,
1661
- 550,
1662
- ]
1663
- }
1664
- xType="linear"
1665
- yDomain={
1666
- Array [
1667
- 5,
1668
- 10,
1669
- ]
1670
- }
1671
- yPadding={0}
1672
- yRange={
1673
- Array [
1674
- 150,
1675
- 0,
1676
- ]
1677
- }
1678
- yType="linear"
1679
- >
1680
- <Animation
1681
- _adjustBy={Array []}
1682
- _adjustWhat={Array []}
1683
- _allData={
1684
- Array [
1685
- Array [
1686
- Object {
1687
- "x": 0,
1688
- "y": 5,
1689
- },
1690
- Object {
1691
- "x": 1,
1692
- "y": 10,
1693
- },
1694
- ],
1695
- undefined,
1696
- ]
1697
- }
1698
- angleDomain={Array []}
1699
- animatedProps={
1700
- Array [
1701
- "xRange",
1702
- "yRange",
1703
- "xDomain",
1704
- "yDomain",
1705
- "width",
1706
- "height",
1707
- "marginLeft",
1708
- "marginTop",
1709
- "marginRight",
1710
- "marginBottom",
1711
- "tickTotal",
1712
- ]
1713
- }
1714
- animation={true}
1715
- attr="y"
1716
- colorDomain={Array []}
1717
- colorRange={
1718
- Array [
1719
- "#EF5D28",
1720
- "#FF9833",
1721
- ]
1722
- }
1723
- direction="horizontal"
1724
- fillDomain={Array []}
1725
- fillRange={
1726
- Array [
1727
- "#EF5D28",
1728
- "#FF9833",
1729
- ]
1730
- }
1731
- getAngle={[Function]}
1732
- getAngle0={[Function]}
1733
- getColor={[Function]}
1734
- getColor0={[Function]}
1735
- getFill={[Function]}
1736
- getFill0={[Function]}
1737
- getOpacity={[Function]}
1738
- getOpacity0={[Function]}
1739
- getRadius={[Function]}
1740
- getRadius0={[Function]}
1741
- getSize={[Function]}
1742
- getSize0={[Function]}
1743
- getStroke={[Function]}
1744
- getStroke0={[Function]}
1745
- getX={[Function]}
1746
- getX0={[Function]}
1747
- getY={[Function]}
1748
- getY0={[Function]}
1749
- innerHeight={150}
1750
- innerWidth={550}
1751
- marginBottom={40}
1752
- marginLeft={40}
1753
- marginRight={10}
1754
- marginTop={10}
1755
- opacityDomain={Array []}
1756
- opacityType="literal"
1757
- radiusDomain={Array []}
1758
- sizeDomain={Array []}
1759
- sizeRange={
1760
- Array [
1761
- 1,
1762
- 10,
1763
- ]
1764
- }
1765
- strokeDomain={Array []}
1766
- strokeRange={
1767
- Array [
1768
- "#EF5D28",
1769
- "#FF9833",
1770
- ]
1771
- }
1772
- xDomain={
1773
- Array [
1774
- 0,
1775
- 1,
1776
- ]
1777
- }
1778
- xPadding={0}
1779
- xRange={
1780
- Array [
1781
- 0,
1782
- 550,
1783
- ]
1784
- }
1785
- xType="linear"
1786
- yDomain={
1787
- Array [
1788
- 5,
1789
- 10,
1790
- ]
1791
- }
1792
- yPadding={0}
1793
- yRange={
1794
- Array [
1795
- 150,
1796
- 0,
1797
- ]
1798
- }
1799
- yType="linear"
1800
- >
1801
- <Motion
1802
- defaultStyle={
1803
- Object {
1804
- "i": 0,
1805
- }
1806
- }
1807
- key="0.00005"
1808
- onRest={[Function]}
1809
- style={
1810
- Object {
1811
- "i": Object {
1812
- "damping": 26,
1813
- "precision": 0.01,
1814
- "stiffness": 170,
1815
- "val": 1,
1816
- },
1817
- }
1818
- }
1819
- >
1820
- <GridLines
1821
- _adjustBy={Array []}
1822
- _adjustWhat={Array []}
1823
- _allData={
1824
- Array [
1825
- Array [
1826
- Object {
1827
- "x": 0,
1828
- "y": 5,
1829
- },
1830
- Object {
1831
- "x": 1,
1832
- "y": 10,
1833
- },
1834
- ],
1835
- undefined,
1836
- ]
1837
- }
1838
- _animation={0.00006}
1839
- angleDomain={Array []}
1840
- animation={null}
1841
- attr="y"
1842
- colorDomain={Array []}
1843
- colorRange={
1844
- Array [
1845
- "#EF5D28",
1846
- "#FF9833",
1847
- ]
1848
- }
1849
- data={null}
1850
- direction="horizontal"
1851
- fillDomain={Array []}
1852
- fillRange={
1853
- Array [
1854
- "#EF5D28",
1855
- "#FF9833",
1856
- ]
1857
- }
1858
- getAngle={[Function]}
1859
- getAngle0={[Function]}
1860
- getColor={[Function]}
1861
- getColor0={[Function]}
1862
- getFill={[Function]}
1863
- getFill0={[Function]}
1864
- getOpacity={[Function]}
1865
- getOpacity0={[Function]}
1866
- getRadius={[Function]}
1867
- getRadius0={[Function]}
1868
- getSize={[Function]}
1869
- getSize0={[Function]}
1870
- getStroke={[Function]}
1871
- getStroke0={[Function]}
1872
- getX={[Function]}
1873
- getX0={[Function]}
1874
- getY={[Function]}
1875
- getY0={[Function]}
1876
- innerHeight={150}
1877
- innerWidth={550}
1878
- marginBottom={40}
1879
- marginLeft={40}
1880
- marginRight={10}
1881
- marginTop={10}
1882
- opacityDomain={Array []}
1883
- opacityType="literal"
1884
- radiusDomain={Array []}
1885
- sizeDomain={Array []}
1886
- sizeRange={
1887
- Array [
1888
- 1,
1889
- 10,
1890
- ]
1891
- }
1892
- strokeDomain={Array []}
1893
- strokeRange={
1894
- Array [
1895
- "#EF5D28",
1896
- "#FF9833",
1897
- ]
1898
- }
1899
- xDomain={
1900
- Array [
1901
- 0,
1902
- 1,
1903
- ]
1904
- }
1905
- xPadding={0}
1906
- xRange={
1907
- Array [
1908
- 0,
1909
- 550,
1910
- ]
1911
- }
1912
- xType="linear"
1913
- yDomain={
1914
- Array [
1915
- 5,
1916
- 10,
1917
- ]
1918
- }
1919
- yPadding={0}
1920
- yRange={
1921
- Array [
1922
- 150,
1923
- 0,
1924
- ]
1925
- }
1926
- yType="linear"
1927
- >
1928
- <g
1929
- className="rv-xy-plot__grid-lines"
1930
- transform="translate(40,10)"
1931
- >
1932
- <line
1933
- className="rv-xy-plot__grid-lines__line"
1934
- key="0"
1935
- x1={0}
1936
- x2={550}
1937
- y1={150}
1938
- y2={150}
1939
- />
1940
- <line
1941
- className="rv-xy-plot__grid-lines__line"
1942
- key="1"
1943
- x1={0}
1944
- x2={550}
1945
- y1={120}
1946
- y2={120}
1947
- />
1948
- <line
1949
- className="rv-xy-plot__grid-lines__line"
1950
- key="2"
1951
- x1={0}
1952
- x2={550}
1953
- y1={90}
1954
- y2={90}
1955
- />
1956
- <line
1957
- className="rv-xy-plot__grid-lines__line"
1958
- key="3"
1959
- x1={0}
1960
- x2={550}
1961
- y1={60}
1962
- y2={60}
1963
- />
1964
- <line
1965
- className="rv-xy-plot__grid-lines__line"
1966
- key="4"
1967
- x1={0}
1968
- x2={550}
1969
- y1={30}
1970
- y2={30}
1971
- />
1972
- <line
1973
- className="rv-xy-plot__grid-lines__line"
1974
- key="5"
1975
- x1={0}
1976
- x2={550}
1977
- y1={0}
1978
- y2={0}
1979
- />
1980
- </g>
1981
- </GridLines>
1982
- </Motion>
1983
- </Animation>
1984
- </GridLines>
1985
- </HorizontalGridLines>
1986
- </EuiHorizontalGrid>
1987
- <EuiXAxis
1988
- _adjustBy={Array []}
1989
- _adjustWhat={Array []}
1990
- _allData={
1991
- Array [
1992
- Array [
1993
- Object {
1994
- "x": 0,
1995
- "y": 5,
1996
- },
1997
- Object {
1998
- "x": 1,
1999
- "y": 10,
2000
- },
2001
- ],
2002
- undefined,
2003
- ]
2004
- }
2005
- angleDomain={Array []}
2006
- animation={true}
2007
- colorDomain={Array []}
2008
- colorRange={
2009
- Array [
2010
- "#EF5D28",
2011
- "#FF9833",
2012
- ]
2013
- }
2014
- fillDomain={Array []}
2015
- fillRange={
2016
- Array [
2017
- "#EF5D28",
2018
- "#FF9833",
2019
- ]
2020
- }
2021
- getAngle={[Function]}
2022
- getAngle0={[Function]}
2023
- getColor={[Function]}
2024
- getColor0={[Function]}
2025
- getFill={[Function]}
2026
- getFill0={[Function]}
2027
- getOpacity={[Function]}
2028
- getOpacity0={[Function]}
2029
- getRadius={[Function]}
2030
- getRadius0={[Function]}
2031
- getSize={[Function]}
2032
- getSize0={[Function]}
2033
- getStroke={[Function]}
2034
- getStroke0={[Function]}
2035
- getX={[Function]}
2036
- getX0={[Function]}
2037
- getY={[Function]}
2038
- getY0={[Function]}
2039
- innerHeight={150}
2040
- innerWidth={550}
2041
- marginBottom={40}
2042
- marginLeft={40}
2043
- marginRight={10}
2044
- marginTop={10}
2045
- onZero={false}
2046
- opacityDomain={Array []}
2047
- opacityType="literal"
2048
- orientation="bottom"
2049
- radiusDomain={Array []}
2050
- sizeDomain={Array []}
2051
- sizeRange={
2052
- Array [
2053
- 1,
2054
- 10,
2055
- ]
2056
- }
2057
- strokeDomain={Array []}
2058
- strokeRange={
2059
- Array [
2060
- "#EF5D28",
2061
- "#FF9833",
2062
- ]
2063
- }
2064
- tickSize={0}
2065
- titlePosition="middle"
2066
- xDomain={
2067
- Array [
2068
- 0,
2069
- 1,
2070
- ]
2071
- }
2072
- xPadding={0}
2073
- xRange={
2074
- Array [
2075
- 0,
2076
- 550,
2077
- ]
2078
- }
2079
- xType="linear"
2080
- yDomain={
2081
- Array [
2082
- 5,
2083
- 10,
2084
- ]
2085
- }
2086
- yPadding={0}
2087
- yRange={
2088
- Array [
2089
- 150,
2090
- 0,
2091
- ]
2092
- }
2093
- yType="linear"
2094
- >
2095
- <XAxis
2096
- _adjustBy={Array []}
2097
- _adjustWhat={Array []}
2098
- _allData={
2099
- Array [
2100
- Array [
2101
- Object {
2102
- "x": 0,
2103
- "y": 5,
2104
- },
2105
- Object {
2106
- "x": 1,
2107
- "y": 10,
2108
- },
2109
- ],
2110
- undefined,
2111
- ]
2112
- }
2113
- angleDomain={Array []}
2114
- animation={true}
2115
- attr="x"
2116
- attrAxis="y"
2117
- colorDomain={Array []}
2118
- colorRange={
2119
- Array [
2120
- "#EF5D28",
2121
- "#FF9833",
2122
- ]
2123
- }
2124
- fillDomain={Array []}
2125
- fillRange={
2126
- Array [
2127
- "#EF5D28",
2128
- "#FF9833",
2129
- ]
2130
- }
2131
- getAngle={[Function]}
2132
- getAngle0={[Function]}
2133
- getColor={[Function]}
2134
- getColor0={[Function]}
2135
- getFill={[Function]}
2136
- getFill0={[Function]}
2137
- getOpacity={[Function]}
2138
- getOpacity0={[Function]}
2139
- getRadius={[Function]}
2140
- getRadius0={[Function]}
2141
- getSize={[Function]}
2142
- getSize0={[Function]}
2143
- getStroke={[Function]}
2144
- getStroke0={[Function]}
2145
- getX={[Function]}
2146
- getX0={[Function]}
2147
- getY={[Function]}
2148
- getY0={[Function]}
2149
- innerHeight={150}
2150
- innerWidth={550}
2151
- marginBottom={40}
2152
- marginLeft={40}
2153
- marginRight={10}
2154
- marginTop={10}
2155
- on0={false}
2156
- opacityDomain={Array []}
2157
- opacityType="literal"
2158
- orientation="bottom"
2159
- position="middle"
2160
- radiusDomain={Array []}
2161
- sizeDomain={Array []}
2162
- sizeRange={
2163
- Array [
2164
- 1,
2165
- 10,
2166
- ]
2167
- }
2168
- strokeDomain={Array []}
2169
- strokeRange={
2170
- Array [
2171
- "#EF5D28",
2172
- "#FF9833",
2173
- ]
2174
- }
2175
- tickSize={0}
2176
- xDomain={
2177
- Array [
2178
- 0,
2179
- 1,
2180
- ]
2181
- }
2182
- xPadding={0}
2183
- xRange={
2184
- Array [
2185
- 0,
2186
- 550,
2187
- ]
2188
- }
2189
- xType="linear"
2190
- yDomain={
2191
- Array [
2192
- 5,
2193
- 10,
2194
- ]
2195
- }
2196
- yPadding={0}
2197
- yRange={
2198
- Array [
2199
- 150,
2200
- 0,
2201
- ]
2202
- }
2203
- yType="linear"
2204
- >
2205
- <Axis
2206
- _adjustBy={Array []}
2207
- _adjustWhat={Array []}
2208
- _allData={
2209
- Array [
2210
- Array [
2211
- Object {
2212
- "x": 0,
2213
- "y": 5,
2214
- },
2215
- Object {
2216
- "x": 1,
2217
- "y": 10,
2218
- },
2219
- ],
2220
- undefined,
2221
- ]
2222
- }
2223
- angleDomain={Array []}
2224
- animation={true}
2225
- attr="x"
2226
- attrAxis="y"
2227
- className=""
2228
- colorDomain={Array []}
2229
- colorRange={
2230
- Array [
2231
- "#EF5D28",
2232
- "#FF9833",
2233
- ]
2234
- }
2235
- fillDomain={Array []}
2236
- fillRange={
2237
- Array [
2238
- "#EF5D28",
2239
- "#FF9833",
2240
- ]
2241
- }
2242
- getAngle={[Function]}
2243
- getAngle0={[Function]}
2244
- getColor={[Function]}
2245
- getColor0={[Function]}
2246
- getFill={[Function]}
2247
- getFill0={[Function]}
2248
- getOpacity={[Function]}
2249
- getOpacity0={[Function]}
2250
- getRadius={[Function]}
2251
- getRadius0={[Function]}
2252
- getSize={[Function]}
2253
- getSize0={[Function]}
2254
- getStroke={[Function]}
2255
- getStroke0={[Function]}
2256
- getX={[Function]}
2257
- getX0={[Function]}
2258
- getY={[Function]}
2259
- getY0={[Function]}
2260
- innerHeight={150}
2261
- innerWidth={550}
2262
- marginBottom={40}
2263
- marginLeft={40}
2264
- marginRight={10}
2265
- marginTop={10}
2266
- on0={false}
2267
- opacityDomain={Array []}
2268
- opacityType="literal"
2269
- orientation="bottom"
2270
- position="middle"
2271
- radiusDomain={Array []}
2272
- sizeDomain={Array []}
2273
- sizeRange={
2274
- Array [
2275
- 1,
2276
- 10,
2277
- ]
2278
- }
2279
- strokeDomain={Array []}
2280
- strokeRange={
2281
- Array [
2282
- "#EF5D28",
2283
- "#FF9833",
2284
- ]
2285
- }
2286
- style={Object {}}
2287
- tickPadding={8}
2288
- tickSize={0}
2289
- xDomain={
2290
- Array [
2291
- 0,
2292
- 1,
2293
- ]
2294
- }
2295
- xPadding={0}
2296
- xRange={
2297
- Array [
2298
- 0,
2299
- 550,
2300
- ]
2301
- }
2302
- xType="linear"
2303
- yDomain={
2304
- Array [
2305
- 5,
2306
- 10,
2307
- ]
2308
- }
2309
- yPadding={0}
2310
- yRange={
2311
- Array [
2312
- 150,
2313
- 0,
2314
- ]
2315
- }
2316
- yType="linear"
2317
- >
2318
- <Animation
2319
- _adjustBy={Array []}
2320
- _adjustWhat={Array []}
2321
- _allData={
2322
- Array [
2323
- Array [
2324
- Object {
2325
- "x": 0,
2326
- "y": 5,
2327
- },
2328
- Object {
2329
- "x": 1,
2330
- "y": 10,
2331
- },
2332
- ],
2333
- undefined,
2334
- ]
2335
- }
2336
- angleDomain={Array []}
2337
- animatedProps={
2338
- Array [
2339
- "xRange",
2340
- "yRange",
2341
- "xDomain",
2342
- "yDomain",
2343
- "width",
2344
- "height",
2345
- "marginLeft",
2346
- "marginTop",
2347
- "marginRight",
2348
- "marginBottom",
2349
- "tickSize",
2350
- "tickTotal",
2351
- "tickSizeInner",
2352
- "tickSizeOuter",
2353
- ]
2354
- }
2355
- animation={true}
2356
- attr="x"
2357
- attrAxis="y"
2358
- className=""
2359
- colorDomain={Array []}
2360
- colorRange={
2361
- Array [
2362
- "#EF5D28",
2363
- "#FF9833",
2364
- ]
2365
- }
2366
- fillDomain={Array []}
2367
- fillRange={
2368
- Array [
2369
- "#EF5D28",
2370
- "#FF9833",
2371
- ]
2372
- }
2373
- getAngle={[Function]}
2374
- getAngle0={[Function]}
2375
- getColor={[Function]}
2376
- getColor0={[Function]}
2377
- getFill={[Function]}
2378
- getFill0={[Function]}
2379
- getOpacity={[Function]}
2380
- getOpacity0={[Function]}
2381
- getRadius={[Function]}
2382
- getRadius0={[Function]}
2383
- getSize={[Function]}
2384
- getSize0={[Function]}
2385
- getStroke={[Function]}
2386
- getStroke0={[Function]}
2387
- getX={[Function]}
2388
- getX0={[Function]}
2389
- getY={[Function]}
2390
- getY0={[Function]}
2391
- innerHeight={150}
2392
- innerWidth={550}
2393
- marginBottom={40}
2394
- marginLeft={40}
2395
- marginRight={10}
2396
- marginTop={10}
2397
- on0={false}
2398
- opacityDomain={Array []}
2399
- opacityType="literal"
2400
- orientation="bottom"
2401
- position="middle"
2402
- radiusDomain={Array []}
2403
- sizeDomain={Array []}
2404
- sizeRange={
2405
- Array [
2406
- 1,
2407
- 10,
2408
- ]
2409
- }
2410
- strokeDomain={Array []}
2411
- strokeRange={
2412
- Array [
2413
- "#EF5D28",
2414
- "#FF9833",
2415
- ]
2416
- }
2417
- style={Object {}}
2418
- tickPadding={8}
2419
- tickSize={0}
2420
- xDomain={
2421
- Array [
2422
- 0,
2423
- 1,
2424
- ]
2425
- }
2426
- xPadding={0}
2427
- xRange={
2428
- Array [
2429
- 0,
2430
- 550,
2431
- ]
2432
- }
2433
- xType="linear"
2434
- yDomain={
2435
- Array [
2436
- 5,
2437
- 10,
2438
- ]
2439
- }
2440
- yPadding={0}
2441
- yRange={
2442
- Array [
2443
- 150,
2444
- 0,
2445
- ]
2446
- }
2447
- yType="linear"
2448
- >
2449
- <Motion
2450
- defaultStyle={
2451
- Object {
2452
- "i": 0,
2453
- }
2454
- }
2455
- key="0.00007000000000000001"
2456
- onRest={[Function]}
2457
- style={
2458
- Object {
2459
- "i": Object {
2460
- "damping": 26,
2461
- "precision": 0.01,
2462
- "stiffness": 170,
2463
- "val": 1,
2464
- },
2465
- }
2466
- }
2467
- >
2468
- <Axis
2469
- _adjustBy={Array []}
2470
- _adjustWhat={Array []}
2471
- _allData={
2472
- Array [
2473
- Array [
2474
- Object {
2475
- "x": 0,
2476
- "y": 5,
2477
- },
2478
- Object {
2479
- "x": 1,
2480
- "y": 10,
2481
- },
2482
- ],
2483
- undefined,
2484
- ]
2485
- }
2486
- _animation={0.00008}
2487
- angleDomain={Array []}
2488
- animation={null}
2489
- attr="x"
2490
- attrAxis="y"
2491
- className=""
2492
- colorDomain={Array []}
2493
- colorRange={
2494
- Array [
2495
- "#EF5D28",
2496
- "#FF9833",
2497
- ]
2498
- }
2499
- data={null}
2500
- fillDomain={Array []}
2501
- fillRange={
2502
- Array [
2503
- "#EF5D28",
2504
- "#FF9833",
2505
- ]
2506
- }
2507
- getAngle={[Function]}
2508
- getAngle0={[Function]}
2509
- getColor={[Function]}
2510
- getColor0={[Function]}
2511
- getFill={[Function]}
2512
- getFill0={[Function]}
2513
- getOpacity={[Function]}
2514
- getOpacity0={[Function]}
2515
- getRadius={[Function]}
2516
- getRadius0={[Function]}
2517
- getSize={[Function]}
2518
- getSize0={[Function]}
2519
- getStroke={[Function]}
2520
- getStroke0={[Function]}
2521
- getX={[Function]}
2522
- getX0={[Function]}
2523
- getY={[Function]}
2524
- getY0={[Function]}
2525
- innerHeight={150}
2526
- innerWidth={550}
2527
- marginBottom={40}
2528
- marginLeft={40}
2529
- marginRight={10}
2530
- marginTop={10}
2531
- on0={false}
2532
- opacityDomain={Array []}
2533
- opacityType="literal"
2534
- orientation="bottom"
2535
- position="middle"
2536
- radiusDomain={Array []}
2537
- sizeDomain={Array []}
2538
- sizeRange={
2539
- Array [
2540
- 1,
2541
- 10,
2542
- ]
2543
- }
2544
- strokeDomain={Array []}
2545
- strokeRange={
2546
- Array [
2547
- "#EF5D28",
2548
- "#FF9833",
2549
- ]
2550
- }
2551
- style={Object {}}
2552
- tickPadding={8}
2553
- tickSize={0}
2554
- xDomain={
2555
- Array [
2556
- 0,
2557
- 1,
2558
- ]
2559
- }
2560
- xPadding={0}
2561
- xRange={
2562
- Array [
2563
- 0,
2564
- 550,
2565
- ]
2566
- }
2567
- xType="linear"
2568
- yDomain={
2569
- Array [
2570
- 5,
2571
- 10,
2572
- ]
2573
- }
2574
- yPadding={0}
2575
- yRange={
2576
- Array [
2577
- 150,
2578
- 0,
2579
- ]
2580
- }
2581
- yType="linear"
2582
- >
2583
- <g
2584
- className="rv-xy-plot__axis rv-xy-plot__axis--horizontal "
2585
- style={Object {}}
2586
- transform="translate(40,160)"
2587
- >
2588
- <AxisLine
2589
- height={40}
2590
- orientation="bottom"
2591
- style={Object {}}
2592
- width={550}
2593
- >
2594
- <line
2595
- className="rv-xy-plot__axis__line"
2596
- style={Object {}}
2597
- x1={0}
2598
- x2={550}
2599
- y1={0}
2600
- y2={0}
2601
- />
2602
- </AxisLine>
2603
- <AxisTicks
2604
- _adjustBy={Array []}
2605
- _adjustWhat={Array []}
2606
- _allData={
2607
- Array [
2608
- Array [
2609
- Object {
2610
- "x": 0,
2611
- "y": 5,
2612
- },
2613
- Object {
2614
- "x": 1,
2615
- "y": 10,
2616
- },
2617
- ],
2618
- undefined,
2619
- ]
2620
- }
2621
- _animation={0.00008}
2622
- angleDomain={Array []}
2623
- animation={null}
2624
- attr="x"
2625
- attrAxis="y"
2626
- className=""
2627
- colorDomain={Array []}
2628
- colorRange={
2629
- Array [
2630
- "#EF5D28",
2631
- "#FF9833",
2632
- ]
2633
- }
2634
- data={null}
2635
- fillDomain={Array []}
2636
- fillRange={
2637
- Array [
2638
- "#EF5D28",
2639
- "#FF9833",
2640
- ]
2641
- }
2642
- getAngle={[Function]}
2643
- getAngle0={[Function]}
2644
- getColor={[Function]}
2645
- getColor0={[Function]}
2646
- getFill={[Function]}
2647
- getFill0={[Function]}
2648
- getOpacity={[Function]}
2649
- getOpacity0={[Function]}
2650
- getRadius={[Function]}
2651
- getRadius0={[Function]}
2652
- getSize={[Function]}
2653
- getSize0={[Function]}
2654
- getStroke={[Function]}
2655
- getStroke0={[Function]}
2656
- getX={[Function]}
2657
- getX0={[Function]}
2658
- getY={[Function]}
2659
- getY0={[Function]}
2660
- height={40}
2661
- innerHeight={150}
2662
- innerWidth={550}
2663
- left={40}
2664
- marginBottom={40}
2665
- marginLeft={40}
2666
- marginRight={10}
2667
- marginTop={10}
2668
- on0={false}
2669
- opacityDomain={Array []}
2670
- opacityType="literal"
2671
- orientation="bottom"
2672
- position="middle"
2673
- radiusDomain={Array []}
2674
- sizeDomain={Array []}
2675
- sizeRange={
2676
- Array [
2677
- 1,
2678
- 10,
2679
- ]
2680
- }
2681
- strokeDomain={Array []}
2682
- strokeRange={
2683
- Array [
2684
- "#EF5D28",
2685
- "#FF9833",
2686
- ]
2687
- }
2688
- style={Object {}}
2689
- tickPadding={8}
2690
- tickSize={0}
2691
- tickTotal={10}
2692
- top={160}
2693
- width={550}
2694
- xDomain={
2695
- Array [
2696
- 0,
2697
- 1,
2698
- ]
2699
- }
2700
- xPadding={0}
2701
- xRange={
2702
- Array [
2703
- 0,
2704
- 550,
2705
- ]
2706
- }
2707
- xType="linear"
2708
- yDomain={
2709
- Array [
2710
- 5,
2711
- 10,
2712
- ]
2713
- }
2714
- yPadding={0}
2715
- yRange={
2716
- Array [
2717
- 150,
2718
- 0,
2719
- ]
2720
- }
2721
- yType="linear"
2722
- >
2723
- <g
2724
- className="rv-xy-plot__axis__ticks"
2725
- transform="translate(0, 0)"
2726
- >
2727
- <g
2728
- className="rv-xy-plot__axis__tick"
2729
- key="0"
2730
- style={Object {}}
2731
- transform="translate(0, 0)"
2732
- >
2733
- <line
2734
- className="rv-xy-plot__axis__tick__line"
2735
- style={Object {}}
2736
- x1={0}
2737
- x2={0}
2738
- y1={-0}
2739
- y2={0}
2740
- />
2741
- <text
2742
- className="rv-xy-plot__axis__tick__text"
2743
- dy="0.72em"
2744
- style={Object {}}
2745
- textAnchor="middle"
2746
- transform="translate(0, 8)"
2747
- >
2748
- 0.0
2749
- </text>
2750
- </g>
2751
- <g
2752
- className="rv-xy-plot__axis__tick"
2753
- key="1"
2754
- style={Object {}}
2755
- transform="translate(55, 0)"
2756
- >
2757
- <line
2758
- className="rv-xy-plot__axis__tick__line"
2759
- style={Object {}}
2760
- x1={0}
2761
- x2={0}
2762
- y1={-0}
2763
- y2={0}
2764
- />
2765
- <text
2766
- className="rv-xy-plot__axis__tick__text"
2767
- dy="0.72em"
2768
- style={Object {}}
2769
- textAnchor="middle"
2770
- transform="translate(0, 8)"
2771
- >
2772
- 0.1
2773
- </text>
2774
- </g>
2775
- <g
2776
- className="rv-xy-plot__axis__tick"
2777
- key="2"
2778
- style={Object {}}
2779
- transform="translate(110, 0)"
2780
- >
2781
- <line
2782
- className="rv-xy-plot__axis__tick__line"
2783
- style={Object {}}
2784
- x1={0}
2785
- x2={0}
2786
- y1={-0}
2787
- y2={0}
2788
- />
2789
- <text
2790
- className="rv-xy-plot__axis__tick__text"
2791
- dy="0.72em"
2792
- style={Object {}}
2793
- textAnchor="middle"
2794
- transform="translate(0, 8)"
2795
- >
2796
- 0.2
2797
- </text>
2798
- </g>
2799
- <g
2800
- className="rv-xy-plot__axis__tick"
2801
- key="3"
2802
- style={Object {}}
2803
- transform="translate(165, 0)"
2804
- >
2805
- <line
2806
- className="rv-xy-plot__axis__tick__line"
2807
- style={Object {}}
2808
- x1={0}
2809
- x2={0}
2810
- y1={-0}
2811
- y2={0}
2812
- />
2813
- <text
2814
- className="rv-xy-plot__axis__tick__text"
2815
- dy="0.72em"
2816
- style={Object {}}
2817
- textAnchor="middle"
2818
- transform="translate(0, 8)"
2819
- >
2820
- 0.3
2821
- </text>
2822
- </g>
2823
- <g
2824
- className="rv-xy-plot__axis__tick"
2825
- key="4"
2826
- style={Object {}}
2827
- transform="translate(220, 0)"
2828
- >
2829
- <line
2830
- className="rv-xy-plot__axis__tick__line"
2831
- style={Object {}}
2832
- x1={0}
2833
- x2={0}
2834
- y1={-0}
2835
- y2={0}
2836
- />
2837
- <text
2838
- className="rv-xy-plot__axis__tick__text"
2839
- dy="0.72em"
2840
- style={Object {}}
2841
- textAnchor="middle"
2842
- transform="translate(0, 8)"
2843
- >
2844
- 0.4
2845
- </text>
2846
- </g>
2847
- <g
2848
- className="rv-xy-plot__axis__tick"
2849
- key="5"
2850
- style={Object {}}
2851
- transform="translate(275, 0)"
2852
- >
2853
- <line
2854
- className="rv-xy-plot__axis__tick__line"
2855
- style={Object {}}
2856
- x1={0}
2857
- x2={0}
2858
- y1={-0}
2859
- y2={0}
2860
- />
2861
- <text
2862
- className="rv-xy-plot__axis__tick__text"
2863
- dy="0.72em"
2864
- style={Object {}}
2865
- textAnchor="middle"
2866
- transform="translate(0, 8)"
2867
- >
2868
- 0.5
2869
- </text>
2870
- </g>
2871
- <g
2872
- className="rv-xy-plot__axis__tick"
2873
- key="6"
2874
- style={Object {}}
2875
- transform="translate(330, 0)"
2876
- >
2877
- <line
2878
- className="rv-xy-plot__axis__tick__line"
2879
- style={Object {}}
2880
- x1={0}
2881
- x2={0}
2882
- y1={-0}
2883
- y2={0}
2884
- />
2885
- <text
2886
- className="rv-xy-plot__axis__tick__text"
2887
- dy="0.72em"
2888
- style={Object {}}
2889
- textAnchor="middle"
2890
- transform="translate(0, 8)"
2891
- >
2892
- 0.6
2893
- </text>
2894
- </g>
2895
- <g
2896
- className="rv-xy-plot__axis__tick"
2897
- key="7"
2898
- style={Object {}}
2899
- transform="translate(385, 0)"
2900
- >
2901
- <line
2902
- className="rv-xy-plot__axis__tick__line"
2903
- style={Object {}}
2904
- x1={0}
2905
- x2={0}
2906
- y1={-0}
2907
- y2={0}
2908
- />
2909
- <text
2910
- className="rv-xy-plot__axis__tick__text"
2911
- dy="0.72em"
2912
- style={Object {}}
2913
- textAnchor="middle"
2914
- transform="translate(0, 8)"
2915
- >
2916
- 0.7
2917
- </text>
2918
- </g>
2919
- <g
2920
- className="rv-xy-plot__axis__tick"
2921
- key="8"
2922
- style={Object {}}
2923
- transform="translate(440, 0)"
2924
- >
2925
- <line
2926
- className="rv-xy-plot__axis__tick__line"
2927
- style={Object {}}
2928
- x1={0}
2929
- x2={0}
2930
- y1={-0}
2931
- y2={0}
2932
- />
2933
- <text
2934
- className="rv-xy-plot__axis__tick__text"
2935
- dy="0.72em"
2936
- style={Object {}}
2937
- textAnchor="middle"
2938
- transform="translate(0, 8)"
2939
- >
2940
- 0.8
2941
- </text>
2942
- </g>
2943
- <g
2944
- className="rv-xy-plot__axis__tick"
2945
- key="9"
2946
- style={Object {}}
2947
- transform="translate(495, 0)"
2948
- >
2949
- <line
2950
- className="rv-xy-plot__axis__tick__line"
2951
- style={Object {}}
2952
- x1={0}
2953
- x2={0}
2954
- y1={-0}
2955
- y2={0}
2956
- />
2957
- <text
2958
- className="rv-xy-plot__axis__tick__text"
2959
- dy="0.72em"
2960
- style={Object {}}
2961
- textAnchor="middle"
2962
- transform="translate(0, 8)"
2963
- >
2964
- 0.9
2965
- </text>
2966
- </g>
2967
- <g
2968
- className="rv-xy-plot__axis__tick"
2969
- key="10"
2970
- style={Object {}}
2971
- transform="translate(550, 0)"
2972
- >
2973
- <line
2974
- className="rv-xy-plot__axis__tick__line"
2975
- style={Object {}}
2976
- x1={0}
2977
- x2={0}
2978
- y1={-0}
2979
- y2={0}
2980
- />
2981
- <text
2982
- className="rv-xy-plot__axis__tick__text"
2983
- dy="0.72em"
2984
- style={Object {}}
2985
- textAnchor="middle"
2986
- transform="translate(0, 8)"
2987
- >
2988
- 1.0
2989
- </text>
2990
- </g>
2991
- </g>
2992
- </AxisTicks>
2993
- </g>
2994
- </Axis>
2995
- </Motion>
2996
- </Animation>
2997
- </Axis>
2998
- </XAxis>
2999
- </EuiXAxis>
3000
- <EuiYAxis
3001
- _adjustBy={Array []}
3002
- _adjustWhat={Array []}
3003
- _allData={
3004
- Array [
3005
- Array [
3006
- Object {
3007
- "x": 0,
3008
- "y": 5,
3009
- },
3010
- Object {
3011
- "x": 1,
3012
- "y": 10,
3013
- },
3014
- ],
3015
- undefined,
3016
- ]
3017
- }
3018
- angleDomain={Array []}
3019
- animation={true}
3020
- colorDomain={Array []}
3021
- colorRange={
3022
- Array [
3023
- "#EF5D28",
3024
- "#FF9833",
3025
- ]
3026
- }
3027
- fillDomain={Array []}
3028
- fillRange={
3029
- Array [
3030
- "#EF5D28",
3031
- "#FF9833",
3032
- ]
3033
- }
3034
- getAngle={[Function]}
3035
- getAngle0={[Function]}
3036
- getColor={[Function]}
3037
- getColor0={[Function]}
3038
- getFill={[Function]}
3039
- getFill0={[Function]}
3040
- getOpacity={[Function]}
3041
- getOpacity0={[Function]}
3042
- getRadius={[Function]}
3043
- getRadius0={[Function]}
3044
- getSize={[Function]}
3045
- getSize0={[Function]}
3046
- getStroke={[Function]}
3047
- getStroke0={[Function]}
3048
- getX={[Function]}
3049
- getX0={[Function]}
3050
- getY={[Function]}
3051
- getY0={[Function]}
3052
- innerHeight={150}
3053
- innerWidth={550}
3054
- marginBottom={40}
3055
- marginLeft={40}
3056
- marginRight={10}
3057
- marginTop={10}
3058
- onZero={false}
3059
- opacityDomain={Array []}
3060
- opacityType="literal"
3061
- orientation="left"
3062
- radiusDomain={Array []}
3063
- sizeDomain={Array []}
3064
- sizeRange={
3065
- Array [
3066
- 1,
3067
- 10,
3068
- ]
3069
- }
3070
- strokeDomain={Array []}
3071
- strokeRange={
3072
- Array [
3073
- "#EF5D28",
3074
- "#FF9833",
3075
- ]
3076
- }
3077
- tickSize={0}
3078
- titlePosition="middle"
3079
- xDomain={
3080
- Array [
3081
- 0,
3082
- 1,
3083
- ]
3084
- }
3085
- xPadding={0}
3086
- xRange={
3087
- Array [
3088
- 0,
3089
- 550,
3090
- ]
3091
- }
3092
- xType="linear"
3093
- yDomain={
3094
- Array [
3095
- 5,
3096
- 10,
3097
- ]
3098
- }
3099
- yPadding={0}
3100
- yRange={
3101
- Array [
3102
- 150,
3103
- 0,
3104
- ]
3105
- }
3106
- yType="linear"
3107
- >
3108
- <YAxis
3109
- _adjustBy={Array []}
3110
- _adjustWhat={Array []}
3111
- _allData={
3112
- Array [
3113
- Array [
3114
- Object {
3115
- "x": 0,
3116
- "y": 5,
3117
- },
3118
- Object {
3119
- "x": 1,
3120
- "y": 10,
3121
- },
3122
- ],
3123
- undefined,
3124
- ]
3125
- }
3126
- angleDomain={Array []}
3127
- animation={true}
3128
- attr="y"
3129
- attrAxis="x"
3130
- colorDomain={Array []}
3131
- colorRange={
3132
- Array [
3133
- "#EF5D28",
3134
- "#FF9833",
3135
- ]
3136
- }
3137
- fillDomain={Array []}
3138
- fillRange={
3139
- Array [
3140
- "#EF5D28",
3141
- "#FF9833",
3142
- ]
3143
- }
3144
- getAngle={[Function]}
3145
- getAngle0={[Function]}
3146
- getColor={[Function]}
3147
- getColor0={[Function]}
3148
- getFill={[Function]}
3149
- getFill0={[Function]}
3150
- getOpacity={[Function]}
3151
- getOpacity0={[Function]}
3152
- getRadius={[Function]}
3153
- getRadius0={[Function]}
3154
- getSize={[Function]}
3155
- getSize0={[Function]}
3156
- getStroke={[Function]}
3157
- getStroke0={[Function]}
3158
- getX={[Function]}
3159
- getX0={[Function]}
3160
- getY={[Function]}
3161
- getY0={[Function]}
3162
- innerHeight={150}
3163
- innerWidth={550}
3164
- marginBottom={40}
3165
- marginLeft={40}
3166
- marginRight={10}
3167
- marginTop={10}
3168
- on0={false}
3169
- opacityDomain={Array []}
3170
- opacityType="literal"
3171
- orientation="left"
3172
- position="middle"
3173
- radiusDomain={Array []}
3174
- sizeDomain={Array []}
3175
- sizeRange={
3176
- Array [
3177
- 1,
3178
- 10,
3179
- ]
3180
- }
3181
- strokeDomain={Array []}
3182
- strokeRange={
3183
- Array [
3184
- "#EF5D28",
3185
- "#FF9833",
3186
- ]
3187
- }
3188
- tickSize={0}
3189
- xDomain={
3190
- Array [
3191
- 0,
3192
- 1,
3193
- ]
3194
- }
3195
- xPadding={0}
3196
- xRange={
3197
- Array [
3198
- 0,
3199
- 550,
3200
- ]
3201
- }
3202
- xType="linear"
3203
- yDomain={
3204
- Array [
3205
- 5,
3206
- 10,
3207
- ]
3208
- }
3209
- yPadding={0}
3210
- yRange={
3211
- Array [
3212
- 150,
3213
- 0,
3214
- ]
3215
- }
3216
- yType="linear"
3217
- >
3218
- <Axis
3219
- _adjustBy={Array []}
3220
- _adjustWhat={Array []}
3221
- _allData={
3222
- Array [
3223
- Array [
3224
- Object {
3225
- "x": 0,
3226
- "y": 5,
3227
- },
3228
- Object {
3229
- "x": 1,
3230
- "y": 10,
3231
- },
3232
- ],
3233
- undefined,
3234
- ]
3235
- }
3236
- angleDomain={Array []}
3237
- animation={true}
3238
- attr="y"
3239
- attrAxis="x"
3240
- className=""
3241
- colorDomain={Array []}
3242
- colorRange={
3243
- Array [
3244
- "#EF5D28",
3245
- "#FF9833",
3246
- ]
3247
- }
3248
- fillDomain={Array []}
3249
- fillRange={
3250
- Array [
3251
- "#EF5D28",
3252
- "#FF9833",
3253
- ]
3254
- }
3255
- getAngle={[Function]}
3256
- getAngle0={[Function]}
3257
- getColor={[Function]}
3258
- getColor0={[Function]}
3259
- getFill={[Function]}
3260
- getFill0={[Function]}
3261
- getOpacity={[Function]}
3262
- getOpacity0={[Function]}
3263
- getRadius={[Function]}
3264
- getRadius0={[Function]}
3265
- getSize={[Function]}
3266
- getSize0={[Function]}
3267
- getStroke={[Function]}
3268
- getStroke0={[Function]}
3269
- getX={[Function]}
3270
- getX0={[Function]}
3271
- getY={[Function]}
3272
- getY0={[Function]}
3273
- innerHeight={150}
3274
- innerWidth={550}
3275
- marginBottom={40}
3276
- marginLeft={40}
3277
- marginRight={10}
3278
- marginTop={10}
3279
- on0={false}
3280
- opacityDomain={Array []}
3281
- opacityType="literal"
3282
- orientation="left"
3283
- position="middle"
3284
- radiusDomain={Array []}
3285
- sizeDomain={Array []}
3286
- sizeRange={
3287
- Array [
3288
- 1,
3289
- 10,
3290
- ]
3291
- }
3292
- strokeDomain={Array []}
3293
- strokeRange={
3294
- Array [
3295
- "#EF5D28",
3296
- "#FF9833",
3297
- ]
3298
- }
3299
- style={Object {}}
3300
- tickPadding={8}
3301
- tickSize={0}
3302
- xDomain={
3303
- Array [
3304
- 0,
3305
- 1,
3306
- ]
3307
- }
3308
- xPadding={0}
3309
- xRange={
3310
- Array [
3311
- 0,
3312
- 550,
3313
- ]
3314
- }
3315
- xType="linear"
3316
- yDomain={
3317
- Array [
3318
- 5,
3319
- 10,
3320
- ]
3321
- }
3322
- yPadding={0}
3323
- yRange={
3324
- Array [
3325
- 150,
3326
- 0,
3327
- ]
3328
- }
3329
- yType="linear"
3330
- >
3331
- <Animation
3332
- _adjustBy={Array []}
3333
- _adjustWhat={Array []}
3334
- _allData={
3335
- Array [
3336
- Array [
3337
- Object {
3338
- "x": 0,
3339
- "y": 5,
3340
- },
3341
- Object {
3342
- "x": 1,
3343
- "y": 10,
3344
- },
3345
- ],
3346
- undefined,
3347
- ]
3348
- }
3349
- angleDomain={Array []}
3350
- animatedProps={
3351
- Array [
3352
- "xRange",
3353
- "yRange",
3354
- "xDomain",
3355
- "yDomain",
3356
- "width",
3357
- "height",
3358
- "marginLeft",
3359
- "marginTop",
3360
- "marginRight",
3361
- "marginBottom",
3362
- "tickSize",
3363
- "tickTotal",
3364
- "tickSizeInner",
3365
- "tickSizeOuter",
3366
- ]
3367
- }
3368
- animation={true}
3369
- attr="y"
3370
- attrAxis="x"
3371
- className=""
3372
- colorDomain={Array []}
3373
- colorRange={
3374
- Array [
3375
- "#EF5D28",
3376
- "#FF9833",
3377
- ]
3378
- }
3379
- fillDomain={Array []}
3380
- fillRange={
3381
- Array [
3382
- "#EF5D28",
3383
- "#FF9833",
3384
- ]
3385
- }
3386
- getAngle={[Function]}
3387
- getAngle0={[Function]}
3388
- getColor={[Function]}
3389
- getColor0={[Function]}
3390
- getFill={[Function]}
3391
- getFill0={[Function]}
3392
- getOpacity={[Function]}
3393
- getOpacity0={[Function]}
3394
- getRadius={[Function]}
3395
- getRadius0={[Function]}
3396
- getSize={[Function]}
3397
- getSize0={[Function]}
3398
- getStroke={[Function]}
3399
- getStroke0={[Function]}
3400
- getX={[Function]}
3401
- getX0={[Function]}
3402
- getY={[Function]}
3403
- getY0={[Function]}
3404
- innerHeight={150}
3405
- innerWidth={550}
3406
- marginBottom={40}
3407
- marginLeft={40}
3408
- marginRight={10}
3409
- marginTop={10}
3410
- on0={false}
3411
- opacityDomain={Array []}
3412
- opacityType="literal"
3413
- orientation="left"
3414
- position="middle"
3415
- radiusDomain={Array []}
3416
- sizeDomain={Array []}
3417
- sizeRange={
3418
- Array [
3419
- 1,
3420
- 10,
3421
- ]
3422
- }
3423
- strokeDomain={Array []}
3424
- strokeRange={
3425
- Array [
3426
- "#EF5D28",
3427
- "#FF9833",
3428
- ]
3429
- }
3430
- style={Object {}}
3431
- tickPadding={8}
3432
- tickSize={0}
3433
- xDomain={
3434
- Array [
3435
- 0,
3436
- 1,
3437
- ]
3438
- }
3439
- xPadding={0}
3440
- xRange={
3441
- Array [
3442
- 0,
3443
- 550,
3444
- ]
3445
- }
3446
- xType="linear"
3447
- yDomain={
3448
- Array [
3449
- 5,
3450
- 10,
3451
- ]
3452
- }
3453
- yPadding={0}
3454
- yRange={
3455
- Array [
3456
- 150,
3457
- 0,
3458
- ]
3459
- }
3460
- yType="linear"
3461
- >
3462
- <Motion
3463
- defaultStyle={
3464
- Object {
3465
- "i": 0,
3466
- }
3467
- }
3468
- key="0.00009"
3469
- onRest={[Function]}
3470
- style={
3471
- Object {
3472
- "i": Object {
3473
- "damping": 26,
3474
- "precision": 0.01,
3475
- "stiffness": 170,
3476
- "val": 1,
3477
- },
3478
- }
3479
- }
3480
- >
3481
- <Axis
3482
- _adjustBy={Array []}
3483
- _adjustWhat={Array []}
3484
- _allData={
3485
- Array [
3486
- Array [
3487
- Object {
3488
- "x": 0,
3489
- "y": 5,
3490
- },
3491
- Object {
3492
- "x": 1,
3493
- "y": 10,
3494
- },
3495
- ],
3496
- undefined,
3497
- ]
3498
- }
3499
- _animation={0.0001}
3500
- angleDomain={Array []}
3501
- animation={null}
3502
- attr="y"
3503
- attrAxis="x"
3504
- className=""
3505
- colorDomain={Array []}
3506
- colorRange={
3507
- Array [
3508
- "#EF5D28",
3509
- "#FF9833",
3510
- ]
3511
- }
3512
- data={null}
3513
- fillDomain={Array []}
3514
- fillRange={
3515
- Array [
3516
- "#EF5D28",
3517
- "#FF9833",
3518
- ]
3519
- }
3520
- getAngle={[Function]}
3521
- getAngle0={[Function]}
3522
- getColor={[Function]}
3523
- getColor0={[Function]}
3524
- getFill={[Function]}
3525
- getFill0={[Function]}
3526
- getOpacity={[Function]}
3527
- getOpacity0={[Function]}
3528
- getRadius={[Function]}
3529
- getRadius0={[Function]}
3530
- getSize={[Function]}
3531
- getSize0={[Function]}
3532
- getStroke={[Function]}
3533
- getStroke0={[Function]}
3534
- getX={[Function]}
3535
- getX0={[Function]}
3536
- getY={[Function]}
3537
- getY0={[Function]}
3538
- innerHeight={150}
3539
- innerWidth={550}
3540
- marginBottom={40}
3541
- marginLeft={40}
3542
- marginRight={10}
3543
- marginTop={10}
3544
- on0={false}
3545
- opacityDomain={Array []}
3546
- opacityType="literal"
3547
- orientation="left"
3548
- position="middle"
3549
- radiusDomain={Array []}
3550
- sizeDomain={Array []}
3551
- sizeRange={
3552
- Array [
3553
- 1,
3554
- 10,
3555
- ]
3556
- }
3557
- strokeDomain={Array []}
3558
- strokeRange={
3559
- Array [
3560
- "#EF5D28",
3561
- "#FF9833",
3562
- ]
3563
- }
3564
- style={Object {}}
3565
- tickPadding={8}
3566
- tickSize={0}
3567
- xDomain={
3568
- Array [
3569
- 0,
3570
- 1,
3571
- ]
3572
- }
3573
- xPadding={0}
3574
- xRange={
3575
- Array [
3576
- 0,
3577
- 550,
3578
- ]
3579
- }
3580
- xType="linear"
3581
- yDomain={
3582
- Array [
3583
- 5,
3584
- 10,
3585
- ]
3586
- }
3587
- yPadding={0}
3588
- yRange={
3589
- Array [
3590
- 150,
3591
- 0,
3592
- ]
3593
- }
3594
- yType="linear"
3595
- >
3596
- <g
3597
- className="rv-xy-plot__axis rv-xy-plot__axis--vertical "
3598
- style={Object {}}
3599
- transform="translate(0,10)"
3600
- >
3601
- <AxisLine
3602
- height={150}
3603
- orientation="left"
3604
- style={Object {}}
3605
- width={40}
3606
- >
3607
- <line
3608
- className="rv-xy-plot__axis__line"
3609
- style={Object {}}
3610
- x1={40}
3611
- x2={40}
3612
- y1={0}
3613
- y2={150}
3614
- />
3615
- </AxisLine>
3616
- <AxisTicks
3617
- _adjustBy={Array []}
3618
- _adjustWhat={Array []}
3619
- _allData={
3620
- Array [
3621
- Array [
3622
- Object {
3623
- "x": 0,
3624
- "y": 5,
3625
- },
3626
- Object {
3627
- "x": 1,
3628
- "y": 10,
3629
- },
3630
- ],
3631
- undefined,
3632
- ]
3633
- }
3634
- _animation={0.0001}
3635
- angleDomain={Array []}
3636
- animation={null}
3637
- attr="y"
3638
- attrAxis="x"
3639
- className=""
3640
- colorDomain={Array []}
3641
- colorRange={
3642
- Array [
3643
- "#EF5D28",
3644
- "#FF9833",
3645
- ]
3646
- }
3647
- data={null}
3648
- fillDomain={Array []}
3649
- fillRange={
3650
- Array [
3651
- "#EF5D28",
3652
- "#FF9833",
3653
- ]
3654
- }
3655
- getAngle={[Function]}
3656
- getAngle0={[Function]}
3657
- getColor={[Function]}
3658
- getColor0={[Function]}
3659
- getFill={[Function]}
3660
- getFill0={[Function]}
3661
- getOpacity={[Function]}
3662
- getOpacity0={[Function]}
3663
- getRadius={[Function]}
3664
- getRadius0={[Function]}
3665
- getSize={[Function]}
3666
- getSize0={[Function]}
3667
- getStroke={[Function]}
3668
- getStroke0={[Function]}
3669
- getX={[Function]}
3670
- getX0={[Function]}
3671
- getY={[Function]}
3672
- getY0={[Function]}
3673
- height={150}
3674
- innerHeight={150}
3675
- innerWidth={550}
3676
- left={0}
3677
- marginBottom={40}
3678
- marginLeft={40}
3679
- marginRight={10}
3680
- marginTop={10}
3681
- on0={false}
3682
- opacityDomain={Array []}
3683
- opacityType="literal"
3684
- orientation="left"
3685
- position="middle"
3686
- radiusDomain={Array []}
3687
- sizeDomain={Array []}
3688
- sizeRange={
3689
- Array [
3690
- 1,
3691
- 10,
3692
- ]
3693
- }
3694
- strokeDomain={Array []}
3695
- strokeRange={
3696
- Array [
3697
- "#EF5D28",
3698
- "#FF9833",
3699
- ]
3700
- }
3701
- style={Object {}}
3702
- tickPadding={8}
3703
- tickSize={0}
3704
- tickTotal={5}
3705
- top={10}
3706
- width={40}
3707
- xDomain={
3708
- Array [
3709
- 0,
3710
- 1,
3711
- ]
3712
- }
3713
- xPadding={0}
3714
- xRange={
3715
- Array [
3716
- 0,
3717
- 550,
3718
- ]
3719
- }
3720
- xType="linear"
3721
- yDomain={
3722
- Array [
3723
- 5,
3724
- 10,
3725
- ]
3726
- }
3727
- yPadding={0}
3728
- yRange={
3729
- Array [
3730
- 150,
3731
- 0,
3732
- ]
3733
- }
3734
- yType="linear"
3735
- >
3736
- <g
3737
- className="rv-xy-plot__axis__ticks"
3738
- transform="translate(40, 0)"
3739
- >
3740
- <g
3741
- className="rv-xy-plot__axis__tick"
3742
- key="0"
3743
- style={Object {}}
3744
- transform="translate(0, 150)"
3745
- >
3746
- <line
3747
- className="rv-xy-plot__axis__tick__line"
3748
- style={Object {}}
3749
- x1={0}
3750
- x2={-0}
3751
- y1={0}
3752
- y2={0}
3753
- />
3754
- <text
3755
- className="rv-xy-plot__axis__tick__text"
3756
- dy="0.32em"
3757
- style={Object {}}
3758
- textAnchor="end"
3759
- transform="translate(-8, 0)"
3760
- >
3761
- 5
3762
- </text>
3763
- </g>
3764
- <g
3765
- className="rv-xy-plot__axis__tick"
3766
- key="1"
3767
- style={Object {}}
3768
- transform="translate(0, 120)"
3769
- >
3770
- <line
3771
- className="rv-xy-plot__axis__tick__line"
3772
- style={Object {}}
3773
- x1={0}
3774
- x2={-0}
3775
- y1={0}
3776
- y2={0}
3777
- />
3778
- <text
3779
- className="rv-xy-plot__axis__tick__text"
3780
- dy="0.32em"
3781
- style={Object {}}
3782
- textAnchor="end"
3783
- transform="translate(-8, 0)"
3784
- >
3785
- 6
3786
- </text>
3787
- </g>
3788
- <g
3789
- className="rv-xy-plot__axis__tick"
3790
- key="2"
3791
- style={Object {}}
3792
- transform="translate(0, 90)"
3793
- >
3794
- <line
3795
- className="rv-xy-plot__axis__tick__line"
3796
- style={Object {}}
3797
- x1={0}
3798
- x2={-0}
3799
- y1={0}
3800
- y2={0}
3801
- />
3802
- <text
3803
- className="rv-xy-plot__axis__tick__text"
3804
- dy="0.32em"
3805
- style={Object {}}
3806
- textAnchor="end"
3807
- transform="translate(-8, 0)"
3808
- >
3809
- 7
3810
- </text>
3811
- </g>
3812
- <g
3813
- className="rv-xy-plot__axis__tick"
3814
- key="3"
3815
- style={Object {}}
3816
- transform="translate(0, 60)"
3817
- >
3818
- <line
3819
- className="rv-xy-plot__axis__tick__line"
3820
- style={Object {}}
3821
- x1={0}
3822
- x2={-0}
3823
- y1={0}
3824
- y2={0}
3825
- />
3826
- <text
3827
- className="rv-xy-plot__axis__tick__text"
3828
- dy="0.32em"
3829
- style={Object {}}
3830
- textAnchor="end"
3831
- transform="translate(-8, 0)"
3832
- >
3833
- 8
3834
- </text>
3835
- </g>
3836
- <g
3837
- className="rv-xy-plot__axis__tick"
3838
- key="4"
3839
- style={Object {}}
3840
- transform="translate(0, 30)"
3841
- >
3842
- <line
3843
- className="rv-xy-plot__axis__tick__line"
3844
- style={Object {}}
3845
- x1={0}
3846
- x2={-0}
3847
- y1={0}
3848
- y2={0}
3849
- />
3850
- <text
3851
- className="rv-xy-plot__axis__tick__text"
3852
- dy="0.32em"
3853
- style={Object {}}
3854
- textAnchor="end"
3855
- transform="translate(-8, 0)"
3856
- >
3857
- 9
3858
- </text>
3859
- </g>
3860
- <g
3861
- className="rv-xy-plot__axis__tick"
3862
- key="5"
3863
- style={Object {}}
3864
- transform="translate(0, 0)"
3865
- >
3866
- <line
3867
- className="rv-xy-plot__axis__tick__line"
3868
- style={Object {}}
3869
- x1={0}
3870
- x2={-0}
3871
- y1={0}
3872
- y2={0}
3873
- />
3874
- <text
3875
- className="rv-xy-plot__axis__tick__text"
3876
- dy="0.32em"
3877
- style={Object {}}
3878
- textAnchor="end"
3879
- transform="translate(-8, 0)"
3880
- >
3881
- 10
3882
- </text>
3883
- </g>
3884
- </g>
3885
- </AxisTicks>
3886
- </g>
3887
- </Axis>
3888
- </Motion>
3889
- </Animation>
3890
- </Axis>
3891
- </YAxis>
3892
- </EuiYAxis>
3893
- </EuiDefaultAxis>
3894
- </svg>
3895
- <EuiCrosshairX
3896
- _adjustBy={Array []}
3897
- _adjustWhat={Array []}
3898
- _allData={
3899
- Array [
3900
- Array [
3901
- Object {
3902
- "x": 0,
3903
- "y": 5,
3904
- },
3905
- Object {
3906
- "x": 1,
3907
- "y": 10,
3908
- },
3909
- ],
3910
- undefined,
3911
- ]
3912
- }
3913
- _colorValue="#79C7E3"
3914
- _opacityValue={1}
3915
- angleDomain={Array []}
3916
- animation={true}
3917
- clusters={
3918
- Set {
3919
- undefined,
3920
- }
3921
- }
3922
- colorDomain={Array []}
3923
- colorRange={
3924
- Array [
3925
- "#EF5D28",
3926
- "#FF9833",
3927
- ]
3928
- }
3929
- fillDomain={Array []}
3930
- fillRange={
3931
- Array [
3932
- "#EF5D28",
3933
- "#FF9833",
3934
- ]
3935
- }
3936
- getAngle={[Function]}
3937
- getAngle0={[Function]}
3938
- getColor={[Function]}
3939
- getColor0={[Function]}
3940
- getFill={[Function]}
3941
- getFill0={[Function]}
3942
- getOpacity={[Function]}
3943
- getOpacity0={[Function]}
3944
- getRadius={[Function]}
3945
- getRadius0={[Function]}
3946
- getSize={[Function]}
3947
- getSize0={[Function]}
3948
- getStroke={[Function]}
3949
- getStroke0={[Function]}
3950
- getX={[Function]}
3951
- getX0={[Function]}
3952
- getY={[Function]}
3953
- getY0={[Function]}
3954
- innerHeight={150}
3955
- innerWidth={550}
3956
- key=".2"
3957
- marginBottom={40}
3958
- marginLeft={40}
3959
- marginRight={10}
3960
- marginTop={10}
3961
- opacityDomain={Array []}
3962
- opacityType="literal"
3963
- radiusDomain={Array []}
3964
- sameTypeIndex={0}
3965
- sameTypeTotal={1}
3966
- seriesIndex={1}
3967
- seriesNames={
3968
- Array [
3969
- "name",
3970
- ]
3971
- }
3972
- sizeDomain={Array []}
3973
- sizeRange={
3974
- Array [
3975
- 1,
3976
- 10,
3977
- ]
3978
- }
3979
- strokeDomain={Array []}
3980
- strokeRange={
3981
- Array [
3982
- "#EF5D28",
3983
- "#FF9833",
3984
- ]
3985
- }
3986
- xDomain={
3987
- Array [
3988
- 0,
3989
- 1,
3990
- ]
3991
- }
3992
- xPadding={0}
3993
- xRange={
3994
- Array [
3995
- 0,
3996
- 550,
3997
- ]
3998
- }
3999
- xType="linear"
4000
- yDomain={
4001
- Array [
4002
- 5,
4003
- 10,
4004
- ]
4005
- }
4006
- yPadding={0}
4007
- yRange={
4008
- Array [
4009
- 150,
4010
- 0,
4011
- ]
4012
- }
4013
- yType="linear"
4014
- >
4015
- <Crosshair
4016
- _adjustBy={Array []}
4017
- _adjustWhat={Array []}
4018
- _allData={
4019
- Array [
4020
- Array [
4021
- Object {
4022
- "x": 0,
4023
- "y": 5,
4024
- },
4025
- Object {
4026
- "x": 1,
4027
- "y": 10,
4028
- },
4029
- ],
4030
- undefined,
4031
- ]
4032
- }
4033
- _colorValue="#79C7E3"
4034
- _opacityValue={1}
4035
- angleDomain={Array []}
4036
- animation={true}
4037
- clusters={
4038
- Set {
4039
- undefined,
4040
- }
4041
- }
4042
- colorDomain={Array []}
4043
- colorRange={
4044
- Array [
4045
- "#EF5D28",
4046
- "#FF9833",
4047
- ]
4048
- }
4049
- fillDomain={Array []}
4050
- fillRange={
4051
- Array [
4052
- "#EF5D28",
4053
- "#FF9833",
4054
- ]
4055
- }
4056
- getAngle={[Function]}
4057
- getAngle0={[Function]}
4058
- getColor={[Function]}
4059
- getColor0={[Function]}
4060
- getFill={[Function]}
4061
- getFill0={[Function]}
4062
- getOpacity={[Function]}
4063
- getOpacity0={[Function]}
4064
- getRadius={[Function]}
4065
- getRadius0={[Function]}
4066
- getSize={[Function]}
4067
- getSize0={[Function]}
4068
- getStroke={[Function]}
4069
- getStroke0={[Function]}
4070
- getX={[Function]}
4071
- getX0={[Function]}
4072
- getY={[Function]}
4073
- getY0={[Function]}
4074
- innerHeight={150}
4075
- innerWidth={550}
4076
- itemsFormat={[Function]}
4077
- marginBottom={40}
4078
- marginLeft={40}
4079
- marginRight={10}
4080
- marginTop={10}
4081
- opacityDomain={Array []}
4082
- opacityType="literal"
4083
- radiusDomain={Array []}
4084
- sameTypeIndex={0}
4085
- sameTypeTotal={1}
4086
- seriesIndex={1}
4087
- seriesNames={
4088
- Array [
4089
- "name",
4090
- ]
4091
- }
4092
- sizeDomain={Array []}
4093
- sizeRange={
4094
- Array [
4095
- 1,
4096
- 10,
4097
- ]
4098
- }
4099
- strokeDomain={Array []}
4100
- strokeRange={
4101
- Array [
4102
- "#EF5D28",
4103
- "#FF9833",
4104
- ]
4105
- }
4106
- style={
4107
- Object {
4108
- "line": Object {
4109
- "background": "rgb(218, 218, 218)",
4110
- },
4111
- }
4112
- }
4113
- titleFormat={[Function]}
4114
- values={Array []}
4115
- xDomain={
4116
- Array [
4117
- 0,
4118
- 1,
4119
- ]
4120
- }
4121
- xPadding={0}
4122
- xRange={
4123
- Array [
4124
- 0,
4125
- 550,
4126
- ]
4127
- }
4128
- xType="linear"
4129
- yDomain={
4130
- Array [
4131
- 5,
4132
- 10,
4133
- ]
4134
- }
4135
- yPadding={0}
4136
- yRange={
4137
- Array [
4138
- 150,
4139
- 0,
4140
- ]
4141
- }
4142
- yType="linear"
4143
- />
4144
- </EuiCrosshairX>
4145
- </div>
4146
- </XYPlot>
4147
- </div>
4148
- </EuiSeriesChart>
4149
- </div>
4150
- </FlexibleEuiSeriesChart>
4151
- `;