tek-wallet 0.0.252 → 0.0.253

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.
@@ -95,7 +95,7 @@ var AmountGroupAndChart = function (props) {
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,
98
+ top: expandAreaChart ? 0 : "unset",
99
99
  right: 0,
100
100
  left: 0,
101
101
  bottom: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.252",
3
+ "version": "0.0.253",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",