@applicaster/zapp-react-native-ui-components 14.0.0-rc.12 → 14.0.0-rc.13
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.
|
@@ -135,9 +135,6 @@ const webStyles = {
|
|
|
135
135
|
},
|
|
136
136
|
inlineRiver: {
|
|
137
137
|
height: INLINE_CONTAINER_CONTENT_HEIGHT,
|
|
138
|
-
|
|
139
|
-
borderWidth: 4,
|
|
140
|
-
borderColor: "yellow",
|
|
141
138
|
},
|
|
142
139
|
};
|
|
143
140
|
|
|
@@ -719,7 +716,7 @@ const PlayerContainerComponent = (props: Props) => {
|
|
|
719
716
|
key={item.id}
|
|
720
717
|
groupId={FocusableGroupMainContainerId}
|
|
721
718
|
cellTapAction={onCellTap}
|
|
722
|
-
extraAnchorPointYOffset={
|
|
719
|
+
extraAnchorPointYOffset={0}
|
|
723
720
|
isScreenWrappedInContainer={true}
|
|
724
721
|
containerHeight={styles.inlineRiver.height}
|
|
725
722
|
componentsMapExtraProps={{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applicaster/zapp-react-native-ui-components",
|
|
3
|
-
"version": "14.0.0-rc.
|
|
3
|
+
"version": "14.0.0-rc.13",
|
|
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",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"redux-mock-store": "^1.5.3"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@applicaster/applicaster-types": "14.0.0-rc.
|
|
35
|
-
"@applicaster/zapp-react-native-bridge": "14.0.0-rc.
|
|
36
|
-
"@applicaster/zapp-react-native-redux": "14.0.0-rc.
|
|
37
|
-
"@applicaster/zapp-react-native-utils": "14.0.0-rc.
|
|
34
|
+
"@applicaster/applicaster-types": "14.0.0-rc.13",
|
|
35
|
+
"@applicaster/zapp-react-native-bridge": "14.0.0-rc.13",
|
|
36
|
+
"@applicaster/zapp-react-native-redux": "14.0.0-rc.13",
|
|
37
|
+
"@applicaster/zapp-react-native-utils": "14.0.0-rc.13",
|
|
38
38
|
"promise": "^8.3.0",
|
|
39
39
|
"url": "^0.11.0",
|
|
40
40
|
"uuid": "^3.3.2"
|