@inntechcorp/it-design 2.0.172 → 2.0.173

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/dist/index.d.ts CHANGED
@@ -1263,8 +1263,8 @@ type UploadProps = {
1263
1263
  showPreviewIcon?: boolean;
1264
1264
  containerWidth?: number | string;
1265
1265
  containerHeight?: number | string;
1266
- maxImageWidth?: number | string;
1267
- maxImageHeight?: number | string;
1266
+ maxFileWidth?: number | string;
1267
+ maxFileHeight?: number | string;
1268
1268
  fileWidth?: number | string;
1269
1269
  fileHeight?: number | string;
1270
1270
  padding?: number;