@hipay/hipay-material-ui 2.3.0-rc.3 → 2.3.0-rc.4
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.
|
@@ -166,7 +166,7 @@ function (_React$PureComponent) {
|
|
|
166
166
|
},
|
|
167
167
|
expanded: collapseDisable || expanded
|
|
168
168
|
}, props, {
|
|
169
|
-
|
|
169
|
+
TransitionProps: (0, _extends2.default)({
|
|
170
170
|
onExited: function onExited() {
|
|
171
171
|
_this2.setState({
|
|
172
172
|
panelDetailsExited: true
|
|
@@ -123,7 +123,7 @@ class HiExpansionPanel extends React.PureComponent {
|
|
|
123
123
|
},
|
|
124
124
|
expanded: collapseDisable || expanded
|
|
125
125
|
}, props, {
|
|
126
|
-
|
|
126
|
+
TransitionProps: _objectSpread({
|
|
127
127
|
onExited: () => {
|
|
128
128
|
this.setState({
|
|
129
129
|
panelDetailsExited: true
|
package/index.es.js
CHANGED
package/index.js
CHANGED
package/package.json
CHANGED