victory-line
Advanced tools
Comparing version 36.6.1 to 36.6.2
# victory-line | ||
## 36.6.2 | ||
### Patch Changes | ||
- Updated dependencies []: | ||
- victory-core@36.6.2 | ||
- victory-vendor@36.6.2 | ||
## 36.6.1 | ||
@@ -4,0 +12,0 @@ |
@@ -45,5 +45,6 @@ import _assign from "lodash/assign"; | ||
var defaultTransform = polar && origin ? "translate(".concat(origin.x, ", ").concat(origin.y, ")") : undefined; | ||
var d = lineFunction(props.data); | ||
return /*#__PURE__*/React.cloneElement(props.pathComponent, _objectSpread(_objectSpread(_objectSpread({}, props.events), userProps), {}, { | ||
"aria-label": props.ariaLabel, | ||
d: lineFunction(props.data), | ||
d: d, | ||
style: props.style, | ||
@@ -50,0 +51,0 @@ transform: props.transform || defaultTransform, |
@@ -63,5 +63,6 @@ "use strict"; | ||
var defaultTransform = polar && origin ? "translate(".concat(origin.x, ", ").concat(origin.y, ")") : undefined; | ||
var d = lineFunction(props.data); | ||
return /*#__PURE__*/_react.default.cloneElement(props.pathComponent, _objectSpread(_objectSpread(_objectSpread({}, props.events), userProps), {}, { | ||
"aria-label": props.ariaLabel, | ||
d: lineFunction(props.data), | ||
d: d, | ||
style: props.style, | ||
@@ -68,0 +69,0 @@ transform: props.transform || defaultTransform, |
{ | ||
"name": "victory-line", | ||
"version": "36.6.1", | ||
"version": "36.6.2", | ||
"description": "Line Component for Victory", | ||
@@ -25,4 +25,4 @@ "keywords": [ | ||
"prop-types": "^15.8.1", | ||
"victory-core": "^36.6.1", | ||
"victory-vendor": "^36.6.1" | ||
"victory-core": "^36.6.2", | ||
"victory-vendor": "^36.6.2" | ||
}, | ||
@@ -29,0 +29,0 @@ "peerDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1434518
41
23632
Updatedvictory-core@^36.6.2
Updatedvictory-vendor@^36.6.2