@adiba-banking-cloud/backoffice 0.0.41 → 0.0.42

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.
@@ -13123,8 +13123,7 @@ const SuccessModal = _ref => {
13123
13123
  pb: "md"
13124
13124
  }, /*#__PURE__*/React.createElement(core.Center, {
13125
13125
  w: 170,
13126
- h: 170,
13127
- p: 25
13126
+ h: 170
13128
13127
  }, /*#__PURE__*/React.createElement(dotlottieReact.DotLottieReact, {
13129
13128
  speed: 0.8,
13130
13129
  src: SuccessAnimation,
@@ -13133,8 +13132,10 @@ const SuccessModal = _ref => {
13133
13132
  })), /*#__PURE__*/React.createElement(core.Text, {
13134
13133
  ta: "center"
13135
13134
  }, innerProps.modalBody), /*#__PURE__*/React.createElement(core.Button, {
13135
+ radius: "xl",
13136
+ fw: 300,
13137
+ size: "md",
13136
13138
  fullWidth: true,
13137
- mt: "md",
13138
13139
  onClick: () => {
13139
13140
  innerProps.button.onClick();
13140
13141
  context.closeAll();
@@ -13102,8 +13102,7 @@ const SuccessModal = _ref => {
13102
13102
  pb: "md"
13103
13103
  }, /*#__PURE__*/React.createElement(Center, {
13104
13104
  w: 170,
13105
- h: 170,
13106
- p: 25
13105
+ h: 170
13107
13106
  }, /*#__PURE__*/React.createElement(DotLottieReact, {
13108
13107
  speed: 0.8,
13109
13108
  src: SuccessAnimation,
@@ -13112,8 +13111,10 @@ const SuccessModal = _ref => {
13112
13111
  })), /*#__PURE__*/React.createElement(Text, {
13113
13112
  ta: "center"
13114
13113
  }, innerProps.modalBody), /*#__PURE__*/React.createElement(Button, {
13114
+ radius: "xl",
13115
+ fw: 300,
13116
+ size: "md",
13115
13117
  fullWidth: true,
13116
- mt: "md",
13117
13118
  onClick: () => {
13118
13119
  innerProps.button.onClick();
13119
13120
  context.closeAll();
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.41",
4
+ "version": "0.0.42",
5
5
  "description": "An ADIBA component library for backoffice and dashboard applications",
6
6
  "license": "ISC",
7
7
  "main": "build/index.cjs.js",