dfh-ui-library 1.12.764 → 1.12.766

Sign up to get free protection for your applications and to get access to all the features.
@@ -313,6 +313,7 @@ export interface CustomFileInputProps {
313
313
  setFileName?: (fileNameProps: FileNameProps) => void;
314
314
  pclass?: string;
315
315
  fileExt?: string;
316
+ fileType?: string;
316
317
  }
317
318
  export interface ToolTipProps {
318
319
  tooltipIcon?: string;
package/dist/index.d.ts CHANGED
@@ -290,6 +290,7 @@ interface CustomFileInputProps {
290
290
  setFileName?: (fileNameProps: FileNameProps) => void;
291
291
  pclass?: string;
292
292
  fileExt?: string;
293
+ fileType?: string;
293
294
  }
294
295
  interface ToolTipProps {
295
296
  tooltipIcon?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.764",
3
+ "version": "1.12.766",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",