@lemon-fe/mini-app 0.1.31 → 0.1.32

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.
@@ -38,7 +38,8 @@ function Screen(props) {
38
38
  var ref = useRef(null);
39
39
  return /*#__PURE__*/React.createElement(CSSTransition, _objectSpread({
40
40
  timeout: 300,
41
- classNames: "lemon-transition"
41
+ classNames: "lemon-transition",
42
+ nodeRef: ref
42
43
  }, restProps), /*#__PURE__*/React.createElement(ScreenContext.Provider, {
43
44
  value: ctx
44
45
  }, /*#__PURE__*/React.createElement("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon-fe/mini-app",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "description": "> TODO: description",
5
5
  "author": "鲁盛杰 <lusj@cnlemon.net>",
6
6
  "homepage": "",
@@ -34,5 +34,5 @@
34
34
  "@types/react-transition-group": "^4.4.4",
35
35
  "color-string": "^1.9.0"
36
36
  },
37
- "gitHead": "1ac5e09139b34294d3b5fb044b6143203ff44152"
37
+ "gitHead": "d64677a7dc2001d4180fa3014d9ad5bfce870c7e"
38
38
  }