Comparing version 2.7.0 to 2.7.1
@@ -23,3 +23,3 @@ # Contributing to Recharts | ||
**Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github) | ||
**Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://app.egghead.io/playlists/how-to-contribute-to-an-open-source-project-on-github) | ||
@@ -26,0 +26,0 @@ *Before* submitting a pull request, please make sure the following is done… |
@@ -319,2 +319,3 @@ import _isEqual from "lodash/isEqual"; | ||
value: function render() { | ||
var _filterProps; | ||
var _this$props7 = this.props, | ||
@@ -343,8 +344,10 @@ hide = _this$props7.hide, | ||
var clipPathId = _isNil(id) ? this.id : id; | ||
var _ref2 = filterProps(dot) || { | ||
var _ref2 = (_filterProps = filterProps(dot)) !== null && _filterProps !== void 0 ? _filterProps : { | ||
r: 3, | ||
strokeWidth: 2 | ||
}, | ||
r = _ref2.r, | ||
strokeWidth = _ref2.strokeWidth; | ||
_ref2$r = _ref2.r, | ||
r = _ref2$r === void 0 ? 3 : _ref2$r, | ||
_ref2$strokeWidth = _ref2.strokeWidth, | ||
strokeWidth = _ref2$strokeWidth === void 0 ? 2 : _ref2$strokeWidth; | ||
var _ref3 = isDotProps(dot) ? dot : {}, | ||
@@ -351,0 +354,0 @@ _ref3$clipDot = _ref3.clipDot, |
@@ -317,2 +317,3 @@ import _isEqual from "lodash/isEqual"; | ||
value: function render() { | ||
var _filterProps; | ||
var _this$props6 = this.props, | ||
@@ -341,8 +342,10 @@ hide = _this$props6.hide, | ||
var clipPathId = _isNil(id) ? this.id : id; | ||
var _ref2 = filterProps(dot) || { | ||
var _ref2 = (_filterProps = filterProps(dot)) !== null && _filterProps !== void 0 ? _filterProps : { | ||
r: 3, | ||
strokeWidth: 2 | ||
}, | ||
r = _ref2.r, | ||
strokeWidth = _ref2.strokeWidth; | ||
_ref2$r = _ref2.r, | ||
r = _ref2$r === void 0 ? 3 : _ref2$r, | ||
_ref2$strokeWidth = _ref2.strokeWidth, | ||
strokeWidth = _ref2$strokeWidth === void 0 ? 2 : _ref2$strokeWidth; | ||
var _ref3 = dot, | ||
@@ -349,0 +352,0 @@ _ref3$clipDot = _ref3.clipDot, |
@@ -327,2 +327,3 @@ "use strict"; | ||
value: function render() { | ||
var _filterProps; | ||
var _this$props7 = this.props, | ||
@@ -351,8 +352,10 @@ hide = _this$props7.hide, | ||
var clipPathId = (0, _isNil2["default"])(id) ? this.id : id; | ||
var _ref2 = (0, _ReactUtils.filterProps)(dot) || { | ||
var _ref2 = (_filterProps = (0, _ReactUtils.filterProps)(dot)) !== null && _filterProps !== void 0 ? _filterProps : { | ||
r: 3, | ||
strokeWidth: 2 | ||
}, | ||
r = _ref2.r, | ||
strokeWidth = _ref2.strokeWidth; | ||
_ref2$r = _ref2.r, | ||
r = _ref2$r === void 0 ? 3 : _ref2$r, | ||
_ref2$strokeWidth = _ref2.strokeWidth, | ||
strokeWidth = _ref2$strokeWidth === void 0 ? 2 : _ref2$strokeWidth; | ||
var _ref3 = isDotProps(dot) ? dot : {}, | ||
@@ -359,0 +362,0 @@ _ref3$clipDot = _ref3.clipDot, |
@@ -325,2 +325,3 @@ "use strict"; | ||
value: function render() { | ||
var _filterProps; | ||
var _this$props6 = this.props, | ||
@@ -349,8 +350,10 @@ hide = _this$props6.hide, | ||
var clipPathId = (0, _isNil2["default"])(id) ? this.id : id; | ||
var _ref2 = (0, _ReactUtils.filterProps)(dot) || { | ||
var _ref2 = (_filterProps = (0, _ReactUtils.filterProps)(dot)) !== null && _filterProps !== void 0 ? _filterProps : { | ||
r: 3, | ||
strokeWidth: 2 | ||
}, | ||
r = _ref2.r, | ||
strokeWidth = _ref2.strokeWidth; | ||
_ref2$r = _ref2.r, | ||
r = _ref2$r === void 0 ? 3 : _ref2$r, | ||
_ref2$strokeWidth = _ref2.strokeWidth, | ||
strokeWidth = _ref2$strokeWidth === void 0 ? 2 : _ref2$strokeWidth; | ||
var _ref3 = dot, | ||
@@ -357,0 +360,0 @@ _ref3$clipDot = _ref3.clipDot, |
{ | ||
"name": "recharts", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"description": "React charts", | ||
@@ -67,3 +67,2 @@ "main": "lib/index", | ||
"dependencies": { | ||
"@storybook/addon-storysource": "^7.0.18", | ||
"classnames": "^2.2.5", | ||
@@ -97,2 +96,3 @@ "eventemitter3": "^4.0.1", | ||
"@storybook/addon-mdx-gfm": "^7.0.18", | ||
"@storybook/addon-storysource": "^7.0.18", | ||
"@storybook/jest": "^0.1.0", | ||
@@ -99,0 +99,0 @@ "@storybook/react": "^7.0.18", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4700839
12
38988
78
- Removed@storybook/addon-storysource@^7.0.18
- Removed@babel/helper-string-parser@7.25.9(transitive)
- Removed@babel/helper-validator-identifier@7.25.9(transitive)
- Removed@babel/parser@7.26.2(transitive)
- Removed@babel/types@7.26.0(transitive)
- Removed@storybook/addon-storysource@7.6.20(transitive)
- Removed@storybook/channels@7.6.20(transitive)
- Removed@storybook/client-logger@7.6.20(transitive)
- Removed@storybook/core-events@7.6.20(transitive)
- Removed@storybook/csf@0.1.11(transitive)
- Removed@storybook/global@5.0.0(transitive)
- Removed@storybook/source-loader@7.6.20(transitive)
- Removed@storybook/types@7.6.20(transitive)
- Removed@types/babel__core@7.20.5(transitive)
- Removed@types/babel__generator@7.6.8(transitive)
- Removed@types/babel__template@7.4.4(transitive)
- Removed@types/babel__traverse@7.20.6(transitive)
- Removed@types/body-parser@1.19.5(transitive)
- Removed@types/connect@3.4.38(transitive)
- Removed@types/express@4.17.21(transitive)
- Removed@types/express-serve-static-core@4.19.6(transitive)
- Removed@types/http-errors@2.0.4(transitive)
- Removed@types/mime@1.3.5(transitive)
- Removed@types/node@22.9.0(transitive)
- Removed@types/qs@6.9.17(transitive)
- Removed@types/range-parser@1.2.7(transitive)
- Removed@types/send@0.17.4(transitive)
- Removed@types/serve-static@1.15.7(transitive)
- Removedcall-bind@1.0.7(transitive)
- Removeddefine-data-property@1.1.4(transitive)
- Removedes-define-property@1.0.0(transitive)
- Removedes-errors@1.3.0(transitive)
- Removedestraverse@5.3.0(transitive)
- Removedfile-system-cache@2.3.0(transitive)
- Removedfs-extra@11.1.1(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedget-intrinsic@1.2.4(transitive)
- Removedgopd@1.0.1(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removedhas-property-descriptors@1.0.2(transitive)
- Removedhas-proto@1.0.3(transitive)
- Removedhas-symbols@1.0.3(transitive)
- Removedhasown@2.0.2(transitive)
- Removedjsonfile@6.1.0(transitive)
- Removedmap-or-similar@1.5.0(transitive)
- Removedmemoizerific@1.11.3(transitive)
- Removedobject-inspect@1.13.3(transitive)
- Removedprettier@2.8.8(transitive)
- Removedqs@6.13.0(transitive)
- Removedramda@0.29.0(transitive)
- Removedset-function-length@1.2.2(transitive)
- Removedside-channel@1.0.6(transitive)
- Removedtelejson@7.2.0(transitive)
- Removedtiny-invariant@1.3.3(transitive)
- Removedts-dedent@2.2.0(transitive)
- Removedtype-fest@2.19.0(transitive)
- Removedundici-types@6.19.8(transitive)
- Removeduniversalify@2.0.1(transitive)