@adiba-banking-cloud/backoffice 0.0.24 → 0.0.25

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,8 +12225,7 @@ 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
12230
  src: coverImage,
12232
12231
  alt: name,
@@ -12204,8 +12204,7 @@ 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
12209
  src: coverImage,
12211
12210
  alt: name,
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.24",
4
+ "version": "0.0.25",
5
5
  "description": "An ADIBA component library for backoffice and dashboard applications",
6
6
  "license": "ISC",
7
7
  "main": "build/index.cjs.js",