@adiba-banking-cloud/backoffice 0.0.24 → 0.0.26
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.
|
@@ -12225,14 +12225,12 @@ const ApplicationPanel = _ref => {
|
|
|
12225
12225
|
withBorder: true,
|
|
12226
12226
|
radius: "md"
|
|
12227
12227
|
}, rest), /*#__PURE__*/React.createElement(core.Card.Section, null, /*#__PURE__*/React.createElement(core.AspectRatio, {
|
|
12228
|
-
ratio: 3 / 2
|
|
12229
|
-
maw: 350
|
|
12228
|
+
ratio: 3 / 2
|
|
12230
12229
|
}, /*#__PURE__*/React.createElement(core.Image, {
|
|
12231
|
-
src: coverImage,
|
|
12232
12230
|
alt: name,
|
|
12233
12231
|
fallbackSrc: img$a
|
|
12234
12232
|
}), /*#__PURE__*/React.createElement(core.Overlay, {
|
|
12235
|
-
gradient: "linear-gradient(45deg, rgba(255,255,255,0.
|
|
12233
|
+
gradient: "linear-gradient(45deg, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 100%)"
|
|
12236
12234
|
}))), /*#__PURE__*/React.createElement(core.Card.Section, {
|
|
12237
12235
|
p: "md"
|
|
12238
12236
|
}, /*#__PURE__*/React.createElement(core.Stack, {
|
|
@@ -12204,14 +12204,12 @@ const ApplicationPanel = _ref => {
|
|
|
12204
12204
|
withBorder: true,
|
|
12205
12205
|
radius: "md"
|
|
12206
12206
|
}, rest), /*#__PURE__*/React.createElement(Card.Section, null, /*#__PURE__*/React.createElement(AspectRatio, {
|
|
12207
|
-
ratio: 3 / 2
|
|
12208
|
-
maw: 350
|
|
12207
|
+
ratio: 3 / 2
|
|
12209
12208
|
}, /*#__PURE__*/React.createElement(Image, {
|
|
12210
|
-
src: coverImage,
|
|
12211
12209
|
alt: name,
|
|
12212
12210
|
fallbackSrc: img$a
|
|
12213
12211
|
}), /*#__PURE__*/React.createElement(Overlay, {
|
|
12214
|
-
gradient: "linear-gradient(45deg, rgba(255,255,255,0.
|
|
12212
|
+
gradient: "linear-gradient(45deg, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 100%)"
|
|
12215
12213
|
}))), /*#__PURE__*/React.createElement(Card.Section, {
|
|
12216
12214
|
p: "md"
|
|
12217
12215
|
}, /*#__PURE__*/React.createElement(Stack, {
|
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.26",
|
|
5
5
|
"description": "An ADIBA component library for backoffice and dashboard applications",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"main": "build/index.cjs.js",
|