dfh-ui-library 1.12.802 → 1.12.803

Sign up to get free protection for your applications and to get access to all the features.
@@ -294,6 +294,8 @@ export interface DialogBoxProps {
294
294
  content?: string;
295
295
  isConfirmButtonEnabled?: boolean;
296
296
  isCancelButtonEnabled?: boolean;
297
+ cancelBtnAdditionalClasses?: string;
298
+ confirmBtnAdditionalClasses?: string;
297
299
  handleConfirmButton?: any;
298
300
  handleCancelButton?: any;
299
301
  handleOuterClick?: any;
package/dist/index.d.ts CHANGED
@@ -271,6 +271,8 @@ interface DialogBoxProps {
271
271
  content?: string;
272
272
  isConfirmButtonEnabled?: boolean;
273
273
  isCancelButtonEnabled?: boolean;
274
+ cancelBtnAdditionalClasses?: string;
275
+ confirmBtnAdditionalClasses?: string;
274
276
  handleConfirmButton?: any;
275
277
  handleCancelButton?: any;
276
278
  handleOuterClick?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.802",
3
+ "version": "1.12.803",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",