@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.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;