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.
- package/dist/index.cjs +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +3 -2
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +3 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/html/switch.js +4 -1
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({
|
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
|
};
|