tek-wallet 0.0.323 → 0.0.324

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.
@@ -94,7 +94,8 @@ var QrCodeReader = (0, react_1.forwardRef)(function (props, ref) {
94
94
  right: "1rem",
95
95
  zIndex: 6000,
96
96
  cursor: "pointer",
97
- }, children: "Close" })] })) }));
97
+ color: "text.white",
98
+ }, children: "Cancel" })] })) }));
98
99
  });
99
100
  QrCodeReader.displayName = "QrCodeReader";
100
101
  exports.default = QrCodeReader;
@@ -181,7 +181,8 @@ var WithdrawFunction = (0, react_1.forwardRef)(function (props, ref) {
181
181
  setRecipientAddress(e.target.value);
182
182
  };
183
183
  var handleChangeAmount = function (e) {
184
- setAmount(e.target.value);
184
+ var _a, _b;
185
+ setAmount((_b = (_a = e.target.value) === null || _a === void 0 ? void 0 : _a.toString()) !== null && _b !== void 0 ? _b : "");
185
186
  };
186
187
  var handleChangeMemo = function (e) {
187
188
  setMemo(e.target.value);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.323",
3
+ "version": "0.0.324",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",