@lanaco/lnc-react-ui 3.0.6 → 3.0.7
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/lib/index.esm.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.js
CHANGED
|
@@ -74572,7 +74572,7 @@ DragDropFiles.propTypes = {
|
|
|
74572
74572
|
acceptInput: PropTypes.string,
|
|
74573
74573
|
multiple: PropTypes.bool,
|
|
74574
74574
|
selectFileText: PropTypes.string,
|
|
74575
|
-
dndFileText: PropTypes.string,
|
|
74575
|
+
dndFileText: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
74576
74576
|
/**
|
|
74577
74577
|
* Custom control which opens file explorer on click
|
|
74578
74578
|
*/
|
package/lib/index.js
CHANGED
|
@@ -74621,7 +74621,7 @@ DragDropFiles.propTypes = {
|
|
|
74621
74621
|
acceptInput: PropTypes__default["default"].string,
|
|
74622
74622
|
multiple: PropTypes__default["default"].bool,
|
|
74623
74623
|
selectFileText: PropTypes__default["default"].string,
|
|
74624
|
-
dndFileText: PropTypes__default["default"].string,
|
|
74624
|
+
dndFileText: PropTypes__default["default"].oneOfType([PropTypes__default["default"].string, PropTypes__default["default"].element]),
|
|
74625
74625
|
/**
|
|
74626
74626
|
* Custom control which opens file explorer on click
|
|
74627
74627
|
*/
|