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.modern.js
CHANGED
@@ -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({
|
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
|
};
|