@applicaster/zapp-react-native-ui-components 13.0.0-rc.144 → 13.0.0-rc.146

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.
@@ -110,7 +110,6 @@ export function AudioPlayerTVLayout({
110
110
  ...style,
111
111
  },
112
112
  samsung_tv: {
113
- position: "absolute",
114
113
  margin: "auto",
115
114
  display: "flex",
116
115
  flexWrap: "wrap",
@@ -122,7 +121,6 @@ export function AudioPlayerTVLayout({
122
121
  backgroundColor: backgroundColorStyle,
123
122
  },
124
123
  lg_tv: {
125
- position: "absolute",
126
124
  margin: "auto",
127
125
  display: "flex",
128
126
  flexWrap: "wrap",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applicaster/zapp-react-native-ui-components",
3
- "version": "13.0.0-rc.144",
3
+ "version": "13.0.0-rc.146",
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": "13.0.0-rc.144",
35
- "@applicaster/zapp-react-native-bridge": "13.0.0-rc.144",
36
- "@applicaster/zapp-react-native-redux": "13.0.0-rc.144",
37
- "@applicaster/zapp-react-native-utils": "13.0.0-rc.144",
34
+ "@applicaster/applicaster-types": "13.0.0-rc.146",
35
+ "@applicaster/zapp-react-native-bridge": "13.0.0-rc.146",
36
+ "@applicaster/zapp-react-native-redux": "13.0.0-rc.146",
37
+ "@applicaster/zapp-react-native-utils": "13.0.0-rc.146",
38
38
  "promise": "^8.3.0",
39
39
  "react-router-native": "^5.1.2",
40
40
  "url": "^0.11.0",