tek-wallet 0.0.369 → 0.0.370

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.
@@ -72,8 +72,8 @@ var labels = [
72
72
  ];
73
73
  var defaultTimeRange = TimeFilter_2.TimeFilterType.SEVEN_DAYS;
74
74
  var variants = {
75
- hidden: { opacity: 0 },
76
- visible: { opacity: 1 },
75
+ hidden: { opacity: 0, display: "none" },
76
+ visible: { opacity: 1, display: "block" },
77
77
  };
78
78
  var AmountGroupAndChart = function (props) {
79
79
  var _a = (0, react_1.useState)(false), expandAreaChart = _a[0], setExpandAreaChart = _a[1];
@@ -117,6 +117,11 @@ var AmountGroupAndChart = function (props) {
117
117
  ease: "linear",
118
118
  delay: expandAreaChart ? 0.5 : 0,
119
119
  },
120
+ display: {
121
+ duration: 0,
122
+ ease: "linear",
123
+ delay: expandAreaChart ? 0 : 0.25,
124
+ },
120
125
  }, children: (0, jsx_runtime_1.jsx)(TimeFilter_1.default, { hideAll: true, initialValue: defaultTimeRange, onChange: handleChangeTimeRange }) })] }), (0, jsx_runtime_1.jsx)(Icon_1.default, { sx: {
121
126
  alignSelf: "center",
122
127
  transition: "all 0.5s ease-in-out",
@@ -36,6 +36,7 @@ var AssetView = function () {
36
36
  gap: theme.mixins.gaps.g12,
37
37
  position: "relative",
38
38
  zIndex: 50,
39
+ my: theme.mixins.customMargin.m20,
39
40
  }, children: [(0, jsx_runtime_1.jsx)(ReceiveFunction_1.default, { children: (0, jsx_runtime_1.jsx)(material_1.ListItem, { children: (0, jsx_runtime_1.jsx)(FunctionItem_1.default, { icon: (0, getIcon_1.default)("receive"), label: "Receive", sx: { width: "100%" } }) }) }), (0, jsx_runtime_1.jsx)(WithdrawFunction_1.default, { children: (0, jsx_runtime_1.jsx)(material_1.ListItem, { children: (0, jsx_runtime_1.jsx)(FunctionItem_1.default, { icon: (0, getIcon_1.default)("withdraw"), label: "Withdraw", sx: { width: "100%" } }) }) }), (0, jsx_runtime_1.jsx)(material_1.ListItem, { children: (0, jsx_runtime_1.jsx)(FunctionItem_1.default, { icon: (0, getIcon_1.default)("fortune", "gif"), label: "Fortune", sx: { width: "100%" } }) }), (0, jsx_runtime_1.jsx)(material_1.ListItem, { children: (0, jsx_runtime_1.jsx)(FunctionItem_1.default, { icon: (0, getIcon_1.default)("p2p", "gif"), label: "P2P", sx: { width: "100%" } }) })] }), (0, jsx_runtime_1.jsx)(TokensBoard_1.default, {})] }))] }));
40
41
  };
41
42
  exports.default = AssetView;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.369",
3
+ "version": "0.0.370",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",