demio-ui 2.5.30 → 2.5.31

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.
@@ -1,6 +1,7 @@
1
1
  import { FC } from 'react';
2
2
  import { UploadMenuItem } from '../UploadMenu/UploadMenu';
3
3
  export interface UploadPreviewProps {
4
+ className?: string;
4
5
  fileName?: string;
5
6
  fileInfo?: string;
6
7
  imageSrc?: string;
package/dist/types.d.ts CHANGED
@@ -551,6 +551,7 @@ interface UploadErrorProps {
551
551
  declare const UploadError: FC<UploadErrorProps>;
552
552
 
553
553
  interface UploadPreviewProps {
554
+ className?: string;
554
555
  fileName?: string;
555
556
  fileInfo?: string;
556
557
  imageSrc?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demio-ui",
3
- "version": "2.5.30",
3
+ "version": "2.5.31",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",