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