@d3plus/react 3.0.6 → 3.0.7

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 -2
  2. package/package.json +2 -2
package/es/index.jsx CHANGED
@@ -26,7 +26,6 @@ function _object_spread(target) {
26
26
  }
27
27
  return target;
28
28
  }
29
- import React from "react";
30
29
  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";
31
30
  import Renderer from "./src/Renderer.jsx";
32
31
  export var AreaPlot = function(props) {
@@ -284,7 +283,7 @@ export var Whisker = function(props) {
284
283
  export var BaseClass = function(props) {
285
284
  return /*#__PURE__*/ React.createElement(Renderer, _object_spread({
286
285
  className: "util",
287
- constructor: BaseClass
286
+ constructor: BaseClassClass
288
287
  }, props));
289
288
  };
290
289
  export { default as D3plusContext } from "./src/D3plusContext.jsx";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d3plus/react",
3
- "version": "3.0.6",
3
+ "version": "3.0.7",
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.6"
34
+ "@d3plus/core": "3.0.7"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@mantine/core": "^7.8.1",