pallote-react 0.15.13 → 0.15.14
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 +2 -0
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1755,6 +1755,7 @@ Checkbox.propTypes = {
|
|
|
1755
1755
|
disabled: PropTypes.bool,
|
|
1756
1756
|
optional: PropTypes.bool,
|
|
1757
1757
|
dense: PropTypes.bool,
|
|
1758
|
+
onChange: PropTypes.func,
|
|
1758
1759
|
className: PropTypes.node
|
|
1759
1760
|
};
|
|
1760
1761
|
|
|
@@ -2334,6 +2335,7 @@ Radio.propTypes = {
|
|
|
2334
2335
|
disabled: PropTypes.bool,
|
|
2335
2336
|
optional: PropTypes.bool,
|
|
2336
2337
|
dense: PropTypes.bool,
|
|
2338
|
+
onChange: PropTypes.func,
|
|
2337
2339
|
className: PropTypes.node
|
|
2338
2340
|
};
|
|
2339
2341
|
|
package/dist/package.json
CHANGED