@adiba-banking-cloud/backoffice 0.0.86 → 0.0.87

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.
@@ -13578,7 +13578,9 @@ const useModal = () => {
13578
13578
  groupProps: {
13579
13579
  ...buttonProps.groupProps,
13580
13580
  gap: "sm",
13581
- display: "none"
13581
+ style: {
13582
+ display: 'none'
13583
+ }
13582
13584
  },
13583
13585
  labels
13584
13586
  }
@@ -13557,7 +13557,9 @@ const useModal = () => {
13557
13557
  groupProps: {
13558
13558
  ...buttonProps.groupProps,
13559
13559
  gap: "sm",
13560
- display: "none"
13560
+ style: {
13561
+ display: 'none'
13562
+ }
13561
13563
  },
13562
13564
  labels
13563
13565
  }
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.87",
5
5
  "description": "An ADIBA component library for backoffice and dashboard applications",
6
6
  "license": "ISC",
7
7
  "main": "build/index.cjs.js",