@adiba-banking-cloud/backoffice 0.0.85 → 0.0.86

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.
@@ -13343,7 +13343,7 @@ const FormButtons = _ref2 => {
13343
13343
  buttonSize
13344
13344
  } = _ref2;
13345
13345
  return /*#__PURE__*/React.createElement(core.Group, {
13346
- mt: "xl",
13346
+ mt: "lg",
13347
13347
  justify: "flex-end",
13348
13348
  grow: true,
13349
13349
  gap: 10,
@@ -13574,6 +13574,12 @@ 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
+ },
13577
13583
  labels
13578
13584
  }
13579
13585
  });
@@ -13322,7 +13322,7 @@ const FormButtons = _ref2 => {
13322
13322
  buttonSize
13323
13323
  } = _ref2;
13324
13324
  return /*#__PURE__*/React.createElement(Group, {
13325
- mt: "xl",
13325
+ mt: "lg",
13326
13326
  justify: "flex-end",
13327
13327
  grow: true,
13328
13328
  gap: 10,
@@ -13553,6 +13553,12 @@ 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
+ },
13556
13562
  labels
13557
13563
  }
13558
13564
  });
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.85",
4
+ "version": "0.0.86",
5
5
  "description": "An ADIBA component library for backoffice and dashboard applications",
6
6
  "license": "ISC",
7
7
  "main": "build/index.cjs.js",