@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.cjs.js +2 -2
- package/dist/index.d.ts +3 -0
- package/dist/index.esm.js +2 -2
- package/dist/{output-DCvuWNga.css → output-DOIezTPH.css} +29 -29
- package/dist/{output-DjWTgiS1.css → output-DfOH-aLb.css} +26 -26
- package/dist/types/UploadProps.d.ts +3 -0
- package/dist/upload/styled.d.ts +2 -0
- package/dist/utils/GetSizeBySizeSlug.d.ts +1 -1
- package/package.json +1 -1
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;
|