tek-wallet 0.0.264 → 0.0.265

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.
@@ -113,12 +113,12 @@ var AmountGroupAndChart = function (props) {
113
113
  bottom: 0,
114
114
  }, initial: "hidden", animate: expandAreaChart ? "visible" : "hidden", variants: variants, transition: {
115
115
  opacity: {
116
- duration: expandAreaChart ? 0.5 : 0.25,
116
+ duration: expandAreaChart ? 0.5 : 0.1,
117
117
  ease: "linear",
118
118
  delay: expandAreaChart ? 0.5 : 0,
119
119
  },
120
120
  left: {
121
- duration: expandAreaChart ? 0.5 : 0.25,
121
+ duration: expandAreaChart ? 0.5 : 0.2,
122
122
  ease: "linear",
123
123
  delay: expandAreaChart ? 0.3 : 0,
124
124
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.264",
3
+ "version": "0.0.265",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",