tek-wallet 0.0.385 → 0.0.386
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.
|
@@ -623,7 +623,11 @@ var WithdrawFunction = (0, react_1.forwardRef)(function (props, ref) {
|
|
|
623
623
|
display: "grid",
|
|
624
624
|
gridTemplateColumns: "1fr auto 1fr",
|
|
625
625
|
gap: theme.mixins.gaps.g8,
|
|
626
|
-
}, children: [(0, jsx_runtime_1.jsx)(Text_1.default, { sx: __assign(__assign({}, theme.mixins.dialogActionsCancel), { width: "100%" }), onClick: function () { var _a; return (_a = suggestUseTransferExternalDialogRef.current) === null || _a === void 0 ? void 0 : _a.close(); }, children: "Cancel" }), (0, jsx_runtime_1.jsx)(material_1.Divider, { orientation: "vertical", variant: "middle", flexItem: true }), (0, jsx_runtime_1.jsx)(Text_1.default, { sx: __assign(__assign({}, theme.mixins.dialogActionsOk), { width: "100%" }), onClick: function () {
|
|
626
|
+
}, children: [(0, jsx_runtime_1.jsx)(Text_1.default, { sx: __assign(__assign({}, theme.mixins.dialogActionsCancel), { width: "100%" }), onClick: function () { var _a; return (_a = suggestUseTransferExternalDialogRef.current) === null || _a === void 0 ? void 0 : _a.close(); }, children: "Cancel" }), (0, jsx_runtime_1.jsx)(material_1.Divider, { orientation: "vertical", variant: "middle", flexItem: true }), (0, jsx_runtime_1.jsx)(Text_1.default, { sx: __assign(__assign({}, theme.mixins.dialogActionsOk), { width: "100%" }), onClick: function () {
|
|
627
|
+
var _a;
|
|
628
|
+
handleSelectContinueTransferExternal();
|
|
629
|
+
(_a = suggestUseTransferExternalDialogRef.current) === null || _a === void 0 ? void 0 : _a.close();
|
|
630
|
+
}, children: "Ok" })] }) }) })] }) }) }));
|
|
627
631
|
});
|
|
628
632
|
WithdrawFunction.displayName = "WithdrawFunction";
|
|
629
633
|
exports.default = WithdrawFunction;
|