@comercti/react-components-hmg 0.23.10 → 0.23.11

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/index.d.ts CHANGED
@@ -2125,6 +2125,7 @@ declare interface FileItem {
2125
2125
  file: File;
2126
2126
  progress: number;
2127
2127
  status: 'uploading' | 'success' | 'error';
2128
+ message?: string;
2128
2129
  }
2129
2130
 
2130
2131
  declare type FormatDate = 'yyyy-MM-dd' | 'dd/MM/yyyy' | 'timestamp' | 'iso' | 'string';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.23.10",
3
+ "version": "0.23.11",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",