Skip to content

Commit 5fd5117

Browse files
committed
[UPGRADE]: v7 is same as @files-ui/react
1 parent 2ae28d5 commit 5fd5117

File tree

191 files changed

+213
-8878
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+213
-8878
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ All notable changes to this project will be documented in this file. See [standa
1313

1414
## 🧪 New features and 🐛🔨 Improvements
1515

16+
- [ExtFile](https://www.files-ui.com/types#extfile): Data estructure that "extends" the File Object. This object is designed to allow the information exchange between components. This data type replaces the old "FileValidate" type from dropzone-ui.
17+
1618
- [\<FileMosaic/\>](https://www.files-ui.com/components/filemosaic): This new component replaces the old "FileItem" component.
1719

1820
- Darkmode: Now component can be adpted to a dark mode pages with the respective prop.

build/FileItem/FileItem.d.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import * as React from "react";
2+
import { FileMosaicProps } from "@files-ui/react";
3+
/**
4+
* @deprecated This component was replaced by FileMosaic
5+
* @param props the same props that receives FileMosaic component
6+
* @returns
7+
*/
8+
declare const FileItem: React.FC<FileMosaicProps>;
9+
export default FileItem;

build/components/dropzone/components/Dropzone/Dropzone.d.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

build/components/dropzone/components/Dropzone/DropzoneProps.d.ts

Lines changed: 0 additions & 213 deletions
This file was deleted.

build/components/dropzone/components/DropzoneFooter.tsx/DropzoneFooter.d.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

build/components/dropzone/components/DropzoneFooter.tsx/DropzoneFooterProps.d.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

build/components/dropzone/components/DropzoneHeader/DropzoneHeader.d.ts

Lines changed: 0 additions & 29 deletions
This file was deleted.

build/components/dropzone/components/DropzoneLabel/DropzoneLabel.d.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

build/components/dropzone/components/hooks/useDropzoneStyles.d.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

build/components/dropzone/components/utils/dropzone-ui.upload.utils.d.ts

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)