@mw-kit/mw-ui 1.7.29 → 1.7.30
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.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14531,9 +14531,9 @@ var Label$2 = function Label(props) {
|
|
|
14531
14531
|
var _context$checked = context.checked,
|
|
14532
14532
|
checked = _context$checked[0],
|
|
14533
14533
|
setChecked = _context$checked[1];
|
|
14534
|
-
var _props$option
|
|
14535
|
-
disabled = _props$option
|
|
14536
|
-
value = _props$option
|
|
14534
|
+
var _props$option = props.option,
|
|
14535
|
+
disabled = _props$option.disabled,
|
|
14536
|
+
value = _props$option.value;
|
|
14537
14537
|
var LabelComponent = props.label;
|
|
14538
14538
|
return React__default.createElement(Checkbox, {
|
|
14539
14539
|
type: 'checkbox',
|