@groupeactual/ui-kit 1.7.0-beta.5 → 1.7.0-beta.6

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@groupeactual/ui-kit",
3
- "version": "1.7.0-beta.5",
3
+ "version": "1.7.0-beta.6",
4
4
  "type": "module",
5
5
  "description": "A simple template for a custom React component library",
6
6
  "devDependencies": {
@@ -57,7 +57,7 @@
57
57
  "react-dom": "^18.3.1",
58
58
  "react-google-picker": "^0.1.0",
59
59
  "react-dropzone": "^14.3.5",
60
- "@groupeactual/design-tokens": "1.7.0-beta.5"
60
+ "@groupeactual/design-tokens": "1.7.0-beta.6"
61
61
  },
62
62
  "scripts": {
63
63
  "build": "rollup -c",
@@ -17,7 +17,7 @@ import {
17
17
  } from '@fortawesome/pro-regular-svg-icons';
18
18
  import {
19
19
  faCaretDown,
20
- faFileAlt,
20
+ faFile,
21
21
  faInfoCircle,
22
22
  } from '@fortawesome/pro-solid-svg-icons';
23
23
  import { Box, IconButton } from '@mui/material';
@@ -591,7 +591,7 @@ const FileUploader = ({
591
591
  }}
592
592
  >
593
593
  <IconProvider
594
- icon={faFileAlt}
594
+ icon={faFile}
595
595
  color="greyMediumInactive"
596
596
  size="sm"
597
597
  mr={1}