@adiba-banking-cloud/backoffice 0.0.45 → 0.0.46

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.
@@ -13078,7 +13078,7 @@ const ErrorModal = _ref => {
13078
13078
  w: 170,
13079
13079
  h: 170
13080
13080
  }, /*#__PURE__*/React.createElement(dotlottieReact.DotLottieReact, {
13081
- speed: 0.8,
13081
+ speed: 0.5,
13082
13082
  src: ErrorAnimation,
13083
13083
  loop: false,
13084
13084
  autoplay: true
@@ -13251,7 +13251,8 @@ const useModal = () => {
13251
13251
  modal: "ErrorModal",
13252
13252
  title: title,
13253
13253
  innerProps: {
13254
- modalBody: message
13254
+ modalBody: message,
13255
+ button: button
13255
13256
  }
13256
13257
  });
13257
13258
  };
@@ -13057,7 +13057,7 @@ const ErrorModal = _ref => {
13057
13057
  w: 170,
13058
13058
  h: 170
13059
13059
  }, /*#__PURE__*/React.createElement(DotLottieReact, {
13060
- speed: 0.8,
13060
+ speed: 0.5,
13061
13061
  src: ErrorAnimation,
13062
13062
  loop: false,
13063
13063
  autoplay: true
@@ -13230,7 +13230,8 @@ const useModal = () => {
13230
13230
  modal: "ErrorModal",
13231
13231
  title: title,
13232
13232
  innerProps: {
13233
- modalBody: message
13233
+ modalBody: message,
13234
+ button: button
13234
13235
  }
13235
13236
  });
13236
13237
  };
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.45",
4
+ "version": "0.0.46",
5
5
  "description": "An ADIBA component library for backoffice and dashboard applications",
6
6
  "license": "ISC",
7
7
  "main": "build/index.cjs.js",