@synerise/ds-file-uploader 0.6.94 → 0.6.95
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/CHANGELOG.md +8 -0
- package/dist/AvatarUploader/AvatarUploader.d.ts +2 -1
- package/dist/AvatarUploader/AvatarUploader.d.ts.map +1 -1
- package/dist/AvatarUploader/FileViewAvatar/FileViewAvatar.d.ts +2 -1
- package/dist/AvatarUploader/FileViewAvatar/FileViewAvatar.d.ts.map +1 -1
- package/dist/FileUploader.d.ts +2 -1
- package/dist/FileUploader.d.ts.map +1 -1
- package/dist/FileView/FileView.d.ts +2 -1
- package/dist/FileView/FileView.d.ts.map +1 -1
- package/dist/ItemUploader/UploaderButton/FileViewItem.d.ts +2 -1
- package/dist/ItemUploader/UploaderButton/FileViewItem.d.ts.map +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.6.95](https://github.com/Synerise/synerise-design/compare/@synerise/ds-file-uploader@0.6.94...@synerise/ds-file-uploader@0.6.95) (2024-05-29)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-file-uploader
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.6.94](https://github.com/Synerise/synerise-design/compare/@synerise/ds-file-uploader@0.6.93...@synerise/ds-file-uploader@0.6.94) (2024-05-16)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @synerise/ds-file-uploader
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import { FileUploaderProps } from '../FileUploader.types';
|
|
2
|
-
declare const AvatarUploader: ({ className, onUpload, disabled, accept, error, label, onRemove, description, tooltip, filesAmount, mode, removable, files, texts, }: FileUploaderProps) => JSX.Element;
|
|
3
|
+
declare const AvatarUploader: ({ className, onUpload, disabled, accept, error, label, onRemove, description, tooltip, filesAmount, mode, removable, files, texts, }: FileUploaderProps) => React.JSX.Element;
|
|
3
4
|
export default AvatarUploader;
|
|
4
5
|
//# sourceMappingURL=AvatarUploader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AvatarUploader.d.ts","sourceRoot":"","sources":["../../src/AvatarUploader/AvatarUploader.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AvatarUploader.d.ts","sourceRoot":"","sources":["../../src/AvatarUploader/AvatarUploader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAW/B,OAAO,EAAE,iBAAiB,EAAe,MAAM,uBAAuB,CAAC;AAcvE,QAAA,MAAM,cAAc,yIAejB,iBAAiB,sBAiHnB,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { FileViewAvatarProps } from './FileViewAvatar.types';
|
|
2
|
-
declare const FileViewAvatar: ({ data, texts, onRemove, removable, description }: FileViewAvatarProps) => JSX.Element;
|
|
3
|
+
declare const FileViewAvatar: ({ data, texts, onRemove, removable, description }: FileViewAvatarProps) => React.JSX.Element;
|
|
3
4
|
export default FileViewAvatar;
|
|
4
5
|
//# sourceMappingURL=FileViewAvatar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileViewAvatar.d.ts","sourceRoot":"","sources":["../../../src/AvatarUploader/FileViewAvatar/FileViewAvatar.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FileViewAvatar.d.ts","sourceRoot":"","sources":["../../../src/AvatarUploader/FileViewAvatar/FileViewAvatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAMxC,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAW7D,QAAA,MAAM,cAAc,sDAAuD,mBAAmB,sBAoF7F,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
package/dist/FileUploader.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { FileUploaderProps } from './FileUploader.types';
|
|
2
|
-
declare const FileUploader: ({ className, onUpload, disabled, accept, error, label, onRemove, description, tooltip, filesAmount, mode, removable, files, retry, texts, }: FileUploaderProps) => JSX.Element;
|
|
3
|
+
declare const FileUploader: ({ className, onUpload, disabled, accept, error, label, onRemove, description, tooltip, filesAmount, mode, removable, files, retry, texts, }: FileUploaderProps) => React.JSX.Element;
|
|
3
4
|
export default FileUploader;
|
|
4
5
|
//# sourceMappingURL=FileUploader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileUploader.d.ts","sourceRoot":"","sources":["../src/FileUploader.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FileUploader.d.ts","sourceRoot":"","sources":["../src/FileUploader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAQrD,OAAO,EAAe,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAgBtE,QAAA,MAAM,YAAY,gJAgBf,iBAAiB,sBAiInB,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { FileViewProps } from './FileView.types';
|
|
2
|
-
declare const FileView: ({ data, texts, onRemove, removable, retry, retryButtonProps }: FileViewProps) => JSX.Element;
|
|
3
|
+
declare const FileView: ({ data, texts, onRemove, removable, retry, retryButtonProps }: FileViewProps) => React.JSX.Element;
|
|
3
4
|
export default FileView;
|
|
4
5
|
//# sourceMappingURL=FileView.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileView.d.ts","sourceRoot":"","sources":["../../src/FileView/FileView.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FileView.d.ts","sourceRoot":"","sources":["../../src/FileView/FileView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AA0BxC,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAiCjD,QAAA,MAAM,QAAQ,kEAAmE,aAAa,sBA6H7F,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { FileViewAvatarProps } from '../../AvatarUploader/FileViewAvatar/FileViewAvatar.types';
|
|
2
|
-
declare const FileViewItem: ({ data, texts, onRemove, removable }: FileViewAvatarProps) => JSX.Element;
|
|
3
|
+
declare const FileViewItem: ({ data, texts, onRemove, removable }: FileViewAvatarProps) => React.JSX.Element;
|
|
3
4
|
export default FileViewItem;
|
|
4
5
|
//# sourceMappingURL=FileViewItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileViewItem.d.ts","sourceRoot":"","sources":["../../../src/ItemUploader/UploaderButton/FileViewItem.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FileViewItem.d.ts","sourceRoot":"","sources":["../../../src/ItemUploader/UploaderButton/FileViewItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAOxC,OAAO,EAAE,mBAAmB,EAAE,MAAM,0DAA0D,CAAC;AAW/F,QAAA,MAAM,YAAY,yCAA0C,mBAAmB,sBA+D9E,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-file-uploader",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.95",
|
|
4
4
|
"description": "FileUploader UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
],
|
|
34
34
|
"types": "dist/index.d.ts",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@synerise/ds-button": "^0.20.
|
|
37
|
-
"@synerise/ds-icon": "^0.
|
|
38
|
-
"@synerise/ds-loader": "^0.3.
|
|
39
|
-
"@synerise/ds-popconfirm": "^0.10.
|
|
40
|
-
"@synerise/ds-progress-bar": "^0.6.
|
|
41
|
-
"@synerise/ds-tooltip": "^0.14.
|
|
36
|
+
"@synerise/ds-button": "^0.20.1",
|
|
37
|
+
"@synerise/ds-icon": "^0.62.0",
|
|
38
|
+
"@synerise/ds-loader": "^0.3.9",
|
|
39
|
+
"@synerise/ds-popconfirm": "^0.10.38",
|
|
40
|
+
"@synerise/ds-progress-bar": "^0.6.69",
|
|
41
|
+
"@synerise/ds-tooltip": "^0.14.29",
|
|
42
42
|
"@synerise/ds-typography": "^0.15.0",
|
|
43
|
-
"@synerise/ds-utils": "^0.
|
|
43
|
+
"@synerise/ds-utils": "^0.27.0",
|
|
44
44
|
"filesize.js": "^2.0.0",
|
|
45
45
|
"react-dropzone": "^10.2.1",
|
|
46
46
|
"react-intl": "3.12.0"
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"@testing-library/jest-dom": "5.1.1",
|
|
55
55
|
"@testing-library/react": "10.0.1"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "6bd94c78745df68ee3b853120a863ab24fc233ef"
|
|
58
58
|
}
|