@d3plus/react 3.0.6 → 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.
- package/es/index.jsx +1 -1
- package/package.json +2 -2
package/es/index.jsx
CHANGED
|
@@ -284,7 +284,7 @@ export var Whisker = function(props) {
|
|
|
284
284
|
export var BaseClass = function(props) {
|
|
285
285
|
return /*#__PURE__*/ React.createElement(Renderer, _object_spread({
|
|
286
286
|
className: "util",
|
|
287
|
-
constructor:
|
|
287
|
+
constructor: BaseClassClass
|
|
288
288
|
}, props));
|
|
289
289
|
};
|
|
290
290
|
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.
|
|
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.
|
|
34
|
+
"@d3plus/core": "3.0.8"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@mantine/core": "^7.8.1",
|