@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 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--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",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lanaco/lnc-react-ui",
3
3
  "type": "module",
4
- "version": "3.0.2",
4
+ "version": "3.0.3",
5
5
  "description": "component library",
6
6
  "main": "lib/index.js",
7
7
  "module": "lib/index.esm.js",