@inntechcorp/it-design 2.0.170 → 2.0.172

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
@@ -1261,8 +1261,11 @@ type UploadProps = {
1261
1261
  resultFileName?: string | null;
1262
1262
  showDeleteIcon?: boolean;
1263
1263
  showPreviewIcon?: boolean;
1264
+ containerWidth?: number | string;
1265
+ containerHeight?: number | string;
1264
1266
  maxImageWidth?: number | string;
1265
1267
  maxImageHeight?: number | string;
1268
+ fileWidth?: number | string;
1266
1269
  fileHeight?: number | string;
1267
1270
  padding?: number;
1268
1271
  previewFileWidth?: number | string;