ywana-core8 0.0.91 → 0.0.92

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.
@@ -1475,7 +1475,7 @@ var TreeItem = function TreeItem(_ref3) {
1475
1475
  };
1476
1476
 
1477
1477
  var Switch = function Switch(props) {
1478
- return /*#__PURE__*/React.createElement(RSwitch, _extends({}, props, {
1478
+ return /*#__PURE__*/React.createElement(RSwitch, _extends({
1479
1479
  onColor: "#86d3ff",
1480
1480
  onHandleColor: "#2693e6",
1481
1481
  handleDiameter: 30,
@@ -1484,7 +1484,8 @@ var Switch = function Switch(props) {
1484
1484
  boxShadow: "0px 1px 5px rgba(0, 0, 0, 0.6)",
1485
1485
  activeBoxShadow: "0px 0px 1px 10px rgba(0, 0, 0, 0.2)",
1486
1486
  height: 20,
1487
- width: 48,
1487
+ width: 48
1488
+ }, props, {
1488
1489
  className: "react-switch"
1489
1490
  }));
1490
1491
  };