@adiba-banking-cloud/backoffice 0.0.42 → 0.0.43

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.
@@ -13116,8 +13116,7 @@ const SuccessModal = _ref => {
13116
13116
  id,
13117
13117
  innerProps
13118
13118
  } = _ref;
13119
- return /*#__PURE__*/React.createElement(core.Stack, {
13120
- gap: "md",
13119
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(core.Stack, {
13121
13120
  align: "center",
13122
13121
  p: 0,
13123
13122
  pb: "md"
@@ -13130,8 +13129,9 @@ const SuccessModal = _ref => {
13130
13129
  loop: false,
13131
13130
  autoplay: true
13132
13131
  })), /*#__PURE__*/React.createElement(core.Text, {
13132
+ fw: 300,
13133
13133
  ta: "center"
13134
- }, innerProps.modalBody), /*#__PURE__*/React.createElement(core.Button, {
13134
+ }, innerProps.modalBody)), /*#__PURE__*/React.createElement(core.Button, {
13135
13135
  radius: "xl",
13136
13136
  fw: 300,
13137
13137
  size: "md",
@@ -13165,14 +13165,12 @@ const ConfirmModal = _ref => {
13165
13165
  children
13166
13166
  } = _ref;
13167
13167
  return /*#__PURE__*/React.createElement(core.Stack, {
13168
- gap: "md",
13169
13168
  align: "center",
13170
13169
  p: 0,
13171
13170
  pb: "md"
13172
13171
  }, /*#__PURE__*/React.createElement(core.Center, {
13173
13172
  w: 150,
13174
- h: 150,
13175
- p: 25
13173
+ h: 150
13176
13174
  }, /*#__PURE__*/React.createElement(dotlottieReact.DotLottieReact, {
13177
13175
  speed: 0.8,
13178
13176
  src: ConfirmAnimation,
@@ -13095,8 +13095,7 @@ const SuccessModal = _ref => {
13095
13095
  id,
13096
13096
  innerProps
13097
13097
  } = _ref;
13098
- return /*#__PURE__*/React.createElement(Stack, {
13099
- gap: "md",
13098
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Stack, {
13100
13099
  align: "center",
13101
13100
  p: 0,
13102
13101
  pb: "md"
@@ -13109,8 +13108,9 @@ const SuccessModal = _ref => {
13109
13108
  loop: false,
13110
13109
  autoplay: true
13111
13110
  })), /*#__PURE__*/React.createElement(Text, {
13111
+ fw: 300,
13112
13112
  ta: "center"
13113
- }, innerProps.modalBody), /*#__PURE__*/React.createElement(Button, {
13113
+ }, innerProps.modalBody)), /*#__PURE__*/React.createElement(Button, {
13114
13114
  radius: "xl",
13115
13115
  fw: 300,
13116
13116
  size: "md",
@@ -13144,14 +13144,12 @@ const ConfirmModal = _ref => {
13144
13144
  children
13145
13145
  } = _ref;
13146
13146
  return /*#__PURE__*/React.createElement(Stack, {
13147
- gap: "md",
13148
13147
  align: "center",
13149
13148
  p: 0,
13150
13149
  pb: "md"
13151
13150
  }, /*#__PURE__*/React.createElement(Center, {
13152
13151
  w: 150,
13153
- h: 150,
13154
- p: 25
13152
+ h: 150
13155
13153
  }, /*#__PURE__*/React.createElement(DotLottieReact, {
13156
13154
  speed: 0.8,
13157
13155
  src: ConfirmAnimation,
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.42",
4
+ "version": "0.0.43",
5
5
  "description": "An ADIBA component library for backoffice and dashboard applications",
6
6
  "license": "ISC",
7
7
  "main": "build/index.cjs.js",