@elastic/charts 60.0.0 → 61.1.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 (265) hide show
  1. package/dist/chart_types/bullet_graph/chart_state.d.ts +2 -0
  2. package/dist/chart_types/bullet_graph/chart_state.d.ts.map +1 -0
  3. package/dist/chart_types/bullet_graph/chart_state.js +61 -0
  4. package/dist/chart_types/bullet_graph/chart_state.js.map +1 -0
  5. package/dist/chart_types/bullet_graph/renderer/canvas/bullet_graph.d.ts +2 -0
  6. package/dist/chart_types/bullet_graph/renderer/canvas/bullet_graph.d.ts.map +1 -0
  7. package/dist/chart_types/bullet_graph/renderer/canvas/bullet_graph.js +122 -0
  8. package/dist/chart_types/bullet_graph/renderer/canvas/bullet_graph.js.map +1 -0
  9. package/dist/chart_types/bullet_graph/renderer/canvas/constants.d.ts +2 -0
  10. package/dist/chart_types/bullet_graph/renderer/canvas/constants.d.ts.map +1 -0
  11. package/dist/chart_types/bullet_graph/renderer/canvas/constants.js +14 -0
  12. package/dist/chart_types/bullet_graph/renderer/canvas/constants.js.map +1 -0
  13. package/dist/chart_types/bullet_graph/renderer/canvas/index.d.ts +2 -0
  14. package/dist/chart_types/bullet_graph/renderer/canvas/index.d.ts.map +1 -0
  15. package/dist/chart_types/bullet_graph/renderer/canvas/index.js +169 -0
  16. package/dist/chart_types/bullet_graph/renderer/canvas/index.js.map +1 -0
  17. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/angular.d.ts +2 -0
  18. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/angular.d.ts.map +1 -0
  19. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/angular.js +94 -0
  20. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/angular.js.map +1 -0
  21. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/horizontal.d.ts +2 -0
  22. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/horizontal.d.ts.map +1 -0
  23. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/horizontal.js +62 -0
  24. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/horizontal.js.map +1 -0
  25. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/index.d.ts +4 -0
  26. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/index.d.ts.map +1 -0
  27. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/index.js +20 -0
  28. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/index.js.map +1 -0
  29. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/vertical.d.ts +2 -0
  30. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/vertical.d.ts.map +1 -0
  31. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/vertical.js +62 -0
  32. package/dist/chart_types/bullet_graph/renderer/canvas/sub_types/vertical.js.map +1 -0
  33. package/dist/chart_types/bullet_graph/selectors/can_display_chart_titles.d.ts +2 -0
  34. package/dist/chart_types/bullet_graph/selectors/can_display_chart_titles.d.ts.map +1 -0
  35. package/dist/chart_types/bullet_graph/selectors/can_display_chart_titles.js +10 -0
  36. package/dist/chart_types/bullet_graph/selectors/can_display_chart_titles.js.map +1 -0
  37. package/dist/chart_types/bullet_graph/selectors/get_active_value.d.ts +2 -0
  38. package/dist/chart_types/bullet_graph/selectors/get_active_value.d.ts.map +1 -0
  39. package/dist/chart_types/bullet_graph/selectors/get_active_value.js +119 -0
  40. package/dist/chart_types/bullet_graph/selectors/get_active_value.js.map +1 -0
  41. package/dist/chart_types/bullet_graph/selectors/get_active_values.d.ts +2 -0
  42. package/dist/chart_types/bullet_graph/selectors/get_active_values.d.ts.map +1 -0
  43. package/dist/chart_types/bullet_graph/selectors/get_active_values.js +25 -0
  44. package/dist/chart_types/bullet_graph/selectors/get_active_values.js.map +1 -0
  45. package/dist/chart_types/bullet_graph/selectors/get_bullet_spec.d.ts +2 -0
  46. package/dist/chart_types/bullet_graph/selectors/get_bullet_spec.d.ts.map +1 -0
  47. package/dist/chart_types/bullet_graph/selectors/get_bullet_spec.js +11 -0
  48. package/dist/chart_types/bullet_graph/selectors/get_bullet_spec.js.map +1 -0
  49. package/dist/chart_types/bullet_graph/selectors/get_chart_size.d.ts +2 -0
  50. package/dist/chart_types/bullet_graph/selectors/get_chart_size.d.ts.map +1 -0
  51. package/dist/chart_types/bullet_graph/selectors/get_chart_size.js +9 -0
  52. package/dist/chart_types/bullet_graph/selectors/get_chart_size.js.map +1 -0
  53. package/dist/chart_types/bullet_graph/selectors/get_layout.d.ts +2 -0
  54. package/dist/chart_types/bullet_graph/selectors/get_layout.d.ts.map +1 -0
  55. package/dist/chart_types/bullet_graph/selectors/get_layout.js +152 -0
  56. package/dist/chart_types/bullet_graph/selectors/get_layout.js.map +1 -0
  57. package/dist/chart_types/bullet_graph/selectors/get_panel_dimensions.d.ts +2 -0
  58. package/dist/chart_types/bullet_graph/selectors/get_panel_dimensions.d.ts.map +1 -0
  59. package/dist/chart_types/bullet_graph/selectors/get_panel_dimensions.js +135 -0
  60. package/dist/chart_types/bullet_graph/selectors/get_panel_dimensions.js.map +1 -0
  61. package/dist/chart_types/bullet_graph/selectors/get_tooltip_anchor.d.ts +2 -0
  62. package/dist/chart_types/bullet_graph/selectors/get_tooltip_anchor.d.ts.map +1 -0
  63. package/dist/chart_types/bullet_graph/selectors/get_tooltip_anchor.js +15 -0
  64. package/dist/chart_types/bullet_graph/selectors/get_tooltip_anchor.js.map +1 -0
  65. package/dist/chart_types/bullet_graph/selectors/get_tooltip_info.d.ts +2 -0
  66. package/dist/chart_types/bullet_graph/selectors/get_tooltip_info.d.ts.map +1 -0
  67. package/dist/chart_types/bullet_graph/selectors/get_tooltip_info.js +63 -0
  68. package/dist/chart_types/bullet_graph/selectors/get_tooltip_info.js.map +1 -0
  69. package/dist/chart_types/bullet_graph/selectors/has_chart_titles.d.ts +2 -0
  70. package/dist/chart_types/bullet_graph/selectors/has_chart_titles.d.ts.map +1 -0
  71. package/dist/chart_types/bullet_graph/selectors/has_chart_titles.js +10 -0
  72. package/dist/chart_types/bullet_graph/selectors/has_chart_titles.js.map +1 -0
  73. package/dist/chart_types/bullet_graph/selectors/is_tooltip_visible.d.ts +2 -0
  74. package/dist/chart_types/bullet_graph/selectors/is_tooltip_visible.d.ts.map +1 -0
  75. package/dist/chart_types/bullet_graph/selectors/is_tooltip_visible.js +17 -0
  76. package/dist/chart_types/bullet_graph/selectors/is_tooltip_visible.js.map +1 -0
  77. package/dist/chart_types/bullet_graph/spec.d.ts +76 -0
  78. package/dist/chart_types/bullet_graph/spec.d.ts.map +1 -0
  79. package/dist/chart_types/bullet_graph/spec.js +37 -0
  80. package/dist/chart_types/bullet_graph/spec.js.map +1 -0
  81. package/dist/chart_types/bullet_graph/theme.d.ts +18 -0
  82. package/dist/chart_types/bullet_graph/theme.d.ts.map +1 -0
  83. package/dist/chart_types/bullet_graph/theme.js +77 -0
  84. package/dist/chart_types/bullet_graph/theme.js.map +1 -0
  85. package/dist/chart_types/bullet_graph/utils/angular.d.ts +2 -0
  86. package/dist/chart_types/bullet_graph/utils/angular.d.ts.map +1 -0
  87. package/dist/chart_types/bullet_graph/utils/angular.js +52 -0
  88. package/dist/chart_types/bullet_graph/utils/angular.js.map +1 -0
  89. package/dist/chart_types/bullet_graph/utils/bounds.d.ts +43 -0
  90. package/dist/chart_types/bullet_graph/utils/bounds.d.ts.map +1 -0
  91. package/dist/chart_types/bullet_graph/utils/bounds.js +3 -0
  92. package/dist/chart_types/bullet_graph/utils/bounds.js.map +1 -0
  93. package/dist/chart_types/bullet_graph/utils/color.d.ts +57 -0
  94. package/dist/chart_types/bullet_graph/utils/color.d.ts.map +1 -0
  95. package/dist/chart_types/bullet_graph/utils/color.js +185 -0
  96. package/dist/chart_types/bullet_graph/utils/color.js.map +1 -0
  97. package/dist/chart_types/bullet_graph/utils/ticks.d.ts +2 -0
  98. package/dist/chart_types/bullet_graph/utils/ticks.d.ts.map +1 -0
  99. package/dist/chart_types/bullet_graph/utils/ticks.js +13 -0
  100. package/dist/chart_types/bullet_graph/utils/ticks.js.map +1 -0
  101. package/dist/chart_types/goal_chart/layout/viewmodel/utils.js +2 -2
  102. package/dist/chart_types/goal_chart/layout/viewmodel/utils.js.map +1 -1
  103. package/dist/chart_types/goal_chart/specs/index.d.ts +1 -0
  104. package/dist/chart_types/goal_chart/specs/index.d.ts.map +1 -1
  105. package/dist/chart_types/goal_chart/specs/index.js.map +1 -1
  106. package/dist/chart_types/heatmap/layout/viewmodel/scenegraph.js.map +1 -1
  107. package/dist/chart_types/heatmap/layout/viewmodel/viewmodel.d.ts.map +1 -1
  108. package/dist/chart_types/heatmap/layout/viewmodel/viewmodel.js +1 -1
  109. package/dist/chart_types/heatmap/layout/viewmodel/viewmodel.js.map +1 -1
  110. package/dist/chart_types/heatmap/renderer/canvas/connected_component.js.map +1 -1
  111. package/dist/chart_types/heatmap/renderer/canvas/utils.js.map +1 -1
  112. package/dist/chart_types/heatmap/scales/band_color_scale.js.map +1 -1
  113. package/dist/chart_types/heatmap/specs/heatmap.d.ts +1 -1
  114. package/dist/chart_types/heatmap/state/selectors/get_color_scale.js.map +1 -1
  115. package/dist/chart_types/heatmap/state/selectors/get_highlighted_legend_bands.js.map +1 -1
  116. package/dist/chart_types/index.d.ts +1 -0
  117. package/dist/chart_types/index.d.ts.map +1 -1
  118. package/dist/chart_types/index.js +1 -0
  119. package/dist/chart_types/index.js.map +1 -1
  120. package/dist/chart_types/metric/renderer/dom/index.js +17 -10
  121. package/dist/chart_types/metric/renderer/dom/index.js.map +1 -1
  122. package/dist/chart_types/metric/renderer/dom/metric.js +19 -17
  123. package/dist/chart_types/metric/renderer/dom/metric.js.map +1 -1
  124. package/dist/chart_types/metric/renderer/dom/progress.js +47 -17
  125. package/dist/chart_types/metric/renderer/dom/progress.js.map +1 -1
  126. package/dist/chart_types/metric/renderer/dom/sparkline.js +12 -5
  127. package/dist/chart_types/metric/renderer/dom/sparkline.js.map +1 -1
  128. package/dist/chart_types/metric/renderer/dom/text.js +2 -2
  129. package/dist/chart_types/metric/renderer/dom/text.js.map +1 -1
  130. package/dist/chart_types/metric/specs/index.d.ts +7 -2
  131. package/dist/chart_types/metric/specs/index.d.ts.map +1 -1
  132. package/dist/chart_types/metric/specs/index.js +7 -2
  133. package/dist/chart_types/metric/specs/index.js.map +1 -1
  134. package/dist/chart_types/partition_chart/layout/viewmodel/link_text_layout.js +1 -1
  135. package/dist/chart_types/partition_chart/layout/viewmodel/link_text_layout.js.map +1 -1
  136. package/dist/chart_types/partition_chart/layout/viewmodel/viewmodel.js +1 -1
  137. package/dist/chart_types/partition_chart/layout/viewmodel/viewmodel.js.map +1 -1
  138. package/dist/chart_types/specs.d.ts +2 -0
  139. package/dist/chart_types/specs.d.ts.map +1 -1
  140. package/dist/chart_types/specs.js +4 -1
  141. package/dist/chart_types/specs.js.map +1 -1
  142. package/dist/chart_types/xy_chart/annotations/rect/dimensions.js +2 -3
  143. package/dist/chart_types/xy_chart/annotations/rect/dimensions.js.map +1 -1
  144. package/dist/chart_types/xy_chart/domains/y_domain.js +6 -9
  145. package/dist/chart_types/xy_chart/domains/y_domain.js.map +1 -1
  146. package/dist/chart_types/xy_chart/renderer/canvas/lines.js +10 -1
  147. package/dist/chart_types/xy_chart/renderer/canvas/lines.js.map +1 -1
  148. package/dist/chart_types/xy_chart/renderer/canvas/utils/debug.js +15 -1
  149. package/dist/chart_types/xy_chart/renderer/canvas/utils/debug.js.map +1 -1
  150. package/dist/chart_types/xy_chart/renderer/canvas/values/bar.js +2 -2
  151. package/dist/chart_types/xy_chart/renderer/canvas/values/bar.js.map +1 -1
  152. package/dist/chart_types/xy_chart/specs/area_series.d.ts +2 -2
  153. package/dist/chart_types/xy_chart/specs/axis.d.ts +1 -1
  154. package/dist/chart_types/xy_chart/specs/bar_series.d.ts +2 -2
  155. package/dist/chart_types/xy_chart/specs/bubble_series.d.ts +2 -2
  156. package/dist/chart_types/xy_chart/specs/histogram_bar_series.d.ts +2 -2
  157. package/dist/chart_types/xy_chart/specs/histogram_bar_series.d.ts.map +1 -1
  158. package/dist/chart_types/xy_chart/specs/line_annotation.d.ts +2 -2
  159. package/dist/chart_types/xy_chart/specs/line_series.d.ts +2 -2
  160. package/dist/chart_types/xy_chart/specs/rect_annotation.d.ts +1 -1
  161. package/dist/chart_types/xy_chart/state/selectors/count_bars_in_cluster.js +4 -9
  162. package/dist/chart_types/xy_chart/state/selectors/count_bars_in_cluster.js.map +1 -1
  163. package/dist/chart_types/xy_chart/state/selectors/get_tooltip_values_highlighted_geoms.js +2 -1
  164. package/dist/chart_types/xy_chart/state/selectors/get_tooltip_values_highlighted_geoms.js.map +1 -1
  165. package/dist/chart_types/xy_chart/state/selectors/on_brush_end_caller.js +2 -2
  166. package/dist/chart_types/xy_chart/state/selectors/on_brush_end_caller.js.map +1 -1
  167. package/dist/chart_types/xy_chart/state/utils/utils.js +4 -5
  168. package/dist/chart_types/xy_chart/state/utils/utils.js.map +1 -1
  169. package/dist/chart_types/xy_chart/tooltip/tooltip.js +2 -2
  170. package/dist/chart_types/xy_chart/tooltip/tooltip.js.map +1 -1
  171. package/dist/chart_types/xy_chart/utils/axis_utils.js +2 -3
  172. package/dist/chart_types/xy_chart/utils/axis_utils.js.map +1 -1
  173. package/dist/chart_types/xy_chart/utils/series.js +7 -7
  174. package/dist/chart_types/xy_chart/utils/series.js.map +1 -1
  175. package/dist/chart_types/xy_chart/utils/specs.d.ts +2 -2
  176. package/dist/chart_types/xy_chart/utils/specs.d.ts.map +1 -1
  177. package/dist/common/color_calcs.js +49 -10
  178. package/dist/common/color_calcs.js.map +1 -1
  179. package/dist/common/color_library_wrappers.js +9 -6
  180. package/dist/common/color_library_wrappers.js.map +1 -1
  181. package/dist/common/colors.d.ts.map +1 -1
  182. package/dist/common/colors.js.map +1 -1
  183. package/dist/common/fill_text_color.js +3 -3
  184. package/dist/common/fill_text_color.js.map +1 -1
  185. package/dist/components/chart_resizer.js +15 -4
  186. package/dist/components/chart_resizer.js.map +1 -1
  187. package/dist/components/chart_status.js +4 -2
  188. package/dist/components/chart_status.js.map +1 -1
  189. package/dist/components/grid/aligned_grid.d.ts +2 -0
  190. package/dist/components/grid/aligned_grid.d.ts.map +1 -0
  191. package/dist/components/grid/aligned_grid.js +44 -0
  192. package/dist/components/grid/aligned_grid.js.map +1 -0
  193. package/dist/components/icons/assets/down_arrow.d.ts +2 -0
  194. package/dist/components/icons/assets/down_arrow.d.ts.map +1 -0
  195. package/dist/components/icons/assets/down_arrow.js +13 -0
  196. package/dist/components/icons/assets/down_arrow.js.map +1 -0
  197. package/dist/components/icons/icon.js +2 -0
  198. package/dist/components/icons/icon.js.map +1 -1
  199. package/dist/components/tooltip/components/tooltip_table_color_cell.js +1 -1
  200. package/dist/components/tooltip/components/tooltip_table_color_cell.js.map +1 -1
  201. package/dist/index.d.ts +5 -1
  202. package/dist/index.d.ts.map +1 -1
  203. package/dist/index.js +8 -1
  204. package/dist/index.js.map +1 -1
  205. package/dist/renderers/canvas/index.js +2 -1
  206. package/dist/renderers/canvas/index.js.map +1 -1
  207. package/dist/specs/constants.d.ts +1 -1
  208. package/dist/specs/constants.d.ts.map +1 -1
  209. package/dist/specs/constants.js +3 -2
  210. package/dist/specs/constants.js.map +1 -1
  211. package/dist/specs/settings.d.ts +19 -4
  212. package/dist/specs/settings.d.ts.map +1 -1
  213. package/dist/specs/settings.js.map +1 -1
  214. package/dist/state/chart_state.js +17 -14
  215. package/dist/state/chart_state.js.map +1 -1
  216. package/dist/state/selectors/get_active_pointer_position.js.map +1 -1
  217. package/dist/state/selectors/get_resolved_background_color.d.ts +2 -0
  218. package/dist/state/selectors/get_resolved_background_color.d.ts.map +1 -0
  219. package/dist/state/selectors/get_resolved_background_color.js +16 -0
  220. package/dist/state/selectors/get_resolved_background_color.js.map +1 -0
  221. package/dist/theme.scss +103 -5
  222. package/dist/theme_dark.css +1 -1
  223. package/dist/theme_dark.css.map +1 -1
  224. package/dist/theme_light.css +1 -1
  225. package/dist/theme_light.css.map +1 -1
  226. package/dist/theme_only_dark.css +1 -1
  227. package/dist/theme_only_dark.css.map +1 -1
  228. package/dist/theme_only_light.css +1 -1
  229. package/dist/theme_only_light.css.map +1 -1
  230. package/dist/utils/bbox/canvas_text_bbox_calculator.js +3 -2
  231. package/dist/utils/bbox/canvas_text_bbox_calculator.js.map +1 -1
  232. package/dist/utils/common.d.ts.map +1 -1
  233. package/dist/utils/common.js +16 -1
  234. package/dist/utils/common.js.map +1 -1
  235. package/dist/utils/domain.d.ts +2 -0
  236. package/dist/utils/domain.d.ts.map +1 -1
  237. package/dist/utils/domain.js.map +1 -1
  238. package/dist/utils/text/wrap.js +6 -2
  239. package/dist/utils/text/wrap.js.map +1 -1
  240. package/dist/utils/themes/base_colors.d.ts +6 -0
  241. package/dist/utils/themes/base_colors.d.ts.map +1 -0
  242. package/dist/utils/themes/base_colors.js +22 -0
  243. package/dist/utils/themes/base_colors.js.map +1 -0
  244. package/dist/utils/themes/colors.js +5 -5
  245. package/dist/utils/themes/colors.js.map +1 -1
  246. package/dist/utils/themes/dark_theme.d.ts.map +1 -1
  247. package/dist/utils/themes/dark_theme.js +78 -72
  248. package/dist/utils/themes/dark_theme.js.map +1 -1
  249. package/dist/utils/themes/legacy_dark_theme.d.ts +9 -0
  250. package/dist/utils/themes/legacy_dark_theme.d.ts.map +1 -0
  251. package/dist/utils/themes/legacy_dark_theme.js +431 -0
  252. package/dist/utils/themes/legacy_dark_theme.js.map +1 -0
  253. package/dist/utils/themes/legacy_light_theme.d.ts +9 -0
  254. package/dist/utils/themes/legacy_light_theme.d.ts.map +1 -0
  255. package/dist/utils/themes/legacy_light_theme.js +431 -0
  256. package/dist/utils/themes/legacy_light_theme.js.map +1 -0
  257. package/dist/utils/themes/light_theme.d.ts.map +1 -1
  258. package/dist/utils/themes/light_theme.js +74 -68
  259. package/dist/utils/themes/light_theme.js.map +1 -1
  260. package/dist/utils/themes/theme.d.ts +19 -1
  261. package/dist/utils/themes/theme.d.ts.map +1 -1
  262. package/dist/utils/themes/theme.js.map +1 -1
  263. package/dist/utils/themes/theme_common.js +7 -1
  264. package/dist/utils/themes/theme_common.js.map +1 -1
  265. package/package.json +2 -2
@@ -1 +1 @@
1
- {"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../src/specs/settings.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../src/specs/settings.tsx"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"settings.js","sourceRoot":"","sources":["../../src/specs/settings.tsx"],"names":[],"mappings":";;;AAWA,2CAAuH;AAcvH,wDAAgE;AAEhE,4CAQyB;AAwFzB,SAAgB,oBAAoB,CAAC,CAAyC;IAC5E,OAAO,MAAM,IAAI,CAAC,IAAI,CAAC,CAAC,IAAI,KAAK,oBAAoB,CAAC;AACxD,CAAC;AAFD,oDAEC;AAkgBM,MAAM,QAAQ,GAAG,UACtB,KAMC;IAED,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,8BAAkB,CAAC;IACnD,IAAA,6BAAc,EAAe,EAAE,GAAG,QAAQ,EAAE,GAAG,IAAA,uBAAc,EAAC,KAAK,CAAC,EAAE,GAAG,SAAS,EAAE,CAAC,CAAC;IACtF,OAAO,IAAI,CAAC;AACd,CAAC,CAAC;AAZW,QAAA,QAAQ,YAYnB;AAMF,SAAgB,iBAAiB,CAAC,KAAsC;IACtE,OAAO,CAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,IAAI,MAAK,4BAAgB,CAAC,GAAG,CAAC;AAC9C,CAAC;AAFD,8CAEC;AAGD,SAAgB,kBAAkB,CAAC,KAAsC;IACvE,OAAO,CAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,IAAI,MAAK,4BAAgB,CAAC,IAAI,CAAC;AAC/C,CAAC;AAFD,gDAEC"}
1
+ {"version":3,"file":"settings.js","sourceRoot":"","sources":["../../src/specs/settings.tsx"],"names":[],"mappings":";;;AAWA,2CAAuH;AAcvH,wDAAgE;AAEhE,4CAQyB;AAwFzB,SAAgB,oBAAoB,CAAC,CAAyC;IAC5E,OAAO,MAAM,IAAI,CAAC,IAAI,CAAC,CAAC,IAAI,KAAK,oBAAoB,CAAC;AACxD,CAAC;AAFD,oDAEC;AAihBM,MAAM,QAAQ,GAAG,UACtB,KAMC;IAED,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,8BAAkB,CAAC;IACnD,IAAA,6BAAc,EAAe,EAAE,GAAG,QAAQ,EAAE,GAAG,IAAA,uBAAc,EAAC,KAAK,CAAC,EAAE,GAAG,SAAS,EAAE,CAAC,CAAC;IACtF,OAAO,IAAI,CAAC;AACd,CAAC,CAAC;AAZW,QAAA,QAAQ,YAYnB;AAMF,SAAgB,iBAAiB,CAAC,KAAsC;IACtE,OAAO,CAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,IAAI,MAAK,4BAAgB,CAAC,GAAG,CAAC;AAC9C,CAAC;AAFD,8CAEC;AAGD,SAAgB,kBAAkB,CAAC,KAAsC;IACvE,OAAO,CAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,IAAI,MAAK,4BAAgB,CAAC,IAAI,CAAC;AAC/C,CAAC;AAFD,gDAEC"}
@@ -12,14 +12,15 @@ const get_internal_is_intialized_1 = require("./selectors/get_internal_is_intial
12
12
  const get_legend_items_1 = require("./selectors/get_legend_items");
13
13
  const utils_1 = require("./utils");
14
14
  const chart_types_1 = require("../chart_types");
15
+ const chart_state_1 = require("../chart_types/bullet_graph/chart_state");
15
16
  const internal_chart_state_1 = require("../chart_types/flame_chart/internal_chart_state");
16
- const chart_state_1 = require("../chart_types/goal_chart/state/chart_state");
17
- const chart_state_2 = require("../chart_types/heatmap/state/chart_state");
18
- const chart_state_3 = require("../chart_types/metric/state/chart_state");
19
- const chart_state_4 = require("../chart_types/partition_chart/state/chart_state");
17
+ const chart_state_2 = require("../chart_types/goal_chart/state/chart_state");
18
+ const chart_state_3 = require("../chart_types/heatmap/state/chart_state");
19
+ const chart_state_4 = require("../chart_types/metric/state/chart_state");
20
+ const chart_state_5 = require("../chart_types/partition_chart/state/chart_state");
20
21
  const internal_chart_state_2 = require("../chart_types/timeslip/internal_chart_state");
21
- const chart_state_5 = require("../chart_types/wordcloud/state/chart_state");
22
- const chart_state_6 = require("../chart_types/xy_chart/state/chart_state");
22
+ const chart_state_6 = require("../chart_types/wordcloud/state/chart_state");
23
+ const chart_state_7 = require("../chart_types/xy_chart/state/chart_state");
23
24
  const specs_2 = require("../specs");
24
25
  const common_1 = require("../utils/common");
25
26
  const logger_1 = require("../utils/logger");
@@ -106,11 +107,11 @@ const chartStoreReducer = (chartId, title, description) => {
106
107
  },
107
108
  };
108
109
  case chart_1.CHART_RENDERED:
109
- const count = state.chartRendered ? state.chartRenderedCount : state.chartRenderedCount + 1;
110
+ const chartRenderedCount = state.chartRendered ? state.chartRenderedCount : state.chartRenderedCount + 1;
110
111
  return {
111
112
  ...state,
112
113
  chartRendered: true,
113
- chartRenderedCount: count,
114
+ chartRenderedCount,
114
115
  };
115
116
  case chart_settings_1.UPDATE_PARENT_DIMENSION:
116
117
  return {
@@ -127,6 +128,7 @@ const chartStoreReducer = (chartId, title, description) => {
127
128
  parentDimensions: {
128
129
  ...action.dimensions,
129
130
  },
131
+ chartRendered: false,
130
132
  };
131
133
  case chart_settings_1.UPDATE_CHART_TITLES:
132
134
  return {
@@ -211,14 +213,15 @@ function chartTypeFromSpecs(specs) {
211
213
  return nonGlobalTypes[0];
212
214
  }
213
215
  const constructors = {
214
- [chart_types_1.ChartType.Goal]: () => new chart_state_1.GoalState(),
215
- [chart_types_1.ChartType.Partition]: () => new chart_state_4.PartitionState(),
216
+ [chart_types_1.ChartType.Goal]: () => new chart_state_2.GoalState(),
217
+ [chart_types_1.ChartType.Partition]: () => new chart_state_5.PartitionState(),
216
218
  [chart_types_1.ChartType.Flame]: () => new internal_chart_state_1.FlameState(),
217
219
  [chart_types_1.ChartType.Timeslip]: () => new internal_chart_state_2.TimeslipState(),
218
- [chart_types_1.ChartType.XYAxis]: () => new chart_state_6.XYAxisChartState(),
219
- [chart_types_1.ChartType.Heatmap]: () => new chart_state_2.HeatmapState(),
220
- [chart_types_1.ChartType.Wordcloud]: () => new chart_state_5.WordcloudState(),
221
- [chart_types_1.ChartType.Metric]: () => new chart_state_3.MetricState(),
220
+ [chart_types_1.ChartType.XYAxis]: () => new chart_state_7.XYAxisChartState(),
221
+ [chart_types_1.ChartType.Heatmap]: () => new chart_state_3.HeatmapState(),
222
+ [chart_types_1.ChartType.Wordcloud]: () => new chart_state_6.WordcloudState(),
223
+ [chart_types_1.ChartType.Metric]: () => new chart_state_4.MetricState(),
224
+ [chart_types_1.ChartType.BulletGraph]: () => new chart_state_1.BulletGraphState(),
222
225
  [chart_types_1.ChartType.Global]: () => null,
223
226
  };
224
227
  function newInternalState(chartType) {
@@ -1 +1 @@
1
- {"version":3,"file":"chart_state.js","sourceRoot":"","sources":["../../src/state/chart_state.ts"],"names":[],"mappings":";;;AAWA,2CAAiD;AACjD,6DAAwF;AACxF,6CAAoG;AAEpG,6CAA0D;AAE1D,2CAAwF;AACxF,+CAAkD;AAClD,0DAA8D;AAC9D,uFAAsG;AACtG,mEAAsE;AAGtE,mCAAyE;AACzE,gDAA2C;AAC3C,0FAA6E;AAC7E,6EAAwE;AACxE,0EAAwE;AACxE,yEAAsE;AACtE,kFAAkF;AAClF,uFAA6E;AAC7E,4EAA4E;AAC5E,2EAA6E;AAQ7E,oCAAmF;AACnF,4CAA+C;AAE/C,4CAAyC;AA4PlC,MAAM,eAAe,GAAG,CAAC,OAAe,EAAE,KAAc,EAAE,WAAoB,EAAoB,EAAE,CAAC,CAAC;IAC3G,OAAO;IACP,KAAK;IACL,WAAW;IACX,MAAM,EAAE,CAAC;IACT,gBAAgB,EAAE,KAAK;IACvB,WAAW,EAAE,KAAK;IAClB,aAAa,EAAE,KAAK;IACpB,kBAAkB,EAAE,CAAC;IACrB,KAAK,EAAE;QACL,CAAC,6BAAqB,CAAC,EAAE,CAAC,EAAE,6BAAqB;KAClD;IACD,MAAM,EAAE;QACN,SAAS,EAAE,EAAE;QACb,SAAS,EAAE,EAAE;KACd;IACD,SAAS,EAAE,IAAI;IACf,kBAAkB,EAAE,IAAI;IACxB,YAAY,EAAE;QACZ,OAAO,EAAE,IAAA,8BAAsB,GAAE;QACjC,qBAAqB,EAAE,EAAE;QACzB,oBAAoB,EAAE,EAAE;QACxB,iBAAiB,EAAE,IAAI;QACvB,SAAS,EAAE,EAAE;QACb,aAAa,EAAE,EAAE;QACjB,OAAO,EAAE,IAAA,8BAAsB,GAAE;KAClC;IACD,cAAc,EAAE;QACd,OAAO,EAAE,IAAI;KACd;IACD,gBAAgB,EAAE;QAChB,MAAM,EAAE,CAAC;QACT,KAAK,EAAE,CAAC;QACR,IAAI,EAAE,CAAC;QACP,GAAG,EAAE,CAAC;KACP;CACF,CAAC,CAAC;AApCU,QAAA,eAAe,mBAoCzB;AAGI,MAAM,iBAAiB,GAAG,CAAC,OAAe,EAAE,KAAc,EAAE,WAAoB,EAAE,EAAE;IAGzF,OAAO,CAAC,KAAK,GAAG,IAAA,uBAAe,EAAC,OAAO,EAAE,KAAK,EAAE,WAAW,CAAC,EAAE,MAAoB,EAAoB,EAAE;QACtG,QAAQ,MAAM,CAAC,IAAI,EAAE;YACnB,KAAK,uBAAa;gBAChB,OAAO;oBACL,GAAG,KAAK;oBACR,MAAM,EAAE,MAAM,CAAC,MAAM;iBACtB,CAAC;YACJ,KAAK,mBAAW;gBACd,MAAM,SAAS,GAAG,kBAAkB,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;gBAClD,OAAO;oBACL,GAAG,KAAK;oBACR,gBAAgB,EAAE,IAAI;oBACtB,WAAW,EAAE,KAAK;oBAClB,SAAS;oBACT,kBAAkB,EAAE,KAAK,CAAC,SAAS,KAAK,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC,CAAC,gBAAgB,CAAC,SAAS,CAAC;iBAC3G,CAAC;YACJ,KAAK,sBAAc;gBACjB,OAAO;oBACL,GAAG,KAAK;oBACR,gBAAgB,EAAE,KAAK;oBACvB,aAAa,EAAE,KAAK;iBACrB,CAAC;YACJ,KAAK,mBAAW;gBACd,OAAO;oBACL,GAAG,KAAK;oBACR,gBAAgB,EAAE,KAAK;oBACvB,aAAa,EAAE,KAAK;oBACpB,WAAW,EAAE,IAAI;oBACjB,KAAK,EAAE,KAAK,CAAC,WAAW;wBACtB,CAAC,CAAC,EAAE,GAAG,KAAK,CAAC,KAAK,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC,IAAI,EAAE;wBACnD,CAAC,CAAC,EAAE,CAAC,6BAAqB,CAAC,EAAE,CAAC,EAAE,6BAAqB,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC,IAAI,EAAE;iBACzF,CAAC;YACJ,KAAK,mBAAW;gBACd,MAAM,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,YAAY,EAAE,GAAG,IAAI,EAAE,GAAG,KAAK,CAAC,KAAK,CAAC;gBAC3D,OAAO;oBACL,GAAG,KAAK;oBACR,gBAAgB,EAAE,KAAK;oBACvB,aAAa,EAAE,KAAK;oBACpB,WAAW,EAAE,KAAK;oBAClB,KAAK,EAAE;wBACL,GAAG,IAAI;qBACR;iBACF,CAAC;YACJ,KAAK,sBAAc;gBACjB,MAAM,KAAK,GAAG,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC,CAAC,KAAK,CAAC,kBAAkB,GAAG,CAAC,CAAC;gBAC5F,OAAO;oBACL,GAAG,KAAK;oBACR,aAAa,EAAE,IAAI;oBACnB,kBAAkB,EAAE,KAAK;iBAC1B,CAAC;YACJ,KAAK,wCAAuB;gBAC1B,OAAO;oBACL,GAAG,KAAK;oBACR,YAAY,EAAE;wBACZ,GAAG,KAAK,CAAC,YAAY;wBACrB,aAAa,EAAE,KAAK,CAAC,YAAY,CAAC,SAAS;wBAC3C,OAAO,EAAE,IAAA,8BAAsB,GAAE;wBACjC,OAAO,EAAE;4BACP,GAAG,KAAK,CAAC,YAAY,CAAC,OAAO;4BAC7B,MAAM,EAAE,IAAI;yBACb;qBACF;oBACD,gBAAgB,EAAE;wBAChB,GAAG,MAAM,CAAC,UAAU;qBACrB;iBACF,CAAC;YACJ,KAAK,oCAAmB;gBACtB,OAAO;oBACL,GAAG,KAAK;oBACR,KAAK,EAAE,MAAM,CAAC,KAAK;oBACnB,WAAW,EAAE,MAAM,CAAC,WAAW;iBAChC,CAAC;YACJ,KAAK,+BAAsB;gBAEzB,OAAO;oBACL,GAAG,KAAK;oBACR,cAAc,EAAE;wBACd,GAAG,KAAK,CAAC,cAAc;wBACvB,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,KAAK,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK;qBAChE;oBAED,GAAG,CAAC,MAAM,CAAC,KAAK,CAAC,OAAO,KAAK,OAAO,IAAI;wBACtC,YAAY,EAAE;4BACZ,GAAG,KAAK,CAAC,YAAY;4BACrB,OAAO,EAAE,IAAA,8BAAsB,GAAE;4BACjC,OAAO,EAAE,IAAA,8BAAsB,GAAE;yBAClC;qBACF,CAAC;iBACH,CAAC;YACJ,KAAK,+BAAsB;gBACzB,OAAO;oBACL,GAAG,KAAK;oBACR,MAAM,EAAE;wBACN,GAAG,KAAK,CAAC,MAAM;wBACf,SAAS,EAAE,EAAE;qBACd;iBACF,CAAC;YACJ,KAAK,4BAAmB;gBACtB,OAAO;oBACL,GAAG,KAAK;oBACR,MAAM,EAAE;wBACN,GAAG,KAAK,CAAC,MAAM;wBACf,SAAS,EAAE;4BACT,GAAG,KAAK,CAAC,MAAM,CAAC,SAAS;4BACzB,GAAG,MAAM,CAAC,IAAI,CAAC,MAAM,CAA+B,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;gCAChE,GAAG,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,KAAK,CAAC;gCACzB,OAAO,GAAG,CAAC;4BACb,CAAC,EAAE,EAAE,CAAC;yBACP;qBACF;iBACF,CAAC;YACJ,KAAK,4BAAmB;gBACtB,MAAM,SAAS,GAAG,MAAM,CAAC,IAAI,CAAC,MAAM,CAAwB,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;oBACxE,IAAI,MAAM,CAAC,KAAK,EAAE;wBAChB,GAAG,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,KAAK,CAAC;qBAC1B;yBAAM;wBACL,OAAO,GAAG,CAAC,IAAI,CAAC,CAAC;qBAClB;oBACD,OAAO,GAAG,CAAC;gBACb,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC;gBAE3B,OAAO;oBACL,GAAG,KAAK;oBACR,MAAM,EAAE;wBACN,GAAG,KAAK,CAAC,MAAM;wBACf,SAAS;qBACV;iBACF,CAAC;YACJ;gBACE,OAAO,IAAA,6DAAgC,EAAC,KAAK,CAAC,KAAK,uCAAU,CAAC,WAAW;oBACvE,CAAC,CAAC;wBACE,GAAG,KAAK;wBACR,YAAY,EAAE,IAAA,kCAAmB,EAAC,KAAK,EAAE,MAAM,EAAE,IAAA,yCAAsB,EAAC,KAAK,CAAC,CAAC;qBAChF;oBACH,CAAC,CAAC,KAAK,CAAC;SACb;IACH,CAAC,CAAC;AACJ,CAAC,CAAC;AA5IW,QAAA,iBAAiB,qBA4I5B;AAEF,SAAS,kBAAkB,CAAC,KAAe;IACzC,MAAM,cAAc,GAAG,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC;SACxC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC;SACvB,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,KAAK,uBAAS,CAAC,MAAM,CAAC;SAC3C,MAAM,CAAC,qBAAY,CAAC,CAAC;IACxB,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE;QACtB,eAAM,CAAC,IAAI,CAAC,GAAG,cAAc,CAAC,MAAM,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,UAAU,wCAAwC,CAAC,CAAC;QAC1G,OAAO,IAAI,CAAC;KACb;IACD,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC;AAC3B,CAAC;AAED,MAAM,YAAY,GAAuD;IACvE,CAAC,uBAAS,CAAC,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC,IAAI,uBAAS,EAAE;IACvC,CAAC,uBAAS,CAAC,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC,IAAI,4BAAc,EAAE;IACjD,CAAC,uBAAS,CAAC,KAAK,CAAC,EAAE,GAAG,EAAE,CAAC,IAAI,iCAAU,EAAE;IACzC,CAAC,uBAAS,CAAC,QAAQ,CAAC,EAAE,GAAG,EAAE,CAAC,IAAI,oCAAa,EAAE;IAC/C,CAAC,uBAAS,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC,IAAI,8BAAgB,EAAE;IAChD,CAAC,uBAAS,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC,IAAI,0BAAY,EAAE;IAC7C,CAAC,uBAAS,CAAC,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC,IAAI,4BAAc,EAAE;IACjD,CAAC,uBAAS,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC,IAAI,yBAAW,EAAE;IAC3C,CAAC,uBAAS,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC,IAAI;CAC/B,CAAC;AAEF,SAAS,gBAAgB,CAAC,SAA2B;IACnD,OAAO,SAAS,CAAC,CAAC,CAAC,YAAY,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC;AACtD,CAAC"}
1
+ {"version":3,"file":"chart_state.js","sourceRoot":"","sources":["../../src/state/chart_state.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"get_active_pointer_position.js","sourceRoot":"","sources":["../../../src/state/selectors/get_active_pointer_position.ts"],"names":[],"mappings":";;;AAWO,MAAM,wBAAwB,GAAG,CAAC,EAAE,YAAY,EAAoB,EAAE,EAAE;;IAC7E,OAAO,MAAA,MAAA,YAAY,CAAC,OAAO,CAAC,MAAM,0CAAE,QAAQ,mCAAI,YAAY,CAAC,OAAO,CAAC,OAAO,CAAC,QAAQ,CAAC;AACxF,CAAC,CAAC;AAFW,QAAA,wBAAwB,4BAEnC"}
1
+ {"version":3,"file":"get_active_pointer_position.js","sourceRoot":"","sources":["../../../src/state/selectors/get_active_pointer_position.ts"],"names":[],"mappings":";;;AAYO,MAAM,wBAAwB,GAAG,CAAC,EAAE,YAAY,EAAoB,EAAS,EAAE;;IACpF,OAAO,MAAA,MAAA,YAAY,CAAC,OAAO,CAAC,MAAM,0CAAE,QAAQ,mCAAI,YAAY,CAAC,OAAO,CAAC,OAAO,CAAC,QAAQ,CAAC;AACxF,CAAC,CAAC;AAFW,QAAA,wBAAwB,4BAEnC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=get_resolved_background_color.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get_resolved_background_color.d.ts","sourceRoot":"","sources":["../../../src/state/selectors/get_resolved_background_color.ts"],"names":[],"mappings":""}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getResolvedBackgroundColorSelector = void 0;
4
+ const get_chart_theme_1 = require("./get_chart_theme");
5
+ const color_library_wrappers_1 = require("../../common/color_library_wrappers");
6
+ const colors_1 = require("../../common/colors");
7
+ const fill_text_color_1 = require("../../common/fill_text_color");
8
+ const create_selector_1 = require("../create_selector");
9
+ exports.getResolvedBackgroundColorSelector = (0, create_selector_1.createCustomCachedSelector)([get_chart_theme_1.getChartThemeSelector], ({ background: { fallbackColor, color = colors_1.Colors.Transparent.keyword } }) => {
10
+ let backgroundRGBA = (0, color_library_wrappers_1.colorToRgba)(color);
11
+ if (backgroundRGBA[3] < fill_text_color_1.TRANSPARENT_LIMIT) {
12
+ backgroundRGBA = (0, color_library_wrappers_1.colorToRgba)(fallbackColor);
13
+ }
14
+ return (0, color_library_wrappers_1.RGBATupleToString)(backgroundRGBA);
15
+ });
16
+ //# sourceMappingURL=get_resolved_background_color.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get_resolved_background_color.js","sourceRoot":"","sources":["../../../src/state/selectors/get_resolved_background_color.ts"],"names":[],"mappings":";;;AAQA,uDAA0D;AAC1D,gFAAqF;AACrF,gDAAoD;AACpD,kEAAiE;AACjE,wDAAgE;AAKnD,QAAA,kCAAkC,GAAG,IAAA,4CAA0B,EAC1E,CAAC,uCAAqB,CAAC,EACvB,CAAC,EAAE,UAAU,EAAE,EAAE,aAAa,EAAE,KAAK,GAAG,eAAM,CAAC,WAAW,CAAC,OAAO,EAAE,EAAE,EAAS,EAAE;IAC/E,IAAI,cAAc,GAAG,IAAA,oCAAW,EAAC,KAAK,CAAC,CAAC;IAExC,IAAI,cAAc,CAAC,CAAC,CAAC,GAAG,mCAAiB,EAAE;QACzC,cAAc,GAAG,IAAA,oCAAW,EAAC,aAAa,CAAC,CAAC;KAC7C;IAED,OAAO,IAAA,0CAAiB,EAAC,cAAc,CAAC,CAAC;AAC3C,CAAC,CACF,CAAC"}
package/dist/theme.scss CHANGED
@@ -640,6 +640,7 @@ $legendItemHeight: #{$euiFontSizeXS * $euiLineHeight};
640
640
  // makes custom buttons in eui popover take full action size
641
641
  height: 100%;
642
642
  width: 100%;
643
+ display: flex;
643
644
  }
644
645
  }
645
646
 
@@ -723,6 +724,32 @@ $legendItemHeight: #{$euiFontSizeXS * $euiLineHeight};
723
724
  color: $euiColorDarkShade;
724
725
  }
725
726
 
727
+ .echAlignedGrid {
728
+ display: grid;
729
+ align-content: stretch;
730
+ width: 100%;
731
+ height: 100%;
732
+ }
733
+ .echAlignedGrid--header {
734
+ width: 100%;
735
+ height: 100%;
736
+ margin: 0;
737
+ padding: 0;
738
+ }
739
+ .echAlignedGrid__borderRight {
740
+ border-right: 1px solid #edf0f5;
741
+ }
742
+ .echAlignedGrid__borderBottom {
743
+ border-bottom: 1px solid #edf0f5;
744
+ }
745
+
746
+ .echAlignedGrid--content {
747
+ width: 100%;
748
+ min-height: 0;
749
+ margin: 0;
750
+ padding: 0;
751
+ }
752
+
726
753
  .echHighlighter {
727
754
  position: absolute;
728
755
  pointer-events: none;
@@ -898,7 +925,6 @@ $legendItemHeight: #{$euiFontSizeXS * $euiLineHeight};
898
925
 
899
926
  .echSingleMetricProgress {
900
927
  position: absolute;
901
- overflow: hidden;
902
928
 
903
929
  &--vertical {
904
930
  left: 0;
@@ -907,6 +933,7 @@ $legendItemHeight: #{$euiFontSizeXS * $euiLineHeight};
907
933
  bottom: 0;
908
934
  height: 100%;
909
935
  width: 100%;
936
+
910
937
  &.echSingleMetricProgress--small {
911
938
  right: auto;
912
939
  width: 10px;
@@ -920,6 +947,7 @@ $legendItemHeight: #{$euiFontSizeXS * $euiLineHeight};
920
947
  top: 0;
921
948
  bottom: 0;
922
949
  height: 100%;
950
+
923
951
  &.echSingleMetricProgress--small {
924
952
  top: auto;
925
953
  height: 10px;
@@ -929,6 +957,7 @@ $legendItemHeight: #{$euiFontSizeXS * $euiLineHeight};
929
957
 
930
958
  .echSingleMetricProgressBar {
931
959
  transition: background-color ease-in-out 0.1s;
960
+
932
961
  &--vertical {
933
962
  position: absolute;
934
963
  left: 0;
@@ -936,6 +965,7 @@ $legendItemHeight: #{$euiFontSizeXS * $euiLineHeight};
936
965
  bottom: 0;
937
966
  width: 100%;
938
967
  }
968
+
939
969
  &--horizontal {
940
970
  position: absolute;
941
971
  top: 0;
@@ -945,6 +975,57 @@ $legendItemHeight: #{$euiFontSizeXS * $euiLineHeight};
945
975
  }
946
976
  }
947
977
 
978
+ .echSingleMetricTarget {
979
+ display: flex;
980
+ justify-content: center;
981
+ align-items: center;
982
+ overflow: visible;
983
+ z-index: 1; // needed to pop up to top for hovered title
984
+
985
+ &--vertical {
986
+ transform: rotate(90deg);
987
+ position: absolute;
988
+ left: 100%;
989
+ bottom: 0;
990
+ }
991
+
992
+ &--horizontal {
993
+ position: absolute;
994
+ bottom: 100%;
995
+ }
996
+ }
997
+
998
+ .echSingleMetricZeroBaseline {
999
+ display: flex;
1000
+ justify-content: center;
1001
+ align-items: center;
1002
+ overflow: visible;
1003
+ $line-width: 2px;
1004
+ $line-length: 13px;
1005
+
1006
+ &--vertical {
1007
+ position: absolute;
1008
+ left: 0;
1009
+
1010
+ &.echSingleMetricZeroBaseline--small {
1011
+ right: auto;
1012
+ height: $line-width;
1013
+ width: $line-length;
1014
+ }
1015
+ }
1016
+
1017
+ &--horizontal {
1018
+ position: absolute;
1019
+ bottom: 0;
1020
+
1021
+ &.echSingleMetricZeroBaseline--small {
1022
+ top: auto;
1023
+ width: $line-width;
1024
+ height: $line-length;
1025
+ }
1026
+ }
1027
+ }
1028
+
948
1029
  .echSingleMetricSparkline {
949
1030
  position: absolute;
950
1031
  overflow: hidden;
@@ -1028,14 +1109,31 @@ $legendItemHeight: #{$euiFontSizeXS * $euiLineHeight};
1028
1109
  }
1029
1110
 
1030
1111
  &--vertical {
1031
- &.echMetric--small {
1032
- padding-left: 10px;
1112
+ // TODO: find a better way to style based on sizes (i.e. sass functions)
1113
+ &.echMetric--withProgressBar {
1114
+ &--small {
1115
+ padding-left: 10px;
1116
+ }
1117
+ }
1118
+
1119
+ &.echMetric--withTargetProgressBar {
1120
+ &--small {
1121
+ padding-left: 14px;
1122
+ }
1033
1123
  }
1034
1124
  }
1035
1125
 
1036
1126
  &--horizontal {
1037
- &.echMetric--small {
1038
- padding-bottom: 10px;
1127
+ &.echMetric--withProgressBar {
1128
+ &--small {
1129
+ padding-bottom: 10px;
1130
+ }
1131
+ }
1132
+
1133
+ &.echMetric--withTargetProgressBar {
1134
+ &--small {
1135
+ padding-bottom: 12px;
1136
+ }
1039
1137
  }
1040
1138
  }
1041
1139
  }
@@ -1 +1 @@
1
- *,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:none;vertical-align:baseline}code,pre,kbd,samp{font-family:"Roboto Mono",Consolas,Menlo,Courier,monospace}h1,h2,h3,h4,h5,h6,p{font-family:inherit;font-weight:inherit;font-size:inherit}input,textarea,select,button{font-family:"Inter UI",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}em{font-style:italic}strong{font-weight:700}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{font-family:"Inter UI",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-kerning:normal;font-kerning:normal;font-size:14px;color:#dfe5ef;height:100%;background-color:#141519}body{line-height:1}*:focus{outline:none}*:focus::-moz-focus-inner{border:none}*:focus:-moz-focusring{outline:none}a{text-decoration:none;color:#36a2ef}a:hover{text-decoration:none}a:focus{text-decoration:none;outline:none}a:hover,button,[role=button]{cursor:pointer}input{margin:0;padding:0}input:disabled{opacity:1}button{background:none;border:none;padding:0;margin:0;outline:none;font-size:inherit;color:inherit;border-radius:0}button:hover{cursor:pointer}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote::before,blockquote::after,q::before,q::after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}hr{margin:0}fieldset{min-inline-size:auto}svg text{letter-spacing:normal !important}html{scrollbar-color:rgba(152,162,179,.5) #242529}html::-webkit-scrollbar{width:16px;height:16px}html::-webkit-scrollbar-thumb{background-color:rgba(152,162,179,.5);background-clip:content-box;border-radius:16px;border:4px solid #242529}html::-webkit-scrollbar-corner,html::-webkit-scrollbar-track{background-color:#242529}svg text{letter-spacing:normal !important}.echChartStatus{visibility:hidden;pointer-events:none;z-index:-100000;width:0;height:0;position:absolute}.echChartBackground{position:absolute;top:0;bottom:0;left:0;right:0}.echChart{height:100%;width:100%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.echChart__titles{margin-right:24px}.echChartContent{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:1px;width:100%}.echChartContent--column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.echChartTitle{font-style:normal;font-weight:bold;font-size:16px;line-height:19px;padding:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-ms-flex-negative:0;flex-shrink:0}.echChartTitle+.echChartDescription{padding-top:0}.echChartDescription{padding:8px;font-style:normal;font-weight:normal;font-size:14px;line-height:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-ms-flex-negative:0;flex-shrink:0}.echContainer{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;overflow:hidden;width:100%;height:100%}.echChartPointerContainer{position:absolute;top:0;bottom:0;right:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.echChartResizer{z-index:-10000000;position:absolute;bottom:0;top:0;left:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box}.echBrushTool{position:absolute;top:0;left:0;margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;pointer-events:none}.echTooltip{-webkit-box-shadow:0 1px 5px rgba(0,0,0,.25),0 3.6px 13px rgba(0,0,0,.175),0 8.4px 23px rgba(0,0,0,.15),0 23px 35px rgba(0,0,0,.125);box-shadow:0 1px 5px rgba(0,0,0,.25),0 3.6px 13px rgba(0,0,0,.175),0 8.4px 23px rgba(0,0,0,.15),0 23px 35px rgba(0,0,0,.125);border-radius:6px;background-color:#000;color:#fff;z-index:9000;max-width:256px;overflow-wrap:break-word;padding:8px;font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;padding:0;max-width:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#1d1e24;color:#dfe5ef;overflow:hidden;cursor:default;-webkit-transition:opacity 250ms,-webkit-box-shadow 400ms;transition:opacity 250ms,-webkit-box-shadow 400ms;transition:box-shadow 400ms,opacity 250ms;transition:box-shadow 400ms,opacity 250ms,-webkit-box-shadow 400ms;border:1px solid #1d1e24}.echTooltip .euiHorizontalRule{background-color:#333}.echTooltip__outerWrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.echTooltip--pinned{-webkit-box-shadow:0 .7px 1.4px rgba(0,0,0,.175),0 1.9px 4px rgba(0,0,0,.125),0 4.5px 10px rgba(0,0,0,.125);box-shadow:0 .7px 1.4px rgba(0,0,0,.175),0 1.9px 4px rgba(0,0,0,.125),0 4.5px 10px rgba(0,0,0,.125);pointer-events:auto;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.echTooltip--pinned .echTooltip__tableRow--selectable{cursor:pointer}.echTooltip--pinned .echTooltipActions{pointer-events:auto}.echTooltip--pinned .echTooltip__tableWrapper{pointer-events:auto}.echTooltip .echTooltip__tableCell--truncate{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}.echTooltip__metricRow{padding:4px 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.echTooltip__tableWrapper{overflow:hidden;scrollbar-color:rgba(152,162,179,.5) transparent;scrollbar-width:thin;background-color:#1d1e24}.echTooltip__tableWrapper::-webkit-scrollbar{width:16px;height:16px}.echTooltip__tableWrapper::-webkit-scrollbar-thumb{background-color:rgba(152,162,179,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.echTooltip__tableWrapper::-webkit-scrollbar-corner,.echTooltip__tableWrapper::-webkit-scrollbar-track{background-color:transparent}.echTooltip__tableWrapper--pinned{overflow:auto}.echTooltip__table{display:grid;width:100%}.echTooltip__table--noGrid{display:table}.echTooltip__tableHeader .echTooltip__tableCell,.echTooltip__tableFooter .echTooltip__tableCell{cursor:default;font-weight:600;background-color:#1d1e24;position:sticky;z-index:1}.echTooltip__tableHeader,.echTooltip__tableBody,.echTooltip__tableFooter,.echTooltip__tableRow{display:contents}.echTooltip__tableHeader{margin-bottom:0;top:0}.echTooltip__tableHeader .echTooltip__tableCell{border-bottom:solid 1px #343741;top:0}.echTooltip__tableFooter{margin-top:0;bottom:0}.echTooltip__tableFooter .echTooltip__tableCell{border-top:solid 1px #343741;bottom:0}.echTooltip__tableCell:not(.echTooltip__colorCell){padding:4px}.echTooltip__tableBody .echTooltip__tableCell:not(.echTooltip__colorCell){padding:2px 4px;-webkit-transition:margin 200ms,padding 200ms;transition:margin 200ms,padding 200ms}.echTooltip__tableBody .echTooltip__tableRow--selected .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableBody .echTooltip__tableRow--selected .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(27,81,120,.28)}.echTooltip__tableBody .echTooltip__tableRow--selected .echTooltip__colorCell+.echTooltip__tableCell{margin-left:10px;padding-left:10px}.echTooltip__tableBody .echTooltip__tableRow--selected:hover .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableBody .echTooltip__tableRow--selected:hover .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(27,81,120,.28)}.echTooltip__tableBody .echTooltip__tableRow--selectable:hover .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableBody .echTooltip__tableRow--selectable:hover .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(54,162,239,.05)}.echTooltip__tableRow{position:relative}.echTooltip__tableRow--highlighted .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableRow--highlighted .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(52,55,65,.5)}.echTooltip__tableRow--selected :not(.echTooltip__colorCell--static) .echTooltip__colorStrip{width:21px}.echTooltip__tableRow--selected :not(.echTooltip__colorCell--static) .echTooltip__colorStrip--spacer{width:0;min-width:0}.echTooltip__tableRow--selected :not(.echTooltip__colorCell--static) .echTooltip__colorStrip--icon{opacity:1}.echTooltip__colorCell{padding:0;height:100%;position:relative;overflow:hidden;width:21px}.echTooltip__colorCell--static{width:5px}.echTooltip__colorStrip,.echTooltip__colorStrip--bg,.echTooltip__colorStrip--spacer{position:absolute;top:0;left:0;bottom:0;width:5px;-webkit-transition:width 200ms;transition:width 200ms}.echTooltip__colorStrip--icon{opacity:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-transition:opacity 200ms;transition:opacity 200ms;padding:0 4px}.echTooltip__colorStrip--spacer{left:auto;right:10px;width:6px;min-width:6px}.echTooltip__label{min-width:1px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:left}.echTooltip__value{text-align:right;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum"}.echTooltip[dir=rtl] .echTooltip__colorStrip{left:auto;right:0}.echTooltipHeader{font-weight:600;margin-bottom:0;padding:4px 8px}.echTooltipFooter{font-weight:600;margin-top:0;padding:4px 8px}.echTooltipDivider{width:100%;border-bottom:solid 1px #343741}@-webkit-keyframes promptSlideDown{100%{opacity:1;top:0;height:26px}}@keyframes promptSlideDown{100%{opacity:1;top:0;height:26px}}.echTooltipPrompt{position:relative;width:100%;z-index:-1}.echTooltipPrompt__content{color:#7a7f89;font-style:normal;font-size:12px;line-height:26px;padding:0 8px}.echTooltipPrompt.slideDown{opacity:0;top:-26px;height:0;-webkit-animation:promptSlideDown .25s forwards;animation:promptSlideDown .25s forwards;-webkit-animation-delay:1.5s;animation-delay:1.5s}.echTooltipActions{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;font-style:normal;font-size:12px;line-height:21px}.echTooltipActions__prompt{position:relative;height:26px;padding:0 8px;line-height:26px;width:100%;color:#7a7f89;font-style:normal;font-size:12px}.echTooltipActions__action{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;text-align:left;width:100%;padding:0 8px;line-height:21px;cursor:pointer;color:#dfe5ef}.echTooltipActions__action:nth-child(2){padding-top:4px}.echTooltipActions__action:last-child{padding-bottom:2px}.echTooltipActions__action:hover,.echTooltipActions__action:focus{text-decoration:underline}.echTooltipActions__action[disabled]{cursor:default;color:#515761}.echTooltipActions__action[disabled]:hover,.echTooltipActions__action[disabled]:focus{text-decoration:none}[id^=echTooltipPortal]{pointer-events:none}[id^=echAnchor]{position:absolute;pointer-events:none}.echTooltipPortal__invisible{position:fixed;visibility:hidden;width:0;height:0}.echIcon{-ms-flex-negative:0;flex-shrink:0;display:inline-block;vertical-align:middle;fill:currentColor}.echIcon svg{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.echIcon:focus{opacity:1;background:rgba(54,162,239,.2)}.echLegend .echLegendList{display:grid;grid-template-columns:minmax(0, 1fr);-webkit-padding-start:0;padding-inline-start:0;-webkit-padding-end:0;padding-inline-end:0;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}.echLegend--horizontal .echLegendList{grid-column-gap:24px;grid-row-gap:8px;margin-top:8px;margin-bottom:8px}.echLegend--top,.echLegend--left{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.echLegend--bottom,.echLegend--right{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.echLegend--debug{background:rgba(238,130,238,.2);position:relative}.echLegend--inert{pointer-events:none}.echLegend .echLegendListContainer{scrollbar-color:rgba(152,162,179,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;-webkit-mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);width:100%;overflow-y:auto;overflow-x:hidden}.echLegend .echLegendListContainer::-webkit-scrollbar{width:16px;height:16px}.echLegend .echLegendListContainer::-webkit-scrollbar-thumb{background-color:rgba(152,162,179,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.echLegend .echLegendListContainer::-webkit-scrollbar-corner,.echLegend .echLegendListContainer::-webkit-scrollbar-track{background-color:transparent}.echLegend .echLegendListContainer:focus{outline:none}.echLegend .echLegendListContainer[tabindex="0"]:focus:focus-visible{outline-style:auto}.echLegend .echLegendListContainer :focus{outline:2px solid currentColor;outline-offset:1px;background-color:rgba(54,162,239,.2);border-radius:3px}.echLegend .echLegendListContainer :focus:focus-visible{outline-style:auto}.echLegend .echLegendListContainer :focus:not(:focus-visible){outline:none}.echLegendItem{color:#dfe5ef;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative}.echLegendItem .colorWrapper>*:first-of-type{height:18px}.echLegendItem:not([dir=rtl])>*:not(.background){margin-left:4px}.echLegendItem:not([dir=rtl])>*:not(.background):last-child:not(.echLegendItem__extra){margin-right:4px}.echLegendItem[dir=rtl]>*:not(.background){margin-right:4px}.echLegendItem[dir=rtl]>*:not(.background):last-child:not(.echLegendItem__extra){margin-left:4px}.echLegendItem:not(.echLegendItem--hidden) .echLegendItem__color--changable{cursor:pointer}.echLegendItem:hover .background{background-color:#25262e}.echLegendItem .background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.echLegendItem__action{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:18px;max-width:calc(18px + 8px)}.echLegendItem__action .euiPopover,.echLegendItem__action .euiPopover__anchor,.echLegendItem__action .euiPopover__anchor>*:first-child{height:100%;width:100%}.echLegendItem__color{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.5;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.echLegendItem__label{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:left;vertical-align:baseline;letter-spacing:unset;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow:hidden;min-width:1px}.echLegendItem__label--singleline{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}.echLegendItem__label--multiline:is(div){display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.echLegendItem__label--clickable:hover{cursor:pointer;text-decoration:underline}.echLegendItem__extra{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;text-align:right;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:4px;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";letter-spacing:unset;direction:ltr}.echLegendItem--vertical{padding-top:2px;padding-bottom:2px}.echLegendItem--vertical:first-of-type{margin-top:2px}.echLegendItem--vertical .background{margin-top:2px;margin-bottom:2px}.echLegendItem--hidden{color:#98a2b3}.echLegendItem[dir=rtl] .echLegendItem__label{text-align:right}.echReactiveChart_noResults{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;color:#98a2b3}.echHighlighter{position:absolute;pointer-events:none;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.echHighlighterOverlay__fill{fill:rgba(255,255,255,.2)}.echHighlighterOverlay__stroke{stroke:rgba(255,255,255,.2)}.echHighlighter__mask{fill:rgba(29,30,36,.5)}.echCrosshair,.echCrosshair__cursor,.echCrosshair__crossLine{position:absolute;top:0;left:0;pointer-events:none}.echScreenReaderOnly{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.echScreenReaderOnlyDebug{left:0 !important;top:0 !important;right:0 !important;bottom:0 !important;width:100% !important;height:100% !important;overflow:auto !important;background:rgba(255,255,255,.8)}.echScreenReaderOnlyDebug table,.echScreenReaderOnlyDebug td,.echScreenReaderOnlyDebug th{border:1px solid #000;font-size:12px}.echScreenReaderTable{overflow-x:auto;text-align:left}.echAnnotation{padding:0;-webkit-transition:opacity 250ms;transition:opacity 250ms;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:260px}.echAnnotation__marker{position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-weight:700;line-height:normal}.echAnnotation__details{padding:4px 8px}.echAnnotation__icon{position:relative}.echAnnotation__body{white-space:nowrap}.echCanvasRenderer{position:absolute;top:0;left:0;padding:0;margin:0;border:0;background:transparent}.echMetricContainer{display:grid;width:100%;height:100%;-ms-flex-line-pack:start;align-content:start;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.echMetric{position:relative;width:100%;height:100%;overflow:hidden;-webkit-transition:background-color ease-in-out .1s;transition:background-color ease-in-out .1s}.echMetric .echMetric--outline{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.echMetric:focus-within .echMetric--outline{outline:auto;outline-offset:-1.5px}.echMetric:focus-within button{outline:none}.echMetric--rightBorder{border-right:1px solid #343741}.echMetric--topBorder{border-top:1px solid #343741}.echMetric--bottomBorder{border-bottom:1px solid #343741}.echMetric--vertical.echMetric--small{padding-left:10px}.echMetric--horizontal.echMetric--small{padding-bottom:10px}.echMetricEmpty{position:absolute;bottom:9px;right:11px;width:20px;border-bottom:1px solid}.echMetricText{position:relative;padding:8px;height:100%;z-index:1;display:grid;grid-template-columns:100%;grid-template-rows:-webkit-min-content -webkit-min-content auto -webkit-min-content -webkit-min-content;grid-template-rows:min-content min-content auto min-content min-content;text-align:left;line-height:1.2}.echMetricText__title{font-weight:bold;word-wrap:break-word}.echMetricText__title button{font-weight:bold;width:100%;text-align:left}.echMetricText__icon{position:absolute;right:8px;top:8px}.echMetricText__subtitle{padding-top:5px;font-weight:normal;text-align:left}.echMetricText__extra{text-align:right;font-weight:normal}.echMetricText__value{position:relative;font-weight:bold;text-align:right;white-space:nowrap;overflow:hidden}.echMetricText__valueIcon{display:inline-block;position:absolute;right:8px;bottom:8px}.echMetricText__part{font-weight:bold}.echMetricText__gap{position:relative}.echSingleMetricProgress{position:absolute;overflow:hidden}.echSingleMetricProgress--vertical{left:0;right:0;top:0;bottom:0;height:100%;width:100%}.echSingleMetricProgress--vertical.echSingleMetricProgress--small{right:auto;width:10px}.echSingleMetricProgress--horizontal{left:0;right:0;width:100%;top:0;bottom:0;height:100%}.echSingleMetricProgress--horizontal.echSingleMetricProgress--small{top:auto;height:10px}.echSingleMetricProgressBar{-webkit-transition:background-color ease-in-out .1s;transition:background-color ease-in-out .1s}.echSingleMetricProgressBar--vertical{position:absolute;left:0;right:0;bottom:0;width:100%}.echSingleMetricProgressBar--horizontal{position:absolute;top:0;bottom:0;left:0;height:100%}.echSingleMetricSparkline{position:absolute;overflow:hidden;top:0;bottom:0;left:0;right:0}.echSingleMetricSparkline__svg{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.echSingleMetricSparkline__svg rect,.echSingleMetricSparkline__svg path{-webkit-transition:fill ease-in-out .1s;transition:fill ease-in-out .1s}.echSingleMetricChart--small{position:absolute;top:auto;left:auto;bottom:0;right:0;width:100px;height:30px}
1
+ *,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:none;vertical-align:baseline}code,pre,kbd,samp{font-family:"Roboto Mono",Menlo,Courier,monospace}h1,h2,h3,h4,h5,h6,p{font-family:inherit;font-weight:inherit;font-size:inherit}input,textarea,select,button{font-family:"Inter",BlinkMacSystemFont,Helvetica,Arial,sans-serif}em{font-style:italic}strong{font-weight:700}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{font-family:"Inter",BlinkMacSystemFont,Helvetica,Arial,sans-serif;font-weight:400;letter-spacing:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-kerning:normal;font-kerning:normal;font-size:14px;color:#dfe5ef;height:100%;background-color:#141519}body{line-height:1}*:focus{outline:none}*:focus::-moz-focus-inner{border:none}*:focus:-moz-focusring{outline:none}a{text-decoration:none;color:#36a2ef}a:hover{text-decoration:none}a:focus{text-decoration:none;outline:none}a:hover,button,[role=button]{cursor:pointer}input{margin:0;padding:0}input:disabled{opacity:1}button{background:none;border:none;padding:0;margin:0;outline:none;font-size:inherit;color:inherit;border-radius:0}button:hover{cursor:pointer}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote::before,blockquote::after,q::before,q::after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}hr{margin:0}fieldset{min-inline-size:auto}svg text{letter-spacing:normal !important}html{scrollbar-color:rgba(152,162,179,.5) #242529}html::-webkit-scrollbar{width:16px;height:16px}html::-webkit-scrollbar-thumb{background-color:rgba(152,162,179,.5);background-clip:content-box;border-radius:16px;border:4px solid #242529}html::-webkit-scrollbar-corner,html::-webkit-scrollbar-track{background-color:#242529}svg text{letter-spacing:normal !important}html,body{font-family:Inter,BlinkMacSystemFont,Helvetica,Arial,sans-serif !important}.echChartStatus{visibility:hidden;pointer-events:none;z-index:-100000;width:0;height:0;position:absolute}.echChartBackground{position:absolute;top:0;bottom:0;left:0;right:0}.echChart{height:100%;width:100%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.echChart__titles{margin-right:24px}.echChartContent{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:1px;width:100%}.echChartContent--column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.echChartTitle{font-style:normal;font-weight:bold;font-size:16px;line-height:19px;padding:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-ms-flex-negative:0;flex-shrink:0}.echChartTitle+.echChartDescription{padding-top:0}.echChartDescription{padding:8px;font-style:normal;font-weight:normal;font-size:14px;line-height:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-ms-flex-negative:0;flex-shrink:0}.echContainer{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;overflow:hidden;width:100%;height:100%}.echChartPointerContainer{position:absolute;top:0;bottom:0;right:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.echChartResizer{z-index:-10000000;position:absolute;bottom:0;top:0;left:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box}.echBrushTool{position:absolute;top:0;left:0;margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;pointer-events:none}.echTooltip{-webkit-box-shadow:0 1px 5px rgba(0,0,0,.25),0 3.6px 13px rgba(0,0,0,.175),0 8.4px 23px rgba(0,0,0,.15),0 23px 35px rgba(0,0,0,.125);box-shadow:0 1px 5px rgba(0,0,0,.25),0 3.6px 13px rgba(0,0,0,.175),0 8.4px 23px rgba(0,0,0,.15),0 23px 35px rgba(0,0,0,.125);border-radius:6px;background-color:#000;color:#fff;z-index:9000;max-width:256px;overflow-wrap:break-word;padding:8px;font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;padding:0;max-width:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#1d1e24;color:#dfe5ef;overflow:hidden;cursor:default;-webkit-transition:opacity 250ms,-webkit-box-shadow 400ms;transition:opacity 250ms,-webkit-box-shadow 400ms;transition:box-shadow 400ms,opacity 250ms;transition:box-shadow 400ms,opacity 250ms,-webkit-box-shadow 400ms;border:1px solid #1d1e24}.echTooltip .euiHorizontalRule{background-color:#333}.echTooltip__outerWrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.echTooltip--pinned{-webkit-box-shadow:0 .7px 1.4px rgba(0,0,0,.175),0 1.9px 4px rgba(0,0,0,.125),0 4.5px 10px rgba(0,0,0,.125);box-shadow:0 .7px 1.4px rgba(0,0,0,.175),0 1.9px 4px rgba(0,0,0,.125),0 4.5px 10px rgba(0,0,0,.125);pointer-events:auto;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.echTooltip--pinned .echTooltip__tableRow--selectable{cursor:pointer}.echTooltip--pinned .echTooltipActions{pointer-events:auto}.echTooltip--pinned .echTooltip__tableWrapper{pointer-events:auto}.echTooltip .echTooltip__tableCell--truncate{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}.echTooltip__metricRow{padding:4px 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.echTooltip__tableWrapper{overflow:hidden;scrollbar-color:rgba(152,162,179,.5) transparent;scrollbar-width:thin;background-color:#1d1e24}.echTooltip__tableWrapper::-webkit-scrollbar{width:16px;height:16px}.echTooltip__tableWrapper::-webkit-scrollbar-thumb{background-color:rgba(152,162,179,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.echTooltip__tableWrapper::-webkit-scrollbar-corner,.echTooltip__tableWrapper::-webkit-scrollbar-track{background-color:transparent}.echTooltip__tableWrapper--pinned{overflow:auto}.echTooltip__table{display:grid;width:100%}.echTooltip__table--noGrid{display:table}.echTooltip__tableHeader .echTooltip__tableCell,.echTooltip__tableFooter .echTooltip__tableCell{cursor:default;font-weight:600;background-color:#1d1e24;position:sticky;z-index:1}.echTooltip__tableHeader,.echTooltip__tableBody,.echTooltip__tableFooter,.echTooltip__tableRow{display:contents}.echTooltip__tableHeader{margin-bottom:0;top:0}.echTooltip__tableHeader .echTooltip__tableCell{border-bottom:solid 1px #343741;top:0}.echTooltip__tableFooter{margin-top:0;bottom:0}.echTooltip__tableFooter .echTooltip__tableCell{border-top:solid 1px #343741;bottom:0}.echTooltip__tableCell:not(.echTooltip__colorCell){padding:4px}.echTooltip__tableBody .echTooltip__tableCell:not(.echTooltip__colorCell){padding:2px 4px;-webkit-transition:margin 200ms,padding 200ms;transition:margin 200ms,padding 200ms}.echTooltip__tableBody .echTooltip__tableRow--selected .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableBody .echTooltip__tableRow--selected .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(27,81,120,.28)}.echTooltip__tableBody .echTooltip__tableRow--selected .echTooltip__colorCell+.echTooltip__tableCell{margin-left:10px;padding-left:10px}.echTooltip__tableBody .echTooltip__tableRow--selected:hover .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableBody .echTooltip__tableRow--selected:hover .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(27,81,120,.28)}.echTooltip__tableBody .echTooltip__tableRow--selectable:hover .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableBody .echTooltip__tableRow--selectable:hover .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(54,162,239,.05)}.echTooltip__tableRow{position:relative}.echTooltip__tableRow--highlighted .echTooltip__tableCell:not(.echTooltip__colorCell),.echTooltip__tableRow--highlighted .echTooltip__colorCell .echTooltip__colorStrip--spacer{background-color:rgba(52,55,65,.5)}.echTooltip__tableRow--selected :not(.echTooltip__colorCell--static) .echTooltip__colorStrip{width:21px}.echTooltip__tableRow--selected :not(.echTooltip__colorCell--static) .echTooltip__colorStrip--spacer{width:0;min-width:0}.echTooltip__tableRow--selected :not(.echTooltip__colorCell--static) .echTooltip__colorStrip--icon{opacity:1}.echTooltip__colorCell{padding:0;height:100%;position:relative;overflow:hidden;width:21px}.echTooltip__colorCell--static{width:5px}.echTooltip__colorStrip,.echTooltip__colorStrip--bg,.echTooltip__colorStrip--spacer{position:absolute;top:0;left:0;bottom:0;width:5px;-webkit-transition:width 200ms;transition:width 200ms}.echTooltip__colorStrip--icon{opacity:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-transition:opacity 200ms;transition:opacity 200ms;padding:0 4px}.echTooltip__colorStrip--spacer{left:auto;right:10px;width:6px;min-width:6px}.echTooltip__label{min-width:1px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:left}.echTooltip__value{text-align:right;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum"}.echTooltip[dir=rtl] .echTooltip__colorStrip{left:auto;right:0}.echTooltipHeader{font-weight:600;margin-bottom:0;padding:4px 8px}.echTooltipFooter{font-weight:600;margin-top:0;padding:4px 8px}.echTooltipDivider{width:100%;border-bottom:solid 1px #343741}@-webkit-keyframes promptSlideDown{100%{opacity:1;top:0;height:26px}}@keyframes promptSlideDown{100%{opacity:1;top:0;height:26px}}.echTooltipPrompt{position:relative;width:100%;z-index:-1}.echTooltipPrompt__content{color:#7a7f89;font-style:normal;font-size:12px;line-height:26px;padding:0 8px}.echTooltipPrompt.slideDown{opacity:0;top:-26px;height:0;-webkit-animation:promptSlideDown .25s forwards;animation:promptSlideDown .25s forwards;-webkit-animation-delay:1.5s;animation-delay:1.5s}.echTooltipActions{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;font-style:normal;font-size:12px;line-height:21px}.echTooltipActions__prompt{position:relative;height:26px;padding:0 8px;line-height:26px;width:100%;color:#7a7f89;font-style:normal;font-size:12px}.echTooltipActions__action{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;text-align:left;width:100%;padding:0 8px;line-height:21px;cursor:pointer;color:#dfe5ef}.echTooltipActions__action:nth-child(2){padding-top:4px}.echTooltipActions__action:last-child{padding-bottom:2px}.echTooltipActions__action:hover,.echTooltipActions__action:focus{text-decoration:underline}.echTooltipActions__action[disabled]{cursor:default;color:#515761}.echTooltipActions__action[disabled]:hover,.echTooltipActions__action[disabled]:focus{text-decoration:none}[id^=echTooltipPortal]{pointer-events:none}[id^=echAnchor]{position:absolute;pointer-events:none}.echTooltipPortal__invisible{position:fixed;visibility:hidden;width:0;height:0}.echIcon{-ms-flex-negative:0;flex-shrink:0;display:inline-block;vertical-align:middle;fill:currentColor}.echIcon svg{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.echIcon:focus{opacity:1;background:rgba(54,162,239,.2)}.echLegend .echLegendList{display:grid;grid-template-columns:minmax(0, 1fr);-webkit-padding-start:0;padding-inline-start:0;-webkit-padding-end:0;padding-inline-end:0;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}.echLegend--horizontal .echLegendList{grid-column-gap:24px;grid-row-gap:8px;margin-top:8px;margin-bottom:8px}.echLegend--top,.echLegend--left{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.echLegend--bottom,.echLegend--right{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.echLegend--debug{background:rgba(238,130,238,.2);position:relative}.echLegend--inert{pointer-events:none}.echLegend .echLegendListContainer{scrollbar-color:rgba(152,162,179,.5) transparent;scrollbar-width:thin;height:100%;overflow-y:auto;overflow-x:hidden;-webkit-mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);mask-image:linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);width:100%;overflow-y:auto;overflow-x:hidden}.echLegend .echLegendListContainer::-webkit-scrollbar{width:16px;height:16px}.echLegend .echLegendListContainer::-webkit-scrollbar-thumb{background-color:rgba(152,162,179,.5);background-clip:content-box;border-radius:16px;border:6px solid transparent}.echLegend .echLegendListContainer::-webkit-scrollbar-corner,.echLegend .echLegendListContainer::-webkit-scrollbar-track{background-color:transparent}.echLegend .echLegendListContainer:focus{outline:none}.echLegend .echLegendListContainer[tabindex="0"]:focus:focus-visible{outline-style:auto}.echLegend .echLegendListContainer :focus{outline:2px solid currentColor;outline-offset:1px;background-color:rgba(54,162,239,.2);border-radius:3px}.echLegend .echLegendListContainer :focus:focus-visible{outline-style:auto}.echLegend .echLegendListContainer :focus:not(:focus-visible){outline:none}.echLegendItem{color:#dfe5ef;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative}.echLegendItem .colorWrapper>*:first-of-type{height:18px}.echLegendItem:not([dir=rtl])>*:not(.background){margin-left:4px}.echLegendItem:not([dir=rtl])>*:not(.background):last-child:not(.echLegendItem__extra){margin-right:4px}.echLegendItem[dir=rtl]>*:not(.background){margin-right:4px}.echLegendItem[dir=rtl]>*:not(.background):last-child:not(.echLegendItem__extra){margin-left:4px}.echLegendItem:not(.echLegendItem--hidden) .echLegendItem__color--changable{cursor:pointer}.echLegendItem:hover .background{background-color:#25262e}.echLegendItem .background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.echLegendItem__action{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:18px;max-width:calc(18px + 8px)}.echLegendItem__action .euiPopover,.echLegendItem__action .euiPopover__anchor,.echLegendItem__action .euiPopover__anchor>*:first-child{height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.echLegendItem__color{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.5;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.echLegendItem__label{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:left;vertical-align:baseline;letter-spacing:unset;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow:hidden;min-width:1px}.echLegendItem__label--singleline{max-width:100%;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}.echLegendItem__label--multiline:is(div){display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.echLegendItem__label--clickable:hover{cursor:pointer;text-decoration:underline}.echLegendItem__extra{font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;text-align:right;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:4px;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";letter-spacing:unset;direction:ltr}.echLegendItem--vertical{padding-top:2px;padding-bottom:2px}.echLegendItem--vertical:first-of-type{margin-top:2px}.echLegendItem--vertical .background{margin-top:2px;margin-bottom:2px}.echLegendItem--hidden{color:#98a2b3}.echLegendItem[dir=rtl] .echLegendItem__label{text-align:right}.echReactiveChart_noResults{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;font-size:12px;font-size:0.8571428571rem;line-height:1.1428571429rem;color:#98a2b3}.echGridContainer{display:grid;width:100%;height:100%;-ms-flex-line-pack:start;align-content:start;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.echGridCell{position:relative;width:100%;height:100%;overflow:hidden;-webkit-transition:background-color ease-in-out .1s;transition:background-color ease-in-out .1s}.echGridCell--rightBorder{border-right:1px solid #343741}.echGridCell--bottomBorder{border-bottom:1px solid #343741}.echAlignedGrid{display:grid;-ms-flex-line-pack:stretch;align-content:stretch;width:100%;height:100%}.echAlignedGrid--header{width:100%;height:100%;margin:0;padding:0}.echAlignedGrid__borderRight{border-right:1px solid #edf0f5}.echAlignedGrid__borderBottom{border-bottom:1px solid #edf0f5}.echAlignedGrid--content{width:100%;min-height:0;margin:0;padding:0}.echHighlighter{position:absolute;pointer-events:none;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.echHighlighterOverlay__fill{fill:rgba(255,255,255,.2)}.echHighlighterOverlay__stroke{stroke:rgba(255,255,255,.2)}.echHighlighter__mask{fill:rgba(29,30,36,.5)}.echCrosshair,.echCrosshair__cursor,.echCrosshair__crossLine{position:absolute;top:0;left:0;pointer-events:none}.echScreenReaderOnly{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.echScreenReaderOnlyDebug{left:0 !important;top:0 !important;right:0 !important;bottom:0 !important;width:100% !important;height:100% !important;overflow:auto !important;background:rgba(255,255,255,.8)}.echScreenReaderOnlyDebug table,.echScreenReaderOnlyDebug td,.echScreenReaderOnlyDebug th{border:1px solid #000;font-size:12px}.echScreenReaderTable{overflow-x:auto;text-align:left}.echAnnotation{padding:0;-webkit-transition:opacity 250ms;transition:opacity 250ms;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:260px}.echAnnotation__marker{position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-weight:700;line-height:normal}.echAnnotation__details{padding:4px 8px}.echAnnotation__icon{position:relative}.echAnnotation__body{white-space:nowrap}.echCanvasRenderer{position:absolute;top:0;left:0;padding:0;margin:0;border:0;background:transparent}.echMetricContainer{display:grid;width:100%;height:100%;-ms-flex-line-pack:start;align-content:start;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.echMetric{position:relative;width:100%;height:100%;overflow:hidden;-webkit-transition:background-color ease-in-out .1s;transition:background-color ease-in-out .1s}.echMetric .echMetric--outline{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.echMetric:focus-within .echMetric--outline{outline:auto;outline-offset:-1.5px}.echMetric:focus-within button{outline:none}.echMetric--rightBorder{border-right:1px solid #343741}.echMetric--topBorder{border-top:1px solid #343741}.echMetric--bottomBorder{border-bottom:1px solid #343741}.echMetric--vertical.echMetric--withProgressBar--small{padding-left:10px}.echMetric--vertical.echMetric--withTargetProgressBar--small{padding-left:14px}.echMetric--horizontal.echMetric--withProgressBar--small{padding-bottom:10px}.echMetric--horizontal.echMetric--withTargetProgressBar--small{padding-bottom:12px}.echMetricEmpty{position:absolute;bottom:9px;right:11px;width:20px;border-bottom:1px solid}.echMetricText{position:relative;padding:8px;height:100%;z-index:1;display:grid;grid-template-columns:100%;grid-template-rows:-webkit-min-content -webkit-min-content auto -webkit-min-content -webkit-min-content;grid-template-rows:min-content min-content auto min-content min-content;text-align:left;line-height:1.2}.echMetricText__title{font-weight:bold;word-wrap:break-word}.echMetricText__title button{font-weight:bold;width:100%;text-align:left}.echMetricText__icon{position:absolute;right:8px;top:8px}.echMetricText__subtitle{padding-top:5px;font-weight:normal;text-align:left}.echMetricText__extra{text-align:right;font-weight:normal}.echMetricText__value{position:relative;font-weight:bold;text-align:right;white-space:nowrap;overflow:hidden}.echMetricText__valueIcon{display:inline-block;position:absolute;right:8px;bottom:8px}.echMetricText__part{font-weight:bold}.echMetricText__gap{position:relative}.echSingleMetricProgress{position:absolute}.echSingleMetricProgress--vertical{left:0;right:0;top:0;bottom:0;height:100%;width:100%}.echSingleMetricProgress--vertical.echSingleMetricProgress--small{right:auto;width:10px}.echSingleMetricProgress--horizontal{left:0;right:0;width:100%;top:0;bottom:0;height:100%}.echSingleMetricProgress--horizontal.echSingleMetricProgress--small{top:auto;height:10px}.echSingleMetricProgressBar{-webkit-transition:background-color ease-in-out .1s;transition:background-color ease-in-out .1s}.echSingleMetricProgressBar--vertical{position:absolute;left:0;right:0;bottom:0;width:100%}.echSingleMetricProgressBar--horizontal{position:absolute;top:0;bottom:0;left:0;height:100%}.echSingleMetricTarget{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:visible;z-index:1}.echSingleMetricTarget--vertical{-webkit-transform:rotate(90deg);transform:rotate(90deg);position:absolute;left:100%;bottom:0}.echSingleMetricTarget--horizontal{position:absolute;bottom:100%}.echSingleMetricZeroBaseline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:visible}.echSingleMetricZeroBaseline--vertical{position:absolute;left:0}.echSingleMetricZeroBaseline--vertical.echSingleMetricZeroBaseline--small{right:auto;height:2px;width:13px}.echSingleMetricZeroBaseline--horizontal{position:absolute;bottom:0}.echSingleMetricZeroBaseline--horizontal.echSingleMetricZeroBaseline--small{top:auto;width:2px;height:13px}.echSingleMetricSparkline{position:absolute;overflow:hidden;top:0;bottom:0;left:0;right:0}.echSingleMetricSparkline__svg{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.echSingleMetricSparkline__svg rect,.echSingleMetricSparkline__svg path{-webkit-transition:fill ease-in-out .1s;transition:fill ease-in-out .1s}.echSingleMetricChart--small{position:absolute;top:auto;left:auto;bottom:0;right:0;width:100px;height:30px}
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../../node_modules/@elastic/eui/src/themes/legacy/reset/_reset.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_typography.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_font_weight.scss","../../../node_modules/@elastic/eui/src/themes/amsterdam/global_styling/mixins/_typography.scss","../../../node_modules/@elastic/eui/src/themes/amsterdam/global_styling/variables/_typography.scss","../../../node_modules/@elastic/eui/src/themes/amsterdam/_colors_dark.scss","../../../node_modules/@elastic/eui/src/themes/legacy/reset/_scrollbar.scss","../../../node_modules/@elastic/eui/src/global_styling/mixins/_helpers.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_size.scss","../src/_reset.scss","../src/components/_global.scss","../src/components/_container.scss","../src/components/brush/_brush.scss","../src/components/tooltip/components/_tooltip.scss","../../../node_modules/@elastic/eui/src/global_styling/mixins/_shadow.scss","../../../node_modules/@elastic/eui/src/global_styling/mixins/_tool_tip.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_borders.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_tool_tip.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_z_index.scss","../../../node_modules/@elastic/eui/src/global_styling/mixins/_typography.scss","../src/components/tooltip/components/_tooltip_header.scss","../src/components/tooltip/components/_tooltip_footer.scss","../src/components/tooltip/components/_tooltip_divider.scss","../src/components/tooltip/components/_tooltip_prompt.scss","../src/components/tooltip/components/_tooltip_actions.scss","../src/components/portal/_portal.scss","../src/components/icons/_icon.scss","../../../node_modules/@elastic/eui/src/themes/amsterdam/global_styling/variables/_states.scss","../src/components/legend/_legend.scss","../src/components/legend/_variables.scss","../../../node_modules/@elastic/eui/src/themes/amsterdam/global_styling/mixins/_states.scss","../src/components/legend/_legend_item.scss","../src/components/_mixins.scss","../src/components/_unavailable_chart.scss","../src/chart_types/xy_chart/renderer/dom/_highlighter.scss","../src/chart_types/xy_chart/renderer/dom/_crosshair.scss","../src/chart_types/xy_chart/renderer/dom/_screen_reader.scss","../src/chart_types/xy_chart/renderer/dom/annotations/_annotations.scss","../src/chart_types/partition_chart/renderer/_index.scss","../src/chart_types/metric/renderer/_index.scss","../src/chart_types/metric/renderer/dom/_text.scss","../src/chart_types/metric/renderer/dom/_progress.scss","../src/chart_types/metric/renderer/dom/_sparkline.scss"],"names":[],"mappings":"AAQA,qBACE,sBAGF,2ZAaE,SACA,UACA,YACA,wBAGF,kBACE,YC9BkB,+CDiCpB,oBACE,oBACA,oBACA,kBAGF,6BACE,YCzCc,yID4ChB,GACE,kBAGF,OACE,YE3C0B,IF+C5B,8EAEE,cAGF,KGnBE,YFvCc,yIEwCd,YDrC0B,ICsC1B,sBACA,8BACA,0BACA,oBHgBA,UItDgB,KJuDhB,MK9Ba,QL+Bb,YACA,iBKpCuB,QLuCzB,KACE,YChDkB,EDmDpB,QACE,aAIA,0BACE,YAGF,uBACE,aAIJ,EACE,qBACA,MK7EgB,QL+EhB,QACE,qBAGF,QACE,qBACA,aAIJ,6BACE,eAGF,MACE,SACA,UAEA,eACE,UAIJ,OACE,gBACA,YACA,UACA,SACA,aACA,kBACA,cACA,gBAEA,aACE,eAIJ,MACE,gBAGF,aACE,YAGF,wDAEE,WACA,aAGF,MACE,yBACA,iBAGF,GACE,SAGF,SACE,qBAOF,SACE,iCM5JF,KCGE,6CAOA,wBACE,MCdU,KDeV,OCfU,KDkBZ,8BACE,sCACA,4BACA,cCrBU,KD0BR,yBAIJ,6DAEE,iBD5BwC,QGI5C,SACE,iCCTF,gBACE,kBACA,oBACA,gBACA,QACA,SACA,kBAGF,oBACE,kBACA,MACA,SACA,OACA,QCdF,UACE,YACA,WACA,gBACA,aACA,sBAEA,kBACE,kBAIJ,iBACE,kBACA,aACA,mBACA,YACA,WACA,WAEA,yBACE,sBAIJ,eACE,kBACA,iBACA,eACA,iBACA,YACA,mBACA,gBACA,uBACA,cAEA,oCACE,cAIJ,qBACE,YACA,kBACA,mBACA,eACA,iBACA,mBACA,gBACA,uBACA,cAGF,cACE,OACA,kBACA,gBACA,WACA,YAGF,0BACE,kBACA,MACA,SACA,QACA,OACA,sBACA,iBAGF,iBACE,kBACA,kBACA,SACA,MACA,OACA,QACA,sBC9EF,cACE,kBACA,MACA,OACA,SACA,UACA,sBACA,gBACA,oBCYF,YCoBE,WACE,kHCvCF,cCIgB,IDHhB,iBEH0B,KFI1B,MVEc,KUDd,QGkBW,KHjBX,gBACA,yBACA,QPLY,ILoBV,UCdc,KDed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CA,0BAIJ,sB5BjFE,UCdc,KDed,0BAOF,4B4B2EE,iBACA,cACA,YvB1GU,IuB2GV,6BACA,qBACA,cAGF,yBACE,gBACA,mBAEA,uCACE,eAGF,qCACE,eACA,kBAIJ,uBACE,M1B1GgB,Q0B+Gd,8CACE,iBEvIR,4BACE,aACA,mBACA,uBACA,WACA,Y9BkBE,UCdc,KDed,0BAOF,4B8BxBA,M5BgBkB,Q6BvBpB,gBACE,kBACA,oBACA,MACA,SACA,OACA,QACA,WACA,YAGF,6BACE,0BAGF,+BACE,4BAGF,sBACE,uBCpBF,6DAGE,kBACA,MACA,OACA,oBCNF,qBACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,0BACE,kBACA,iBACA,mBACA,oBACA,sBACA,uBACA,yBACA,gCACA,0FAGE,sBACA,eAIJ,sBACE,gBACA,gBC5BF,eACE,UACA,yBACA,oBACA,iBACA,gBAEA,uBACE,kBACA,iBACA,UjCDc,KiCEd,YnCJwB,ImCKxB,mBAGF,wBACE,gBAGF,qBACE,kBAGF,qBACE,mBCxBJ,mBACE,kBACA,MACA,OACA,UACA,SACA,SACA,uBCPF,oBACE,aACA,WACA,YACA,oBACA,wBACA,oBACA,iBAGF,WACE,kBACA,WACA,YACA,gBACA,4CAEA,+BACE,kBACA,MACA,OACA,QACA,SACA,oBAIA,4CACE,aACA,sBAIJ,+BACE,aAGF,wBACE,+BAGF,sBACE,6BAGF,yBACE,gCAIA,sCACE,kBAKF,wCACE,oBAKN,gBACE,kBACA,WACA,WACA,WACA,wBC1DF,eACE,kBACA,YACA,YACA,UACA,aACA,2BACA,wEACA,gBACA,gBACA,sBACE,iBACA,qBACA,6BACE,iBACA,WACA,gBAGJ,qBACE,kBACA,UACA,QAGF,yBACE,gBACA,mBACA,gBAGF,sBACE,iBACA,mBAGF,sBACE,kBACA,iBACA,iBACA,mBACA,gBAGF,0BACE,qBACA,kBACA,UACA,WAGF,qBACE,iBAGF,oBACE,kBCjEJ,yBACE,kBACA,gBAEA,mCACE,OACA,QACA,MACA,SACA,YACA,WACA,kEACE,WACA,WAIJ,qCACE,OACA,QACA,WACA,MACA,SACA,YACA,oEACE,SACA,YAKN,4BACE,4CACA,sCACE,kBACA,OACA,QACA,SACA,WAEF,wCACE,kBACA,MACA,SACA,OACA,YC7CJ,0BACE,kBACA,gBACA,MACA,SACA,OACA,QAGF,+BACE,kBACA,MACA,SACA,OACA,QACA,WACA,YACA,wEAEE,gCAIJ,6BACE,kBACA,SACA,UACA,SACA,QACA,YACA","file":"theme_dark.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../../../node_modules/@elastic/eui/src/themes/legacy/reset/_reset.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_typography.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_font_weight.scss","../../../node_modules/@elastic/eui/src/themes/amsterdam/global_styling/mixins/_typography.scss","../../../node_modules/@elastic/eui/src/themes/amsterdam/global_styling/variables/_typography.scss","../../../node_modules/@elastic/eui/src/themes/amsterdam/_colors_dark.scss","../../../node_modules/@elastic/eui/src/themes/legacy/reset/_scrollbar.scss","../../../node_modules/@elastic/eui/src/global_styling/mixins/_helpers.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_size.scss","../src/_reset.scss","../src/components/_global.scss","../src/components/_container.scss","../src/components/brush/_brush.scss","../src/components/tooltip/components/_tooltip.scss","../../../node_modules/@elastic/eui/src/global_styling/mixins/_shadow.scss","../../../node_modules/@elastic/eui/src/global_styling/mixins/_tool_tip.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_borders.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_tool_tip.scss","../../../node_modules/@elastic/eui/src/global_styling/variables/_z_index.scss","../../../node_modules/@elastic/eui/src/global_styling/mixins/_typography.scss","../src/components/tooltip/components/_tooltip_header.scss","../src/components/tooltip/components/_tooltip_footer.scss","../src/components/tooltip/components/_tooltip_divider.scss","../src/components/tooltip/components/_tooltip_prompt.scss","../src/components/tooltip/components/_tooltip_actions.scss","../src/components/portal/_portal.scss","../src/components/icons/_icon.scss","../../../node_modules/@elastic/eui/src/themes/amsterdam/global_styling/variables/_states.scss","../src/components/legend/_legend.scss","../src/components/legend/_variables.scss","../../../node_modules/@elastic/eui/src/themes/amsterdam/global_styling/mixins/_states.scss","../src/components/legend/_legend_item.scss","../src/components/_mixins.scss","../src/components/_unavailable_chart.scss","../src/components/grid/_index.scss","../src/components/grid/_aligned_grid.scss","../src/chart_types/xy_chart/renderer/dom/_highlighter.scss","../src/chart_types/xy_chart/renderer/dom/_crosshair.scss","../src/chart_types/xy_chart/renderer/dom/_screen_reader.scss","../src/chart_types/xy_chart/renderer/dom/annotations/_annotations.scss","../src/chart_types/partition_chart/renderer/_index.scss","../src/chart_types/metric/renderer/_index.scss","../src/chart_types/metric/renderer/dom/_text.scss","../src/chart_types/metric/renderer/dom/_progress.scss","../src/chart_types/metric/renderer/dom/_sparkline.scss"],"names":[],"mappings":"AAQA,qBACE,sBAGF,2ZAaE,SACA,UACA,YACA,wBAGF,kBACE,YC9BkB,sCDiCpB,oBACE,oBACA,oBACA,kBAGF,6BACE,YCzCc,sDD4ChB,GACE,kBAGF,OACE,YE3C0B,IF+C5B,8EAEE,cAGF,KGnBE,YFvCc,sDEwCd,YDrC0B,ICsC1B,sBACA,8BACA,0BACA,oBHgBA,UItDgB,KJuDhB,MK9Ba,QL+Bb,YACA,iBKpCuB,QLuCzB,KACE,YChDkB,EDmDpB,QACE,aAIA,0BACE,YAGF,uBACE,aAIJ,EACE,qBACA,MK7EgB,QL+EhB,QACE,qBAGF,QACE,qBACA,aAIJ,6BACE,eAGF,MACE,SACA,UAEA,eACE,UAIJ,OACE,gBACA,YACA,UACA,SACA,aACA,kBACA,cACA,gBAEA,aACE,eAIJ,MACE,gBAGF,aACE,YAGF,wDAEE,WACA,aAGF,MACE,yBACA,iBAGF,GACE,SAGF,SACE,qBAOF,SACE,iCM5JF,KCGE,6CAOA,wBACE,MCdU,KDeV,OCfU,KDkBZ,8BACE,sCACA,4BACA,cCrBU,KD0BR,yBAIJ,6DAEE,iBD5BwC,QGI5C,SACE,iCAGF,UAEE,2ECdF,gBACE,kBACA,oBACA,gBACA,QACA,SACA,kBAGF,oBACE,kBACA,MACA,SACA,OACA,QCdF,UACE,YACA,WACA,gBACA,aACA,sBAEA,kBACE,kBAIJ,iBACE,kBACA,aACA,mBACA,YACA,WACA,WAEA,yBACE,sBAIJ,eACE,kBACA,iBACA,eACA,iBACA,YACA,mBACA,gBACA,uBACA,cAEA,oCACE,cAIJ,qBACE,YACA,kBACA,mBACA,eACA,iBACA,mBACA,gBACA,uBACA,cAGF,cACE,OACA,kBACA,gBACA,WACA,YAGF,0BACE,kBACA,MACA,SACA,QACA,OACA,sBACA,iBAGF,iBACE,kBACA,kBACA,SACA,MACA,OACA,QACA,sBC9EF,cACE,kBACA,MACA,OACA,SACA,UACA,sBACA,gBACA,oBCYF,YCoBE,WACE,kHCvCF,cCIgB,IDHhB,iBEH0B,KFI1B,MVEc,KUDd,QGkBW,KHjBX,gBACA,yBACA,QPLY,ILoB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A,qBAGF,uCACE,eACA,0BAIJ,sB5BlFE,UCdc,KDed,0BAOF,4B4B4EE,iBACA,cACA,YvB3GU,IuB4GV,6BACA,qBACA,cAGF,yBACE,gBACA,mBAEA,uCACE,eAGF,qCACE,eACA,kBAIJ,uBACE,M1B3GgB,Q0BgHd,8CACE,iBExIR,4BACE,aACA,mBACA,uBACA,WACA,Y9BkBE,UCdc,KDed,0BAOF,4B8BxBA,M5BgBkB,Q6BvBpB,kBACE,aACA,WACA,YACA,oBACA,wBACA,oBACA,iBAGF,aACE,kBACA,WACA,YACA,gBACA,4CAEA,0BACE,+BAGF,2BACE,gCCtBJ,gBACE,aACA,sBACA,WACA,YAEF,wBACE,WACA,YACA,SACA,UAEF,6BACE,+BAEF,8BACE,gCAGF,yBACE,WACA,aACA,SACA,UCvBF,gBACE,kBACA,oBACA,MACA,SACA,OACA,QACA,WACA,YAGF,6BACE,0BAGF,+BACE,4BAGF,sBACE,uBCpBF,6DAGE,kBACA,MACA,OACA,oBCNF,qBACE,kBACA,cACA,SACA,UACA,WACA,gBAGF,0BACE,kBACA,iBACA,mBACA,oBACA,sBACA,uBACA,yBACA,gCACA,0FAGE,sBACA,eAIJ,sBACE,gBACA,gBC5BF,eACE,UACA,yBACA,oBACA,iBACA,gBAEA,uBACE,kBACA,iBACA,UnCDc,KmCEd,YrCJwB,IqCKxB,mBAGF,wBACE,gBAGF,qBACE,kBAGF,qBACE,mBCxBJ,mBACE,kBACA,MACA,OACA,UACA,SACA,SACA,uBCPF,oBACE,aACA,WACA,YACA,oBACA,wBACA,oBACA,iBAGF,WACE,kBACA,WACA,YACA,gBACA,4CAEA,+BACE,kBACA,MACA,OACA,QACA,SACA,oBAIA,4CACE,aACA,sBAIJ,+BACE,aAGF,wBACE,+BAGF,sBACE,6BAGF,yBACE,gCAME,uDACE,kBAKF,6DACE,kBAOF,yDACE,oBAKF,+DACE,oBAMR,gBACE,kBACA,WACA,WACA,WACA,wBC3EF,eACE,kBACA,YACA,YACA,UACA,aACA,2BACA,wEACA,gBACA,gBACA,sBACE,iBACA,qBACA,6BACE,iBACA,WACA,gBAGJ,qBACE,kBACA,UACA,QAGF,yBACE,gBACA,mBACA,gBAGF,sBACE,iBACA,mBAGF,sBACE,kBACA,iBACA,iBACA,mBACA,gBAGF,0BACE,qBACA,kBACA,UACA,WAGF,qBACE,iBAGF,oBACE,kBCjEJ,yBACE,kBAEA,mCACE,OACA,QACA,MACA,SACA,YACA,WAEA,kEACE,WACA,WAIJ,qCACE,OACA,QACA,WACA,MACA,SACA,YAEA,oEACE,SACA,YAKN,4BACE,4CAEA,sCACE,kBACA,OACA,QACA,SACA,WAGF,wCACE,kBACA,MACA,SACA,OACA,YAIJ,uBACE,aACA,uBACA,mBACA,iBACA,UAEA,iCACE,wBACA,kBACA,UACA,SAGF,mCACE,kBACA,YAIJ,6BACE,aACA,uBACA,mBACA,iBAIA,uCACE,kBACA,OAEA,0EACE,WACA,OATS,IAUT,MATU,KAad,yCACE,kBACA,SAEA,4EACE,SACA,MApBS,IAqBT,OApBU,KC9EhB,0BACE,kBACA,gBACA,MACA,SACA,OACA,QAGF,+BACE,kBACA,MACA,SACA,OACA,QACA,WACA,YACA,wEAEE,gCAIJ,6BACE,kBACA,SACA,UACA,SACA,QACA,YACA","file":"theme_dark.css"}