demio-ui 2.5.45 → 2.5.46

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.
@@ -0,0 +1,14 @@
1
+ import { FC } from 'react';
2
+ import { UploadMenuItem } from '../UploadMenu/UploadMenu';
3
+ export interface UploadProgressPreviewProps {
4
+ className?: string;
5
+ fileName?: string;
6
+ fileInfo?: string;
7
+ imageSrc?: string;
8
+ imageTitle?: string;
9
+ isUpload?: boolean;
10
+ menu?: UploadMenuItem[];
11
+ percent?: number;
12
+ }
13
+ declare const UploadProgressPreview: FC<UploadProgressPreviewProps>;
14
+ export default UploadProgressPreview;
@@ -0,0 +1 @@
1
+ export { default } from './UploadProgressPreview';
package/dist/types.d.ts CHANGED
@@ -1795,9 +1795,8 @@ function _extends$q() { return _extends$q = Object.assign ? Object.assign.bind()
1795
1795
  var SvgProgress = function SvgProgress(props) {
1796
1796
  return /*#__PURE__*/React.createElement("svg", _extends$q({
1797
1797
  xmlns: "http://www.w3.org/2000/svg",
1798
- width: 24,
1799
- height: 24,
1800
- fill: "none"
1798
+ fill: "none",
1799
+ viewBox: "0 0 24 24"
1801
1800
  }, props), _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
1802
1801
  fill: "#DEE4E8",
1803
1802
  d: "M12 0A12 12 0 1 1 0 12h2.64A9.36 9.36 0 1 0 12 2.64z"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demio-ui",
3
- "version": "2.5.45",
3
+ "version": "2.5.46",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",