tek-wallet 0.0.235 → 0.0.236

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.
@@ -28,19 +28,19 @@ var react_1 = require("react");
28
28
  var Input = (0, react_1.forwardRef)(function (props, inputRef) {
29
29
  var inputRest = props.inputRest, leftPart = props.leftPart, rightPart = props.rightPart, sx = props.sx, inputSx = props.inputSx, rest = __rest(props, ["inputRest", "leftPart", "rightPart", "sx", "inputSx"]);
30
30
  var theme = (0, material_1.useTheme)();
31
- return ((0, jsx_runtime_1.jsxs)(material_1.Box, __assign({ ref: inputRef, sx: __assign(__assign(__assign({}, theme.mixins.row), { gap: theme.mixins.gaps.g12, borderRadius: theme.mixins.theBorderRadius.r12, px: theme.mixins.customPadding.p16, backgroundColor: "background.white16", border: "1px solid ".concat(theme.palette.border.white24), backdropFilter: "blur(10px)" }), sx) }, rest, { children: [leftPart, (0, jsx_runtime_1.jsx)(material_1.TextField, __assign({}, inputRest, { variant: "outlined", sx: __assign({ backgroundColor: "transparent", border: "none", outline: "none", flex: 1, height: "fit-content", minHeight: "unset", "& .MuiInputBase-input": {
31
+ return ((0, jsx_runtime_1.jsxs)(material_1.Box, __assign({ ref: inputRef, sx: __assign(__assign(__assign({}, theme.mixins.row), { gap: theme.mixins.gaps.g12, borderRadius: theme.mixins.theBorderRadius.r12, padding: 0, backgroundColor: "background.white16", border: "1px solid ".concat(theme.palette.border.white24), backdropFilter: "blur(10px)" }), sx) }, rest, { children: [leftPart, (0, jsx_runtime_1.jsx)(material_1.TextField, __assign({}, inputRest, { variant: "outlined", sx: __assign({ backgroundColor: "transparent", border: "none", outline: "none", flex: 1, height: "fit-content", minHeight: "unset", "& .MuiInputBase-input": {
32
32
  border: "none",
33
33
  outline: "none",
34
34
  color: theme.palette.text.white,
35
35
  fontSize: theme.typography.fontSize16,
36
36
  lineHeight: theme.typography.leading140,
37
37
  fontWeight: theme.typography.fontWeight400,
38
+ padding: theme.mixins.customPadding.p12,
38
39
  height: "fit-content",
39
40
  minHeight: "unset",
40
41
  }, "& .MuiInputBase-input::placeholder": {
41
42
  color: theme.palette.text.white64,
42
43
  fontSize: theme.typography.fontSize14,
43
- p: theme.mixins.customPadding.p12,
44
44
  } }, inputSx) })), rightPart] })));
45
45
  });
46
46
  Input.displayName = "Input";
@@ -225,7 +225,7 @@ var theme = (0, styles_1.createTheme)({
225
225
  },
226
226
  smallButton: {
227
227
  fontSize: typography.fontSize11,
228
- padding: "".concat(customPadding.p8, " ").concat(customPadding.p4),
228
+ padding: "".concat(customPadding.p4, " ").concat(customPadding.p8),
229
229
  height: "fit-content",
230
230
  minHeight: "unset",
231
231
  minWidth: "unset",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.235",
3
+ "version": "0.0.236",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",