tek-wallet 0.0.243 → 0.0.244

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.
@@ -105,7 +105,7 @@ var AmountGroupAndChart = function (props) {
105
105
  width: "100%",
106
106
  height: "fit-content",
107
107
  transition: "all 500ms ease-in-out",
108
- transform: !expandAreaChart ? "translateY(100%)" : "none",
108
+ transform: !expandAreaChart ? "translateY(-100%)" : "none",
109
109
  my: theme.mixins.customMargin.m3,
110
110
  } }) }) }), (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
111
  opacity: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.243",
3
+ "version": "0.0.244",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",