@shopgate/engage 7.10.0 → 7.10.1

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.
@@ -10,7 +10,7 @@ function _extends(){_extends=Object.assign||function(target){for(var i=1;i<argum
10
10
  * Restore the scroll position of the page.
11
11
  */value:function componentDidMount(){var scrollTop=this.context.state.scrollTop;if(this.ref.current===window){window.scrollTo(0,scrollTop||0);}else{this.ref.current.scrollTop=scrollTop;}}/**
12
12
  * Removes the keyboardWillChange listener.
13
- */},{key:"componentWillUnmount",value:function componentWillUnmount(){var scrollTop;if(this.ref.current===window){scrollTop=window.scrollY;}else{scrollTop=this.ref.current;}router.update(this.context.id,{scrollTop:scrollTop},false);event.removeCallback(EVENT_KEYBOARD_WILL_CHANGE,this.handleKeyboardChange);}/**
13
+ */},{key:"componentWillUnmount",value:function componentWillUnmount(){var scrollTop;if(this.ref.current===window){scrollTop=window.scrollY;}else{scrollTop=this.ref.current.scrollTop;}router.update(this.context.id,{scrollTop:scrollTop},false);event.removeCallback(EVENT_KEYBOARD_WILL_CHANGE,this.handleKeyboardChange);}/**
14
14
  * @returns {Object}
15
15
  */},{key:"render",/**
16
16
  * @return {JSX}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopgate/engage",
3
- "version": "7.10.0",
3
+ "version": "7.10.1",
4
4
  "description": "Shopgate's ENGAGE library.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Shopgate <support@shopgate.com>",
@@ -16,12 +16,12 @@
16
16
  ],
17
17
  "dependencies": {
18
18
  "@shopgate/native-modules": "1.0.0-beta.18",
19
- "@shopgate/pwa-common": "7.10.0",
20
- "@shopgate/pwa-common-commerce": "7.10.0",
21
- "@shopgate/pwa-core": "7.10.0",
22
- "@shopgate/pwa-ui-ios": "7.10.0",
23
- "@shopgate/pwa-ui-material": "7.10.0",
24
- "@shopgate/pwa-ui-shared": "7.10.0",
19
+ "@shopgate/pwa-common": "7.10.1",
20
+ "@shopgate/pwa-common-commerce": "7.10.1",
21
+ "@shopgate/pwa-core": "7.10.1",
22
+ "@shopgate/pwa-ui-ios": "7.10.1",
23
+ "@shopgate/pwa-ui-material": "7.10.1",
24
+ "@shopgate/pwa-ui-shared": "7.10.1",
25
25
  "@stripe/react-stripe-js": "^1.1.2",
26
26
  "@stripe/stripe-js": "^1.3.1",
27
27
  "@virtuous/conductor": "~2.5.0",