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.cjs
CHANGED
@@ -1482,7 +1482,7 @@ var TreeItem = function TreeItem(_ref3) {
|
|
1482
1482
|
};
|
1483
1483
|
|
1484
1484
|
var Switch = function Switch(props) {
|
1485
|
-
return /*#__PURE__*/React__default["default"].createElement(RSwitch__default["default"], _extends({
|
1485
|
+
return /*#__PURE__*/React__default["default"].createElement(RSwitch__default["default"], _extends({
|
1486
1486
|
onColor: "#86d3ff",
|
1487
1487
|
onHandleColor: "#2693e6",
|
1488
1488
|
handleDiameter: 30,
|
@@ -1491,7 +1491,8 @@ var Switch = function Switch(props) {
|
|
1491
1491
|
boxShadow: "0px 1px 5px rgba(0, 0, 0, 0.6)",
|
1492
1492
|
activeBoxShadow: "0px 0px 1px 10px rgba(0, 0, 0, 0.2)",
|
1493
1493
|
height: 20,
|
1494
|
-
width: 48
|
1494
|
+
width: 48
|
1495
|
+
}, props, {
|
1495
1496
|
className: "react-switch"
|
1496
1497
|
}));
|
1497
1498
|
};
|