tek-wallet 0.0.255 → 0.0.256
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.
|
@@ -92,7 +92,6 @@ var AmountGroupAndChart = function (props) {
|
|
|
92
92
|
aspectRatio: expandAreaChart ? "1.47317073171" : 999999,
|
|
93
93
|
zIndex: 10,
|
|
94
94
|
maxHeight: expandAreaChart ? "28rem" : "0",
|
|
95
|
-
border: "1px red solid",
|
|
96
95
|
}, children: [(0, jsx_runtime_1.jsx)(material_1.Box, { sx: {
|
|
97
96
|
position: "absolute",
|
|
98
97
|
top: 0,
|
|
@@ -24,7 +24,7 @@ var WaitingData_1 = __importDefault(require("../WaitingData"));
|
|
|
24
24
|
var TokensBoard = function () {
|
|
25
25
|
var tokens = (0, useWalletData_1.default)().tokens;
|
|
26
26
|
var theme = (0, material_1.useTheme)();
|
|
27
|
-
return ((0, jsx_runtime_1.jsxs)(material_1.Box, { sx: __assign(__assign({}, theme.mixins.paper), { backgroundColor: "background.black24" }), children: [(0, jsx_runtime_1.jsxs)(material_1.Box, { sx: __assign(__assign({}, theme.mixins.row), { gap: theme.mixins.gaps.g12 }), children: [(0, jsx_runtime_1.jsx)(Text_1.default, { sx: __assign({}, theme.mixins.value), children: "
|
|
27
|
+
return ((0, jsx_runtime_1.jsxs)(material_1.Box, { sx: __assign(__assign({}, theme.mixins.paper), { backgroundColor: "background.black24" }), children: [(0, jsx_runtime_1.jsxs)(material_1.Box, { sx: __assign(__assign({}, theme.mixins.row), { gap: theme.mixins.gaps.g12 }), children: [(0, jsx_runtime_1.jsx)(Text_1.default, { sx: __assign({}, theme.mixins.value), children: "Asset management" }), (0, jsx_runtime_1.jsxs)(material_1.Box, { sx: __assign(__assign({}, theme.mixins.row), { gap: theme.mixins.gaps.g2, ml: "auto" }), children: [(0, jsx_runtime_1.jsx)(Text_1.default, { sx: __assign({}, theme.mixins.valueDescription), children: "Hide small assets" }), (0, jsx_runtime_1.jsx)(CheckBoxComponent_1.default, { sx: { width: "1.5rem", height: "1.5rem" }, color: "primary" })] })] }), (0, jsx_runtime_1.jsx)(material_1.Divider, {}), (0, jsx_runtime_1.jsxs)(material_1.Box, { sx: __assign(__assign({}, theme.mixins.column), { gap: theme.mixins.gaps.g12, minHeight: "20rem" }), children: [!!tokens && ((0, jsx_runtime_1.jsxs)(material_1.Box, { sx: {
|
|
28
28
|
display: "grid",
|
|
29
29
|
gridTemplateColumns: "1.55fr 1fr 1fr",
|
|
30
30
|
gap: theme.mixins.gaps.g12,
|