@adiba-banking-cloud/backoffice 0.0.86 → 0.0.88

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.
@@ -13574,13 +13574,7 @@ const useModal = () => {
13574
13574
  loading: loading,
13575
13575
  title: title,
13576
13576
  size: size,
13577
- ...buttonProps,
13578
- groupProps: {
13579
- ...buttonProps.groupProps,
13580
- gap: "sm",
13581
- display: "none"
13582
- },
13583
- labels
13577
+ buttonProps: undefined
13584
13578
  }
13585
13579
  });
13586
13580
  };
@@ -13553,13 +13553,7 @@ const useModal = () => {
13553
13553
  loading: loading,
13554
13554
  title: title,
13555
13555
  size: size,
13556
- ...buttonProps,
13557
- groupProps: {
13558
- ...buttonProps.groupProps,
13559
- gap: "sm",
13560
- display: "none"
13561
- },
13562
- labels
13556
+ buttonProps: undefined
13563
13557
  }
13564
13558
  });
13565
13559
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@adiba-banking-cloud/backoffice",
3
3
  "author": "TUROG Technologies",
4
- "version": "0.0.86",
4
+ "version": "0.0.88",
5
5
  "description": "An ADIBA component library for backoffice and dashboard applications",
6
6
  "license": "ISC",
7
7
  "main": "build/index.cjs.js",