@adiba-banking-cloud/backoffice 0.0.87 → 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,15 +13574,7 @@ const useModal = () => {
|
|
|
13574
13574
|
loading: loading,
|
|
13575
13575
|
title: title,
|
|
13576
13576
|
size: size,
|
|
13577
|
-
|
|
13578
|
-
groupProps: {
|
|
13579
|
-
...buttonProps.groupProps,
|
|
13580
|
-
gap: "sm",
|
|
13581
|
-
style: {
|
|
13582
|
-
display: 'none'
|
|
13583
|
-
}
|
|
13584
|
-
},
|
|
13585
|
-
labels
|
|
13577
|
+
buttonProps: undefined
|
|
13586
13578
|
}
|
|
13587
13579
|
});
|
|
13588
13580
|
};
|
|
@@ -13553,15 +13553,7 @@ const useModal = () => {
|
|
|
13553
13553
|
loading: loading,
|
|
13554
13554
|
title: title,
|
|
13555
13555
|
size: size,
|
|
13556
|
-
|
|
13557
|
-
groupProps: {
|
|
13558
|
-
...buttonProps.groupProps,
|
|
13559
|
-
gap: "sm",
|
|
13560
|
-
style: {
|
|
13561
|
-
display: 'none'
|
|
13562
|
-
}
|
|
13563
|
-
},
|
|
13564
|
-
labels
|
|
13556
|
+
buttonProps: undefined
|
|
13565
13557
|
}
|
|
13566
13558
|
});
|
|
13567
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.
|
|
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",
|