tek-wallet 0.0.249 → 0.0.250

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.
@@ -89,13 +89,12 @@ var AmountGroupAndChart = function (props) {
89
89
  width: "100%",
90
90
  position: "relative",
91
91
  transition: "all 500ms ease-in-out",
92
- aspectRatio: expandAreaChart ? "1.47317073171" : "unset",
92
+ aspectRatio: expandAreaChart ? "1.47317073171" : Infinity,
93
93
  zIndex: 10,
94
94
  maxHeight: expandAreaChart ? "28rem" : "0",
95
95
  border: "1px red solid",
96
96
  }, children: [(0, jsx_runtime_1.jsx)(material_1.Box, { sx: {
97
97
  position: "absolute",
98
- top: 0,
99
98
  right: 0,
100
99
  left: 0,
101
100
  bottom: 0,
@@ -106,6 +105,8 @@ var AmountGroupAndChart = function (props) {
106
105
  }, children: (0, jsx_runtime_1.jsx)(DelayMounted_1.default, { delay: 800, children: (0, jsx_runtime_1.jsx)(NeonLineChart_1.default, { showMinMaxValues: expandAreaChart, series: fakeSeries, categories: labels, sx: {
107
106
  width: "100%",
108
107
  height: "fit-content",
108
+ transition: "all 500ms ease-in-out",
109
+ // transform: !expandAreaChart ? "translateY(-100%)" : "none",
109
110
  my: theme.mixins.customMargin.m3,
110
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: {
111
112
  opacity: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.249",
3
+ "version": "0.0.250",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",