@osmandvc/react-upload-control 1.0.0 → 1.0.1

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -316,7 +316,7 @@ interface FileUploadConfig {
316
316
  multiple?: boolean; // Allow multiple file uploads
317
317
  maxFiles?: number; // Maximum number of files
318
318
  resetOnFinish?: boolean; // Reset state after finish
319
- disableSorting?: boolean; // Disable drag-to-reorder
319
+ disableSorting?: boolean; // Disable reordering
320
320
  }
321
321
  ```
322
322
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osmandvc/react-upload-control",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A completely free and open-source file uploader library designed for modern react applications. This package focuses on delivering a feature-rich experience while prioritizing an exceptional developer experience (DX). Whether you're handling simple uploads or complex multi-file scenarios, this library offers powerful customization, seamless integration, and a smooth workflow for developers. Perfect for those who need an efficient, flexible, and easy-to-use file uploader solution in their projects.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",