@mmb-digital/ds-lilly 0.10.12 → 0.10.13

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.
@@ -7,7 +7,7 @@ export interface FileUploadPropsType extends ComponentPropsType {
7
7
  /** @ignore Inner component state with all files. 💀 It`s provided if you use hook. 💀*/
8
8
  files: FileListPropsType['files'];
9
9
  /** @ignore Inner component state with all files. 💀 It`s provided if you use hook. 💀*/
10
- uploadedFiles: FileListPropsType['files'];
10
+ uploadedFiles?: FileListPropsType['files'];
11
11
  /** Define maximum uploadable files. */
12
12
  fileLimit?: number;
13
13
  /** Hides preview for the chosen file if it's an image. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mmb-digital/ds-lilly",
3
- "version": "0.10.12",
3
+ "version": "0.10.13",
4
4
  "description": "MMB LILLY design system",
5
5
  "license": "UNLICENSED",
6
6
  "sideEffects": false,