@adiba-banking-cloud/backoffice 0.0.25 → 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.
@@ -12227,11 +12227,10 @@ const ApplicationPanel = _ref => {
12227
12227
  }, rest), /*#__PURE__*/React.createElement(core.Card.Section, null, /*#__PURE__*/React.createElement(core.AspectRatio, {
12228
12228
  ratio: 3 / 2
12229
12229
  }, /*#__PURE__*/React.createElement(core.Image, {
12230
- src: coverImage,
12231
12230
  alt: name,
12232
12231
  fallbackSrc: img$a
12233
12232
  }), /*#__PURE__*/React.createElement(core.Overlay, {
12234
- gradient: "linear-gradient(45deg, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 100%)"
12233
+ gradient: "linear-gradient(45deg, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 100%)"
12235
12234
  }))), /*#__PURE__*/React.createElement(core.Card.Section, {
12236
12235
  p: "md"
12237
12236
  }, /*#__PURE__*/React.createElement(core.Stack, {
@@ -12206,11 +12206,10 @@ const ApplicationPanel = _ref => {
12206
12206
  }, rest), /*#__PURE__*/React.createElement(Card.Section, null, /*#__PURE__*/React.createElement(AspectRatio, {
12207
12207
  ratio: 3 / 2
12208
12208
  }, /*#__PURE__*/React.createElement(Image, {
12209
- src: coverImage,
12210
12209
  alt: name,
12211
12210
  fallbackSrc: img$a
12212
12211
  }), /*#__PURE__*/React.createElement(Overlay, {
12213
- gradient: "linear-gradient(45deg, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 100%)"
12212
+ gradient: "linear-gradient(45deg, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 100%)"
12214
12213
  }))), /*#__PURE__*/React.createElement(Card.Section, {
12215
12214
  p: "md"
12216
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.25",
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",