@adamjanicki/ui 1.4.6 → 1.4.7

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.
@@ -48,7 +48,7 @@ var Hamburger = function (props) {
48
48
  width: size * 0.7,
49
49
  backgroundColor: "currentColor",
50
50
  position: "absolute",
51
- transition: "all ".concat(duration, "s ease"),
51
+ transition: "transform ".concat(duration, "s ease, opacity ").concat(duration, "s ease"),
52
52
  borderRadius: rounded ? 10000 : 0,
53
53
  };
54
54
  var yTranslateMagnitude = useMemo(function () { return size / (double ? 7 : 4); }, [size, double]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adamjanicki/ui",
3
- "version": "1.4.6",
3
+ "version": "1.4.7",
4
4
  "description": "Basic UI components and hooks for React in TypeScript",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",