@adiba-banking-cloud/backoffice 0.0.56 → 0.0.57
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.
- package/build/index.cjs.js/index.js +18 -10
- package/build/index.esm.js/index.js +18 -10
- package/package.json +1 -1
|
@@ -13130,7 +13130,7 @@ const SimpleModal = _ref => {
|
|
|
13130
13130
|
}, /*#__PURE__*/React.createElement(core.Title, {
|
|
13131
13131
|
order: 3,
|
|
13132
13132
|
fw: 500,
|
|
13133
|
-
lh:
|
|
13133
|
+
lh: '40px'
|
|
13134
13134
|
}, innerProps.title), /*#__PURE__*/React.createElement(React.Fragment, null, innerProps.modalBody)), /*#__PURE__*/React.createElement(core.Group, _extends({
|
|
13135
13135
|
gap: "sm"
|
|
13136
13136
|
}, innerProps === null || innerProps === void 0 ? void 0 : innerProps.groupProps, {
|
|
@@ -13222,21 +13222,29 @@ const Drawer = _ref => {
|
|
|
13222
13222
|
opened,
|
|
13223
13223
|
onClose,
|
|
13224
13224
|
position,
|
|
13225
|
-
size
|
|
13225
|
+
size,
|
|
13226
|
+
radius: "md",
|
|
13227
|
+
offset: 10,
|
|
13228
|
+
padding: "lg",
|
|
13229
|
+
transitionProps: {
|
|
13230
|
+
duration: 500,
|
|
13231
|
+
transition: "slide-left"
|
|
13232
|
+
}
|
|
13226
13233
|
}, /*#__PURE__*/React.createElement(core.Drawer.Overlay, {
|
|
13227
|
-
|
|
13234
|
+
backgroundOpacity: 0.3,
|
|
13235
|
+
color: "adiba.3"
|
|
13228
13236
|
}), /*#__PURE__*/React.createElement(core.Drawer.Content, null, /*#__PURE__*/React.createElement(core.Drawer.Header, {
|
|
13229
13237
|
style: {
|
|
13230
13238
|
padding: "2rem"
|
|
13231
13239
|
}
|
|
13232
13240
|
}, /*#__PURE__*/React.createElement(core.Drawer.Title, null, /*#__PURE__*/React.createElement(core.Title, {
|
|
13233
|
-
|
|
13234
|
-
fw: "
|
|
13235
|
-
|
|
13236
|
-
|
|
13237
|
-
|
|
13238
|
-
|
|
13239
|
-
}))
|
|
13241
|
+
order: 3,
|
|
13242
|
+
fw: "400"
|
|
13243
|
+
}, title)), /*#__PURE__*/React.createElement(core.Drawer.CloseButton, {
|
|
13244
|
+
icon: /*#__PURE__*/React.createElement(Icons, {
|
|
13245
|
+
name: "Back"
|
|
13246
|
+
})
|
|
13247
|
+
})), /*#__PURE__*/React.createElement(core.Drawer.Body, {
|
|
13240
13248
|
style: {
|
|
13241
13249
|
height: "100%",
|
|
13242
13250
|
padding: " 0 2rem 2rem"
|
|
@@ -13109,7 +13109,7 @@ const SimpleModal = _ref => {
|
|
|
13109
13109
|
}, /*#__PURE__*/React.createElement(Title, {
|
|
13110
13110
|
order: 3,
|
|
13111
13111
|
fw: 500,
|
|
13112
|
-
lh:
|
|
13112
|
+
lh: '40px'
|
|
13113
13113
|
}, innerProps.title), /*#__PURE__*/React.createElement(React.Fragment, null, innerProps.modalBody)), /*#__PURE__*/React.createElement(Group, _extends({
|
|
13114
13114
|
gap: "sm"
|
|
13115
13115
|
}, innerProps === null || innerProps === void 0 ? void 0 : innerProps.groupProps, {
|
|
@@ -13201,21 +13201,29 @@ const Drawer = _ref => {
|
|
|
13201
13201
|
opened,
|
|
13202
13202
|
onClose,
|
|
13203
13203
|
position,
|
|
13204
|
-
size
|
|
13204
|
+
size,
|
|
13205
|
+
radius: "md",
|
|
13206
|
+
offset: 10,
|
|
13207
|
+
padding: "lg",
|
|
13208
|
+
transitionProps: {
|
|
13209
|
+
duration: 500,
|
|
13210
|
+
transition: "slide-left"
|
|
13211
|
+
}
|
|
13205
13212
|
}, /*#__PURE__*/React.createElement(Drawer$1.Overlay, {
|
|
13206
|
-
|
|
13213
|
+
backgroundOpacity: 0.3,
|
|
13214
|
+
color: "adiba.3"
|
|
13207
13215
|
}), /*#__PURE__*/React.createElement(Drawer$1.Content, null, /*#__PURE__*/React.createElement(Drawer$1.Header, {
|
|
13208
13216
|
style: {
|
|
13209
13217
|
padding: "2rem"
|
|
13210
13218
|
}
|
|
13211
13219
|
}, /*#__PURE__*/React.createElement(Drawer$1.Title, null, /*#__PURE__*/React.createElement(Title, {
|
|
13212
|
-
|
|
13213
|
-
fw: "
|
|
13214
|
-
|
|
13215
|
-
|
|
13216
|
-
|
|
13217
|
-
|
|
13218
|
-
}))
|
|
13220
|
+
order: 3,
|
|
13221
|
+
fw: "400"
|
|
13222
|
+
}, title)), /*#__PURE__*/React.createElement(Drawer$1.CloseButton, {
|
|
13223
|
+
icon: /*#__PURE__*/React.createElement(Icons, {
|
|
13224
|
+
name: "Back"
|
|
13225
|
+
})
|
|
13226
|
+
})), /*#__PURE__*/React.createElement(Drawer$1.Body, {
|
|
13219
13227
|
style: {
|
|
13220
13228
|
height: "100%",
|
|
13221
13229
|
padding: " 0 2rem 2rem"
|
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.57",
|
|
5
5
|
"description": "An ADIBA component library for backoffice and dashboard applications",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"main": "build/index.cjs.js",
|