x-ui-design 0.4.32 → 0.4.34
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.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/lib/components/Checkbox/Checkbox.tsx +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1431,7 +1431,7 @@ const Checkbox = /*#__PURE__*/forwardRef(({
|
|
|
1431
1431
|
}, /*#__PURE__*/React.createElement("span", {
|
|
1432
1432
|
className: `${prefixCls}-check`,
|
|
1433
1433
|
style: {
|
|
1434
|
-
opacity:
|
|
1434
|
+
opacity: internalChecked ? 1 : 0
|
|
1435
1435
|
}
|
|
1436
1436
|
}))), children && /*#__PURE__*/React.createElement("span", {
|
|
1437
1437
|
className: `${prefixCls}-label`
|