@applicaster/zapp-react-native-ui-components 15.0.0-alpha.5412418016 → 15.0.0-alpha.5945373352

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.
@@ -78,12 +78,6 @@ export const TopMarginApplicator: React.FC<IProps> = ({
78
78
  // HACK: Remove extraOffset when focusIssue with absolute elements is fixed on tvos
79
79
  const marginTop = useMarginTop(targetScreenId);
80
80
 
81
- // console.log("debug_2", "TopMarginApplicator - render", {
82
- // targetScreenId,
83
- // marginTop,
84
- // extraOffset,
85
- // });
86
-
87
81
  return (
88
82
  <View style={[style, { marginTop: marginTop + extraOffset }]}>
89
83
  {children}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applicaster/zapp-react-native-ui-components",
3
- "version": "15.0.0-alpha.5412418016",
3
+ "version": "15.0.0-alpha.5945373352",
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-alpha.5412418016",
32
- "@applicaster/zapp-react-native-bridge": "15.0.0-alpha.5412418016",
33
- "@applicaster/zapp-react-native-redux": "15.0.0-alpha.5412418016",
34
- "@applicaster/zapp-react-native-utils": "15.0.0-alpha.5412418016",
31
+ "@applicaster/applicaster-types": "15.0.0-alpha.5945373352",
32
+ "@applicaster/zapp-react-native-bridge": "15.0.0-alpha.5945373352",
33
+ "@applicaster/zapp-react-native-redux": "15.0.0-alpha.5945373352",
34
+ "@applicaster/zapp-react-native-utils": "15.0.0-alpha.5945373352",
35
35
  "promise": "^8.3.0",
36
36
  "url": "^0.11.0",
37
37
  "uuid": "^3.3.2"