aliencharts 0.1.2 → 0.1.3

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.
package/dist/index.js CHANGED
@@ -2593,7 +2593,7 @@ var drawChartLayouts = ({
2593
2593
  }
2594
2594
  return nextAxisOverlays;
2595
2595
  };
2596
- function LeanChartFullscreenOverlay({
2596
+ function ChartFullscreenOverlay({
2597
2597
  chart,
2598
2598
  dataRevision,
2599
2599
  renderRevision,
@@ -4879,7 +4879,7 @@ function ChartGrid({
4879
4879
  })() : null,
4880
4880
  /* @__PURE__ */ React5.createElement(RectangleZoomOverlay, { rect: fullscreenChart ? null : rectangleZoomRect }),
4881
4881
  fullscreenChart ? /* @__PURE__ */ React5.createElement(
4882
- LeanChartFullscreenOverlay,
4882
+ ChartFullscreenOverlay,
4883
4883
  {
4884
4884
  chart: fullscreenChart,
4885
4885
  dataRevision,