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

+2
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

+9
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

-5
This file was deleted.

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

-213
This file was deleted.

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

-4
This file was deleted.

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

-16
This file was deleted.

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

-29
This file was deleted.

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

-6
This file was deleted.

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

-10
This file was deleted.

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

-24
This file was deleted.

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

-3
This file was deleted.

build/components/dropzone/components/utils/index.d.ts

-2
This file was deleted.

0 commit comments

Comments
 (0)