Skip to content

Commit

Permalink
📦 Rebuild dist @ db78f8b
Browse files Browse the repository at this point in the history
  • Loading branch information
panz3r committed Aug 2, 2020
1 parent db78f8b commit 5ce3991
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 12 deletions.
16 changes: 8 additions & 8 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"dist/index.js": {
"bundled": 56998,
"minified": 25650,
"gzipped": 5954
"bundled": 57217,
"minified": 25730,
"gzipped": 5976
},
"dist/index.es.js": {
"bundled": 55822,
"minified": 24679,
"gzipped": 5838,
"bundled": 56035,
"minified": 24718,
"gzipped": 5855,
"treeshaked": {
"rollup": {
"code": 10807,
"code": 10819,
"import_statements": 1533
},
"webpack": {
"code": 21822
"code": 21879
}
}
}
Expand Down
1 change: 1 addition & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export type DropzoneAreaBaseProps = {
acceptedFiles?: string[];
fileObjects: FileObject[];
filesLimit?: number;
Icon?: React.ReactElement;
maxFileSize?: number;
dropzoneText?: string;
previewText?: string;
Expand Down
8 changes: 7 additions & 1 deletion dist/index.es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.es.js.map

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 5ce3991

Please sign in to comment.