siam-ui-utils 3.0.20 → 3.0.21

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.
Files changed (2) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -151,7 +151,7 @@ declare module 'siam-ui-utils/select/multi-select' {
151
151
  }
152
152
 
153
153
  declare module 'siam-ui-utils/drag-and-dropzone' {
154
- export interface DragAndDropzoneProps {
154
+ export interface DragAndDropZoneProps {
155
155
  files: [any];
156
156
  keyDc?: any;
157
157
  disableUpload?: boolean;
@@ -159,7 +159,7 @@ declare module 'siam-ui-utils/drag-and-dropzone' {
159
159
  onInsertFile?: () => {};
160
160
  className?: string;
161
161
  }
162
- export function DragAndDropzone(props: DragAndDropzoneProps): JSX.Element;
162
+ export function DragAndDropZone(props: DragAndDropZoneProps): JSX.Element;
163
163
  }
164
164
 
165
165
  declare module 'siam-ui-utils/dropzone-uploader/base' {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "siam-ui-utils",
3
- "version": "3.0.20",
3
+ "version": "3.0.21",
4
4
  "keywords": [
5
5
  "ampf-react",
6
6
  "ampf-utils",