@kimafinance/kima-transaction-widget 1.1.5 → 1.1.6
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.
- package/dist/index.js +2 -6
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -6
- package/dist/index.modern.js.map +1 -1
- package/dist/interface.d.ts +1 -3
- package/dist/store/selectors.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2629,11 +2629,7 @@ var SingleForm = function SingleForm(_ref) {
|
|
|
2629
2629
|
className: 'single-form'
|
|
2630
2630
|
}, mode === exports.ModeOptions.payment ? React__default.createElement("p", {
|
|
2631
2631
|
className: 'payment-title',
|
|
2632
|
-
style:
|
|
2633
|
-
fontSize: paymentTitleOption === null || paymentTitleOption === void 0 ? void 0 : paymentTitleOption.fontSize,
|
|
2634
|
-
fontWeight: paymentTitleOption === null || paymentTitleOption === void 0 ? void 0 : paymentTitleOption.fontWeight,
|
|
2635
|
-
color: paymentTitleOption === null || paymentTitleOption === void 0 ? void 0 : paymentTitleOption.color
|
|
2636
|
-
}
|
|
2632
|
+
style: paymentTitleOption === null || paymentTitleOption === void 0 ? void 0 : paymentTitleOption.style
|
|
2637
2633
|
}, paymentTitleOption === null || paymentTitleOption === void 0 ? void 0 : paymentTitleOption.title) : null, React__default.createElement("div", {
|
|
2638
2634
|
className: 'form-item'
|
|
2639
2635
|
}, React__default.createElement("span", {
|
|
@@ -7024,7 +7020,7 @@ var TransferWidget = function TransferWidget(_ref) {
|
|
|
7024
7020
|
}, function (e) {
|
|
7025
7021
|
errorHandler(e);
|
|
7026
7022
|
dispatch(setSubmitting(false));
|
|
7027
|
-
console.log('rpc disconnected', e);
|
|
7023
|
+
console.log((e === null || e === void 0 ? void 0 : e.status) !== 500 ? 'rpc disconnected' : '', e);
|
|
7028
7024
|
}));
|
|
7029
7025
|
} catch (e) {
|
|
7030
7026
|
return Promise.reject(e);
|