ywana-core8 0.0.90 → 0.0.94

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/dist/index.umd.js CHANGED
@@ -1479,7 +1479,7 @@
1479
1479
  };
1480
1480
 
1481
1481
  var Switch = function Switch(props) {
1482
- return /*#__PURE__*/React__default["default"].createElement(RSwitch__default["default"], _extends({}, props, {
1482
+ return /*#__PURE__*/React__default["default"].createElement(RSwitch__default["default"], _extends({
1483
1483
  onColor: "#86d3ff",
1484
1484
  onHandleColor: "#2693e6",
1485
1485
  handleDiameter: 30,
@@ -1488,7 +1488,8 @@
1488
1488
  boxShadow: "0px 1px 5px rgba(0, 0, 0, 0.6)",
1489
1489
  activeBoxShadow: "0px 0px 1px 10px rgba(0, 0, 0, 0.2)",
1490
1490
  height: 20,
1491
- width: 48,
1491
+ width: 48
1492
+ }, props, {
1492
1493
  className: "react-switch"
1493
1494
  }));
1494
1495
  };
@@ -4733,6 +4734,7 @@
4733
4734
  _ref$simultaneousUplo = _ref.simultaneousUploads,
4734
4735
  simultaneousUploads = _ref$simultaneousUplo === void 0 ? 1 : _ref$simultaneousUplo,
4735
4736
  className = _ref.className,
4737
+ onProgress = _ref.onProgress,
4736
4738
  onSuccess = _ref.onSuccess,
4737
4739
  onError = _ref.onError,
4738
4740
  onComplete = _ref.onComplete,