@inntechcorp/it-design 2.0.195 → 2.0.196
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 +28 -28
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +28 -28
- package/dist/{output-Co64jyKL.css → output-DCvuWNga.css} +29 -29
- package/dist/types/UploadProps.d.ts +1 -0
- package/dist/upload/styled.d.ts +3 -1
- package/package.json +1 -1
- package/dist/output-DOIezTPH.css +0 -241
package/dist/index.d.ts
CHANGED
|
@@ -1270,6 +1270,7 @@ type UploadProps = {
|
|
|
1270
1270
|
resultFileName?: string | null;
|
|
1271
1271
|
showDeleteIcon?: boolean;
|
|
1272
1272
|
showPreviewIcon?: boolean;
|
|
1273
|
+
buttonsPosition?: "default" | "corners";
|
|
1273
1274
|
containerWidth?: number | string;
|
|
1274
1275
|
containerHeight?: number | string;
|
|
1275
1276
|
maxFileWidth?: number | string;
|