dfh-ui-library 1.14.13 → 1.14.15

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.
@@ -339,7 +339,13 @@ export interface DialogBoxProps {
339
339
  textCancelButton?: string;
340
340
  dialogBoxState?: boolean;
341
341
  dialogBoxAdditionalClasses?: string;
342
+ titleAdditionalClasses?: string;
343
+ contentAdditionalClasses?: string;
344
+ headerAdditionalClasses?: string;
345
+ closeIconAdditonalClasses?: string;
346
+ footerAdditionalClasses?: string;
342
347
  isLeftSpaceEnabled?: boolean;
348
+ showCloseIcon?: boolean;
343
349
  }
344
350
  export interface CustomFileInputProps {
345
351
  onFileChange: (file: File | null) => void;
package/dist/index.d.ts CHANGED
@@ -326,7 +326,13 @@ interface DialogBoxProps {
326
326
  textCancelButton?: string;
327
327
  dialogBoxState?: boolean;
328
328
  dialogBoxAdditionalClasses?: string;
329
+ titleAdditionalClasses?: string;
330
+ contentAdditionalClasses?: string;
331
+ headerAdditionalClasses?: string;
332
+ closeIconAdditonalClasses?: string;
333
+ footerAdditionalClasses?: string;
329
334
  isLeftSpaceEnabled?: boolean;
335
+ showCloseIcon?: boolean;
330
336
  }
331
337
  interface CustomFileInputProps {
332
338
  onFileChange: (file: File | null) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.14.13",
3
+ "version": "1.14.15",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",