@adiba-banking-cloud/backoffice 0.0.25 → 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.
@@ -12227,11 +12227,11 @@ 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,
12231
+ src: coverImage,
12232
12232
  fallbackSrc: img$a
12233
12233
  }), /*#__PURE__*/React.createElement(core.Overlay, {
12234
- gradient: "linear-gradient(45deg, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 100%)"
12234
+ gradient: "linear-gradient(45deg, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 100%)"
12235
12235
  }))), /*#__PURE__*/React.createElement(core.Card.Section, {
12236
12236
  p: "md"
12237
12237
  }, /*#__PURE__*/React.createElement(core.Stack, {
@@ -12206,11 +12206,11 @@ 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,
12210
+ src: coverImage,
12211
12211
  fallbackSrc: img$a
12212
12212
  }), /*#__PURE__*/React.createElement(Overlay, {
12213
- gradient: "linear-gradient(45deg, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 100%)"
12213
+ gradient: "linear-gradient(45deg, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 100%)"
12214
12214
  }))), /*#__PURE__*/React.createElement(Card.Section, {
12215
12215
  p: "md"
12216
12216
  }, /*#__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.27",
5
5
  "description": "An ADIBA component library for backoffice and dashboard applications",
6
6
  "license": "ISC",
7
7
  "main": "build/index.cjs.js",