@d3plus/react 3.0.7 → 3.0.8

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 (2) hide show
  1. package/es/index.jsx +1 -0
  2. package/package.json +2 -2
package/es/index.jsx CHANGED
@@ -26,6 +26,7 @@ function _object_spread(target) {
26
26
  }
27
27
  return target;
28
28
  }
29
+ import React from "react";
29
30
  import { AreaPlot as AreaPlotClass, BarChart as BarChartClass, BoxWhisker as BoxWhiskerClass, BumpChart as BumpChartClass, Donut as DonutClass, Geomap as GeomapClass, LinePlot as LinePlotClass, Matrix as MatrixClass, Network as NetworkClass, Pack as PackClass, Pie as PieClass, Plot as PlotClass, Priestley as PriestleyClass, Radar as RadarClass, RadialMatrix as RadialMatrixClass, Rings as RingsClass, Sankey as SankeyClass, StackedArea as StackedAreaClass, Tree as TreeClass, Treemap as TreemapClass, Viz as VizClass, Axis as AxisClass, AxisBottom as AxisBottomClass, AxisLeft as AxisLeftClass, AxisRight as AxisRightClass, AxisTop as AxisTopClass, ColorScale as ColorScaleClass, Legend as LegendClass, Message as MessageClass, TextBox as TextBoxClass, Timeline as TimelineClass, Tooltip as TooltipClass, Area as AreaClass, Bar as BarClass, Box as BoxClass, Circle as CircleClass, Image as ImageClass, Line as LineClass, Path as PathClass, Rect as RectClass, Shape as ShapeClass, Whisker as WhiskerClass, BaseClass as BaseClassClass } from "@d3plus/core";
30
31
  import Renderer from "./src/Renderer.jsx";
31
32
  export var AreaPlot = function(props) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d3plus/react",
3
- "version": "3.0.7",
3
+ "version": "3.0.8",
4
4
  "description": "React components for d3plus visualizations.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -31,7 +31,7 @@
31
31
  "test": "eslint"
32
32
  },
33
33
  "dependencies": {
34
- "@d3plus/core": "3.0.7"
34
+ "@d3plus/core": "3.0.8"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@mantine/core": "^7.8.1",