tek-wallet 0.0.263 → 0.0.264

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.
@@ -108,18 +108,21 @@ var AmountGroupAndChart = function (props) {
108
108
  transition: "all 500ms ease-in-out",
109
109
  transform: !expandAreaChart ? "translateY(-100%)" : "none",
110
110
  my: theme.mixins.customMargin.m3,
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: {
112
- opacity: {
113
- duration: expandAreaChart ? 0.5 : 0.25,
114
- ease: "linear",
115
- delay: expandAreaChart ? 0.5 : 0,
116
- },
117
- left: {
118
- duration: expandAreaChart ? 0.5 : 0.25,
119
- ease: "linear",
120
- delay: expandAreaChart ? 0.3 : 0,
121
- },
122
- }, children: (0, jsx_runtime_1.jsx)(TimeFilter_1.default, { hideAll: true, initialValue: defaultTimeRange, onChange: handleChangeTimeRange }) }) })] }), (0, jsx_runtime_1.jsx)(Icon_1.default, { sx: {
111
+ } }) }) }), (0, jsx_runtime_1.jsx)(framer_motion_1.motion.div, { style: {
112
+ position: "absolute",
113
+ bottom: 0,
114
+ }, initial: "hidden", animate: expandAreaChart ? "visible" : "hidden", variants: variants, transition: {
115
+ opacity: {
116
+ duration: expandAreaChart ? 0.5 : 0.25,
117
+ ease: "linear",
118
+ delay: expandAreaChart ? 0.5 : 0,
119
+ },
120
+ left: {
121
+ duration: expandAreaChart ? 0.5 : 0.25,
122
+ ease: "linear",
123
+ delay: expandAreaChart ? 0.3 : 0,
124
+ },
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: {
123
126
  alignSelf: "center",
124
127
  transition: "all 0.5s ease-in-out",
125
128
  cursor: "pointer",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.263",
3
+ "version": "0.0.264",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",