@adiba-banking-cloud/backoffice 0.0.26 → 0.0.27

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.
@@ -12228,6 +12228,7 @@ const ApplicationPanel = _ref => {
12228
12228
  ratio: 3 / 2
12229
12229
  }, /*#__PURE__*/React.createElement(core.Image, {
12230
12230
  alt: name,
12231
+ src: coverImage,
12231
12232
  fallbackSrc: img$a
12232
12233
  }), /*#__PURE__*/React.createElement(core.Overlay, {
12233
12234
  gradient: "linear-gradient(45deg, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 100%)"
@@ -12207,6 +12207,7 @@ const ApplicationPanel = _ref => {
12207
12207
  ratio: 3 / 2
12208
12208
  }, /*#__PURE__*/React.createElement(Image, {
12209
12209
  alt: name,
12210
+ src: coverImage,
12210
12211
  fallbackSrc: img$a
12211
12212
  }), /*#__PURE__*/React.createElement(Overlay, {
12212
12213
  gradient: "linear-gradient(45deg, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 100%)"
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.26",
4
+ "version": "0.0.27",
5
5
  "description": "An ADIBA component library for backoffice and dashboard applications",
6
6
  "license": "ISC",
7
7
  "main": "build/index.cjs.js",