tek-wallet 0.0.254 → 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,
|
|
@@ -107,7 +106,7 @@ var AmountGroupAndChart = function (props) {
|
|
|
107
106
|
width: "100%",
|
|
108
107
|
height: "fit-content",
|
|
109
108
|
transition: "all 500ms ease-in-out",
|
|
110
|
-
|
|
109
|
+
transform: !expandAreaChart ? "translateY(-100%)" : "none",
|
|
111
110
|
my: theme.mixins.customMargin.m3,
|
|
112
111
|
} }) }) }), (0, jsx_runtime_1.jsx)(material_1.Box, { sx: { position: "absolute", bottom: 0 }, children: (0, jsx_runtime_1.jsx)(framer_motion_1.motion.div, { initial: "hidden", animate: expandAreaChart ? "visible" : "hidden", variants: variants, transition: {
|
|
113
112
|
opacity: {
|
|
@@ -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,
|