@lanaco/lnc-react-ui 3.0.2 → 3.0.3
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/README.md +1 -1
- package/lib/index.esm.js +0 -1
- package/lib/index.js +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Lanaco ReactJS UI components library
|
|
2
2
|
|
|
3
|
-
[Deployment](https://lanaco.github.io/lnc-react-ui/?path=/docs/intro--
|
|
3
|
+
[Deployment](https://lanaco.github.io/lnc-react-ui/?path=/docs/intro--page)
|
|
4
4
|
|
|
5
5
|
This library includes basic and advanced UI components used with ReactJS frontend framework
|
|
6
6
|
|
package/lib/index.esm.js
CHANGED
|
@@ -72327,7 +72327,6 @@ DragAndDropFile.defaultProps = {
|
|
|
72327
72327
|
id: "",
|
|
72328
72328
|
disabled: false,
|
|
72329
72329
|
acceptDropzone: {},
|
|
72330
|
-
acceptInput: acceptInput,
|
|
72331
72330
|
multiple: false,
|
|
72332
72331
|
selectFileText: "Select file",
|
|
72333
72332
|
dndFileText: "Drag and drop file here or",
|
package/lib/index.js
CHANGED
|
@@ -72376,7 +72376,6 @@ DragAndDropFile.defaultProps = {
|
|
|
72376
72376
|
id: "",
|
|
72377
72377
|
disabled: false,
|
|
72378
72378
|
acceptDropzone: {},
|
|
72379
|
-
acceptInput: acceptInput,
|
|
72380
72379
|
multiple: false,
|
|
72381
72380
|
selectFileText: "Select file",
|
|
72382
72381
|
dndFileText: "Drag and drop file here or",
|