@gearbox-protocol/ui-kit 4.0.0-next.57 → 4.0.0-next.58

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.
@@ -1,24 +1,24 @@
1
- import { AXIS_EDGE_LABEL_PADDING_PX as r, AXIS_FONT_SIZE as o, AXIS_TICK_MARK_DENSITY as _, AXIS_TIME_EDGE_PADDING_PX as a, AXIS_TOP_LABEL_PADDING_PX as E, DEFAULT_AREA_SERIES as i, getDefaultOptions as p, getDefaultSeries as A, getDefaultVerticalLine as D } from "./default-config.js";
2
- import { getXFormatter as L, getXFormatters as S } from "./formatters.js";
3
- import { DEFAULT_SERIES_COLORS as G, Graph as g, GraphLegend as n, VERTICAL_LINE_LABEL_EDGE_PADDING as V, getSeriesColorPalette as f, getStepForwardValue as T, getVerticalLineLabelStyle as X, getVerticalLineTooltipContent as m, seriesIdentity as P } from "./graph.js";
4
- import { GraphCurrentValue as s } from "./graph-current-value.js";
1
+ import { AXIS_EDGE_LABEL_PADDING_PX as r, AXIS_FONT_SIZE as o, AXIS_TICK_MARK_DENSITY as a, AXIS_TIME_EDGE_PADDING_PX as _, AXIS_TOP_LABEL_PADDING_PX as i, DEFAULT_AREA_SERIES as E, getDefaultOptions as p, getDefaultSeries as A, getDefaultVerticalLine as D } from "./default-config.js";
2
+ import { getXFormatter as L, getXFormatters as l } from "./formatters.js";
3
+ import { DEFAULT_SERIES_COLORS as g, Graph as G, GraphLegend as n, VERTICAL_LINE_LABEL_EDGE_PADDING as V, getSeriesColorPalette as f, getStepForwardValue as T, getVerticalLineLabelStyle as X, getVerticalLineTooltipContent as m, seriesIdentity as P, visibleLogicalRangeFor as h } from "./graph.js";
4
+ import { GraphCurrentValue as x } from "./graph-current-value.js";
5
5
  import { GraphTooltip as N } from "./graph-tooltip.js";
6
- import { GraphView as C, GraphViewWithData as F, graphViewVariants as R } from "./graph-view.js";
6
+ import { GraphView as u, GraphViewWithData as C, graphViewVariants as O } from "./graph-view.js";
7
7
  import { VertLine as w } from "./plugins/vertical-line.js";
8
8
  export {
9
9
  r as AXIS_EDGE_LABEL_PADDING_PX,
10
10
  o as AXIS_FONT_SIZE,
11
- _ as AXIS_TICK_MARK_DENSITY,
12
- a as AXIS_TIME_EDGE_PADDING_PX,
13
- E as AXIS_TOP_LABEL_PADDING_PX,
14
- i as DEFAULT_AREA_SERIES,
15
- G as DEFAULT_SERIES_COLORS,
16
- g as Graph,
17
- s as GraphCurrentValue,
11
+ a as AXIS_TICK_MARK_DENSITY,
12
+ _ as AXIS_TIME_EDGE_PADDING_PX,
13
+ i as AXIS_TOP_LABEL_PADDING_PX,
14
+ E as DEFAULT_AREA_SERIES,
15
+ g as DEFAULT_SERIES_COLORS,
16
+ G as Graph,
17
+ x as GraphCurrentValue,
18
18
  n as GraphLegend,
19
19
  N as GraphTooltip,
20
- C as GraphView,
21
- F as GraphViewWithData,
20
+ u as GraphView,
21
+ C as GraphViewWithData,
22
22
  V as VERTICAL_LINE_LABEL_EDGE_PADDING,
23
23
  w as VertLine,
24
24
  p as getDefaultOptions,
@@ -29,7 +29,8 @@ export {
29
29
  X as getVerticalLineLabelStyle,
30
30
  m as getVerticalLineTooltipContent,
31
31
  L as getXFormatter,
32
- S as getXFormatters,
33
- R as graphViewVariants,
34
- P as seriesIdentity
32
+ l as getXFormatters,
33
+ O as graphViewVariants,
34
+ P as seriesIdentity,
35
+ h as visibleLogicalRangeFor
35
36
  };