@jfvilas/react-file-manager 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/README.md +4 -17
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,15 +1,8 @@
1
- ![React File Manager](https://github.com/user-attachments/assets/cad4d71d-a2fd-4064-9fce-c0c3a7cb4613)
2
-
3
- <div align="center">
4
-
5
- ![NPM Downloads](https://img.shields.io/npm/d18m/%40cubone%2Freact-file-manager?style=for-the-badge)
6
- ![npm bundle size](https://img.shields.io/bundlephobia/minzip/%40cubone%2Freact-file-manager?style=for-the-badge)
7
- ![NPM Version](https://img.shields.io/npm/v/%40cubone%2Freact-file-manager?style=for-the-badge&color=%23c87d32)
8
-
9
- </div>
10
-
1
+ # React File Manager
11
2
  <p>
12
- An open-source React.js package for easy integration of a file manager into applications. It provides a user-friendly interface for managing files and folders, including viewing, uploading, and deleting, with full UI and backend integration.
3
+ An open-source React package for easy integration of a file manager into applications. It provides a user-friendly interface for managing files and folders, including viewing, uploading, and deleting, with full UI and backend integration.
4
+
5
+ This project is forked from [this fantastic project](https://github.com/Saifullah-dev/react-file-manager).
13
6
  </p>
14
7
 
15
8
  ## ✨ Features
@@ -28,8 +21,6 @@ An open-source React.js package for easy integration of a file manager into appl
28
21
  - **Drag-and-Drop**: Move selected files and folders by dragging them to the desired directory,
29
22
  making file organization effortless.
30
23
 
31
- ![React File Manager](https://github.com/user-attachments/assets/e68f750b-86bf-450d-b27e-fd3dedebf1bd)
32
-
33
24
  ## 🚀 Installation
34
25
 
35
26
  To install `React File Manager`, use the following command:
@@ -334,7 +325,3 @@ function App() {
334
325
  - After that, folder changes are driven by `onFolderChange`.
335
326
  - If you want to keep the path in sync with user navigation, use a controlled state (as shown
336
327
  above).
337
-
338
- ## ÂŠī¸ License
339
-
340
- React File Manager is [MIT Licensed](LICENSE).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jfvilas/react-file-manager",
3
3
  "private": false,
4
- "version": "1.0.3",
4
+ "version": "1.0.4",
5
5
  "type": "module",
6
6
  "module": "dist/react-file-manager.es.js",
7
7
  "files": [