@applicaster/zapp-react-native-ui-components 15.0.0-rc.137 → 15.0.0-rc.138

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.
@@ -195,7 +195,6 @@ class TvOSCell extends React.Component<Props, State> {
195
195
  groupId,
196
196
  component,
197
197
  index,
198
- componentsMapOffset,
199
198
  } = this.props;
200
199
 
201
200
  this.setScreenLayout(componentAnchorPointY, screenLayout);
@@ -222,8 +221,7 @@ class TvOSCell extends React.Component<Props, State> {
222
221
  const totalOffset =
223
222
  headerOffset +
224
223
  toNumberWithDefaultZero(componentAnchorPointY) +
225
- extraAnchorPointYOffset -
226
- toNumberWithDefaultZero(componentsMapOffset) +
224
+ extraAnchorPointYOffset +
227
225
  componentMarginTop +
228
226
  componentPaddingTop;
229
227
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applicaster/zapp-react-native-ui-components",
3
- "version": "15.0.0-rc.137",
3
+ "version": "15.0.0-rc.138",
4
4
  "description": "Applicaster Zapp React Native ui components for the Quick Brick App",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -28,10 +28,10 @@
28
28
  },
29
29
  "homepage": "https://github.com/applicaster/quickbrick#readme",
30
30
  "dependencies": {
31
- "@applicaster/applicaster-types": "15.0.0-rc.137",
32
- "@applicaster/zapp-react-native-bridge": "15.0.0-rc.137",
33
- "@applicaster/zapp-react-native-redux": "15.0.0-rc.137",
34
- "@applicaster/zapp-react-native-utils": "15.0.0-rc.137",
31
+ "@applicaster/applicaster-types": "15.0.0-rc.138",
32
+ "@applicaster/zapp-react-native-bridge": "15.0.0-rc.138",
33
+ "@applicaster/zapp-react-native-redux": "15.0.0-rc.138",
34
+ "@applicaster/zapp-react-native-utils": "15.0.0-rc.138",
35
35
  "fast-json-stable-stringify": "^2.1.0",
36
36
  "promise": "^8.3.0",
37
37
  "url": "^0.11.0",