rc-notification
Advanced tools
Comparing version 4.5.0 to 4.5.1
@@ -152,5 +152,8 @@ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties"; | ||
motionName: this.getTransitionName(), | ||
onLeaveEnd: function onLeaveEnd(_, __, _ref4) { | ||
onVisibleChanged: function onVisibleChanged(changedVisible, _ref4) { | ||
var key = _ref4.key; | ||
delete _this2.noticePropsMap[key]; | ||
if (!changedVisible) { | ||
delete _this2.noticePropsMap[key]; | ||
} | ||
} | ||
@@ -157,0 +160,0 @@ }, function (_ref5) { |
@@ -173,5 +173,8 @@ "use strict"; | ||
motionName: this.getTransitionName(), | ||
onLeaveEnd: function onLeaveEnd(_, __, _ref4) { | ||
onVisibleChanged: function onVisibleChanged(changedVisible, _ref4) { | ||
var key = _ref4.key; | ||
delete _this2.noticePropsMap[key]; | ||
if (!changedVisible) { | ||
delete _this2.noticePropsMap[key]; | ||
} | ||
} | ||
@@ -178,0 +181,0 @@ }, function (_ref5) { |
{ | ||
"name": "rc-notification", | ||
"version": "4.5.0", | ||
"version": "4.5.1", | ||
"description": "notification ui component for react", | ||
@@ -51,2 +51,3 @@ "engines": { | ||
"@types/classnames": "^2.2.10", | ||
"@types/enzyme": "^3.10.7", | ||
"@types/jest": "^26.0.4", | ||
@@ -69,5 +70,5 @@ "@types/react": "^16.9.34", | ||
"classnames": "2.x", | ||
"rc-motion": "^2.1.1", | ||
"rc-motion": "^2.2.0", | ||
"rc-util": "^5.0.1" | ||
} | ||
} |
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
47890
1037
15
Updatedrc-motion@^2.2.0