tek-wallet 0.0.239 → 0.0.240

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.
@@ -30,49 +30,9 @@ var Input = (0, react_1.forwardRef)(function (props, inputRef) {
30
30
  var theme = (0, material_1.useTheme)();
31
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, {
32
32
  // variant="outlined"
33
- sx: __assign({
34
- // backgroundColor: "transparent",
35
- // border: "none",
36
- // outline: "none",
37
- // flex: 1,
38
- // height: "fit-content",
39
- // minHeight: "unset",
40
- // "& .MuiInputBase-input": {
41
- // border: "none",
42
- // outline: "none",
43
- // color: theme.palette.text.white,
44
- // fontSize: theme.typography.fontSize16,
45
- // lineHeight: theme.typography.leading140,
46
- // fontWeight: theme.typography.fontWeight400,
47
- // padding: `${theme.mixins.customPadding.p8} ${theme.mixins.customPadding.p12}`,
48
- // height: "fit-content",
49
- // minHeight: "unset",
50
- // },
51
- // "& .Mui-focused": {
52
- // border: "none !important",
53
- // outline: "none !important",
54
- // },
55
- // "& .MuiInputBase-input::placeholder": {
56
- // color: theme.palette.text.white64,
57
- // fontSize: theme.typography.fontSize14,
58
- // },
59
- // ...inputSx,
60
- backgroundColor: "transparent", flex: 1, height: "fit-content", minHeight: "unset", "& .MuiOutlinedInput-root": {
61
- // Chỉnh sửa root của input (outlined)
62
- border: "none", // Xóa border
63
- outline: "none", // Xóa outline
64
- "&:hover": {
65
- // Xóa border khi hover
66
- border: "none !important",
67
- },
68
- "&.Mui-focused": {
69
- // Xóa border và outline khi focused
70
- border: "none !important",
71
- outline: "none !important",
72
- },
73
- }, "& .MuiInputBase-input": {
74
- border: "none", // Xóa border của input
75
- outline: "none", // Xóa outline của input
33
+ sx: __assign({ backgroundColor: "transparent", border: "none", outline: "none", flex: 1, height: "fit-content", minHeight: "unset", "& .MuiInputBase-input": {
34
+ border: "none",
35
+ outline: "none",
76
36
  color: theme.palette.text.white,
77
37
  fontSize: theme.typography.fontSize16,
78
38
  lineHeight: theme.typography.leading140,
@@ -80,7 +40,7 @@ var Input = (0, react_1.forwardRef)(function (props, inputRef) {
80
40
  padding: "".concat(theme.mixins.customPadding.p8, " ").concat(theme.mixins.customPadding.p12),
81
41
  height: "fit-content",
82
42
  minHeight: "unset",
83
- }, "& .MuiInputBase-input::placeholder": {
43
+ }, "& fieldset": { border: "none" }, "& .MuiInputBase-input::placeholder": {
84
44
  color: theme.palette.text.white64,
85
45
  fontSize: theme.typography.fontSize14,
86
46
  } }, inputSx) })), rightPart] })));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.239",
3
+ "version": "0.0.240",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",