tek-wallet 0.0.421 → 0.0.422

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,7 @@ var QrCodeReader = (0, react_1.forwardRef)(function (props, ref) {
94
94
  right: "1rem",
95
95
  zIndex: 6000,
96
96
  cursor: "pointer",
97
- color: "text.white",
97
+ color: "#fff",
98
98
  }, children: "Cancel" })] })) }));
99
99
  });
100
100
  QrCodeReader.displayName = "QrCodeReader";
@@ -640,7 +640,7 @@ var WithdrawFunction = (0, react_1.forwardRef)(function (props, ref) {
640
640
  return ((0, jsx_runtime_1.jsxs)(react_1.Fragment, { children: [index !== 0 && (0, jsx_runtime_1.jsx)(material_1.Divider, {}), (0, jsx_runtime_1.jsx)(ListItemCustom_1.default, { title: item, description: item, icon: (0, getIcon_1.default)(item + "_icon"), onClick: function () {
641
641
  return handleSelectMethod(item);
642
642
  }, sx: {
643
- my: theme.mixins.customMargin.m12,
643
+ py: theme.mixins.customPadding.p12,
644
644
  } })] }, item));
645
645
  }) })] }, WithdrawStep.SELECT_METHOD), (0, jsx_runtime_1.jsx)(react_2.SwiperSlide, { children: (0, jsx_runtime_1.jsx)(material_1.Box, { sx: __assign(__assign({}, theme.mixins.column), { gap: theme.mixins.gaps.g12, height: "fit-content" }), children: withdrawToken === null || withdrawToken === void 0 ? void 0 : withdrawToken.map(function (item) {
646
646
  var stringifiedTokenData = JSON.stringify(item);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.421",
3
+ "version": "0.0.422",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",