Skip to content

Commit

Permalink
feat(FileSelector): restyle component
Browse files Browse the repository at this point in the history
We upgraded underlying `react-dropzone` library to latest version. This upgrade introduces a breaking change for the `accept` property that currenly has to be defined as an object where keys are accepted mimetypes and values are arrays of file extensions.

Closes UXD-1516
  • Loading branch information
ajkl2533 committed Oct 17, 2024
1 parent 6d9630d commit 3ed14a1
Show file tree
Hide file tree
Showing 25 changed files with 747 additions and 333 deletions.
Binary file modified .storybook/image-snapshots/expected/Iconography_List_List.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .storybook/image-snapshots/expected/components_Icon_Flip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"react-container-query": "^0.13.0",
"react-cool-portal": "^1.2.0",
"react-datepicker": "^4.6.0",
"react-dropzone": "^12.1.0",
"react-dropzone": "^14.2.9",
"react-i18next": ">=11.18.6",
"react-popper": "^2.2.5",
"react-table": "^7.7.0",
Expand Down
5 changes: 0 additions & 5 deletions src/components/FileSelector/FileSelector.enums.tsx

This file was deleted.

Loading

0 comments on commit 3ed14a1

Please sign in to comment.