@adiba-banking-cloud/backoffice 0.0.41 → 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,25 +13116,26 @@ 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"
|
|
13124
13123
|
}, /*#__PURE__*/React.createElement(core.Center, {
|
|
13125
13124
|
w: 170,
|
|
13126
|
-
h: 170
|
|
13127
|
-
p: 25
|
|
13125
|
+
h: 170
|
|
13128
13126
|
}, /*#__PURE__*/React.createElement(dotlottieReact.DotLottieReact, {
|
|
13129
13127
|
speed: 0.8,
|
|
13130
13128
|
src: SuccessAnimation,
|
|
13131
13129
|
loop: false,
|
|
13132
13130
|
autoplay: true
|
|
13133
13131
|
})), /*#__PURE__*/React.createElement(core.Text, {
|
|
13132
|
+
fw: 300,
|
|
13134
13133
|
ta: "center"
|
|
13135
|
-
}, innerProps.modalBody), /*#__PURE__*/React.createElement(core.Button, {
|
|
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();
|
|
@@ -13164,14 +13165,12 @@ const ConfirmModal = _ref => {
|
|
|
13164
13165
|
children
|
|
13165
13166
|
} = _ref;
|
|
13166
13167
|
return /*#__PURE__*/React.createElement(core.Stack, {
|
|
13167
|
-
gap: "md",
|
|
13168
13168
|
align: "center",
|
|
13169
13169
|
p: 0,
|
|
13170
13170
|
pb: "md"
|
|
13171
13171
|
}, /*#__PURE__*/React.createElement(core.Center, {
|
|
13172
13172
|
w: 150,
|
|
13173
|
-
h: 150
|
|
13174
|
-
p: 25
|
|
13173
|
+
h: 150
|
|
13175
13174
|
}, /*#__PURE__*/React.createElement(dotlottieReact.DotLottieReact, {
|
|
13176
13175
|
speed: 0.8,
|
|
13177
13176
|
src: ConfirmAnimation,
|
|
@@ -13095,25 +13095,26 @@ 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"
|
|
13103
13102
|
}, /*#__PURE__*/React.createElement(Center, {
|
|
13104
13103
|
w: 170,
|
|
13105
|
-
h: 170
|
|
13106
|
-
p: 25
|
|
13104
|
+
h: 170
|
|
13107
13105
|
}, /*#__PURE__*/React.createElement(DotLottieReact, {
|
|
13108
13106
|
speed: 0.8,
|
|
13109
13107
|
src: SuccessAnimation,
|
|
13110
13108
|
loop: false,
|
|
13111
13109
|
autoplay: true
|
|
13112
13110
|
})), /*#__PURE__*/React.createElement(Text, {
|
|
13111
|
+
fw: 300,
|
|
13113
13112
|
ta: "center"
|
|
13114
|
-
}, innerProps.modalBody), /*#__PURE__*/React.createElement(Button, {
|
|
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();
|
|
@@ -13143,14 +13144,12 @@ const ConfirmModal = _ref => {
|
|
|
13143
13144
|
children
|
|
13144
13145
|
} = _ref;
|
|
13145
13146
|
return /*#__PURE__*/React.createElement(Stack, {
|
|
13146
|
-
gap: "md",
|
|
13147
13147
|
align: "center",
|
|
13148
13148
|
p: 0,
|
|
13149
13149
|
pb: "md"
|
|
13150
13150
|
}, /*#__PURE__*/React.createElement(Center, {
|
|
13151
13151
|
w: 150,
|
|
13152
|
-
h: 150
|
|
13153
|
-
p: 25
|
|
13152
|
+
h: 150
|
|
13154
13153
|
}, /*#__PURE__*/React.createElement(DotLottieReact, {
|
|
13155
13154
|
speed: 0.8,
|
|
13156
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.
|
|
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",
|