@adiba-banking-cloud/backoffice 0.0.59 → 0.0.60
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.
|
@@ -13241,9 +13241,9 @@ const Drawer = _ref => {
|
|
|
13241
13241
|
})
|
|
13242
13242
|
})), /*#__PURE__*/React.createElement(core.Drawer.Body, {
|
|
13243
13243
|
style: {
|
|
13244
|
-
height: "100%"
|
|
13245
|
-
|
|
13246
|
-
|
|
13244
|
+
height: "100%"
|
|
13245
|
+
},
|
|
13246
|
+
p: "md"
|
|
13247
13247
|
}, /*#__PURE__*/React.createElement(core.ScrollArea, {
|
|
13248
13248
|
h: "100%",
|
|
13249
13249
|
scrollbars: "y"
|
|
@@ -13220,9 +13220,9 @@ const Drawer = _ref => {
|
|
|
13220
13220
|
})
|
|
13221
13221
|
})), /*#__PURE__*/React.createElement(Drawer$1.Body, {
|
|
13222
13222
|
style: {
|
|
13223
|
-
height: "100%"
|
|
13224
|
-
|
|
13225
|
-
|
|
13223
|
+
height: "100%"
|
|
13224
|
+
},
|
|
13225
|
+
p: "md"
|
|
13226
13226
|
}, /*#__PURE__*/React.createElement(ScrollArea, {
|
|
13227
13227
|
h: "100%",
|
|
13228
13228
|
scrollbars: "y"
|
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.60",
|
|
5
5
|
"description": "An ADIBA component library for backoffice and dashboard applications",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"main": "build/index.cjs.js",
|