@synerise/ds-file-uploader 0.6.107 → 0.6.109
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 +16 -0
- package/dist/AvatarUploader/AvatarUploader.d.ts +1 -1
- package/dist/AvatarUploader/AvatarUploader.d.ts.map +1 -1
- package/dist/AvatarUploader/AvatarUploader.js +1 -1
- package/dist/ItemUploader/ItemUploader.d.ts +1 -1
- package/dist/ItemUploader/ItemUploader.d.ts.map +1 -1
- package/dist/ItemUploader/ItemUploader.js +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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.109](https://github.com/Synerise/synerise-design/compare/@synerise/ds-file-uploader@0.6.108...@synerise/ds-file-uploader@0.6.109) (2024-09-17)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-file-uploader
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.6.108](https://github.com/Synerise/synerise-design/compare/@synerise/ds-file-uploader@0.6.107...@synerise/ds-file-uploader@0.6.108) (2024-09-13)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @synerise/ds-file-uploader
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [0.6.107](https://github.com/Synerise/synerise-design/compare/@synerise/ds-file-uploader@0.6.106...@synerise/ds-file-uploader@0.6.107) (2024-09-11)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @synerise/ds-file-uploader
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { FileUploaderProps } from '../FileUploader.types';
|
|
3
3
|
declare const AvatarUploader: ({ className, onUpload, disabled, accept, error, label, onRemove, description, tooltip, filesAmount, mode, removable, files, texts, }: FileUploaderProps) => React.JSX.Element;
|
|
4
4
|
export default AvatarUploader;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AvatarUploader.d.ts","sourceRoot":"","sources":["../../src/AvatarUploader/AvatarUploader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"AvatarUploader.d.ts","sourceRoot":"","sources":["../../src/AvatarUploader/AvatarUploader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,OAAO,EAAE,iBAAiB,EAAe,MAAM,uBAAuB,CAAC;AAcvE,QAAA,MAAM,cAAc,yIAejB,iBAAiB,sBAiHnB,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
2
|
|
|
3
|
-
import
|
|
3
|
+
import React from 'react';
|
|
4
4
|
import { useDropzone } from 'react-dropzone';
|
|
5
5
|
import Tooltip from '@synerise/ds-tooltip';
|
|
6
6
|
import Icon, { InfoFillS, Add3M, FileTypePictureL } from '@synerise/ds-icon';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemUploader.d.ts","sourceRoot":"","sources":["../../src/ItemUploader/ItemUploader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"ItemUploader.d.ts","sourceRoot":"","sources":["../../src/ItemUploader/ItemUploader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,OAAO,EAAE,iBAAiB,EAAe,MAAM,uBAAuB,CAAC;AAcvE,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAqH7C,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
2
|
|
|
3
|
-
import
|
|
3
|
+
import React from 'react';
|
|
4
4
|
import { useDropzone } from 'react-dropzone';
|
|
5
5
|
import Icon, { InfoFillS, Add3M } from '@synerise/ds-icon';
|
|
6
6
|
import Tooltip from '@synerise/ds-tooltip';
|
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.109",
|
|
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.21.
|
|
37
|
-
"@synerise/ds-icon": "^0.65.
|
|
38
|
-
"@synerise/ds-loader": "^0.3.
|
|
39
|
-
"@synerise/ds-popconfirm": "^0.10.
|
|
40
|
-
"@synerise/ds-progress-bar": "^0.7.
|
|
41
|
-
"@synerise/ds-tooltip": "^0.14.
|
|
42
|
-
"@synerise/ds-typography": "^0.15.
|
|
43
|
-
"@synerise/ds-utils": "^0.29.
|
|
36
|
+
"@synerise/ds-button": "^0.21.11",
|
|
37
|
+
"@synerise/ds-icon": "^0.65.6",
|
|
38
|
+
"@synerise/ds-loader": "^0.3.15",
|
|
39
|
+
"@synerise/ds-popconfirm": "^0.10.52",
|
|
40
|
+
"@synerise/ds-progress-bar": "^0.7.5",
|
|
41
|
+
"@synerise/ds-tooltip": "^0.14.41",
|
|
42
|
+
"@synerise/ds-typography": "^0.15.2",
|
|
43
|
+
"@synerise/ds-utils": "^0.29.3",
|
|
44
44
|
"filesize.js": "^2.0.0",
|
|
45
45
|
"react-dropzone": "^10.2.1",
|
|
46
46
|
"react-intl": "3.12.0"
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"react": ">=16.9.0 <= 17.0.2",
|
|
51
51
|
"styled-components": "5.0.1"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "ae3c38b44ca0f9071cd55f7b82c182a99b5710e8"
|
|
54
54
|
}
|