@applicaster/zapp-react-native-ui-components 15.0.0-rc.140 → 15.0.0-rc.141

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.
@@ -109,7 +109,7 @@ const withBorderHack = () => {
109
109
  /* @HACK: see GH#7269 */
110
110
  return {
111
111
  borderWidth: 1,
112
- borderColor: "transparent",
112
+ borderColor: "black",
113
113
  };
114
114
  }
115
115
 
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.140",
3
+ "version": "15.0.0-rc.141",
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.140",
32
- "@applicaster/zapp-react-native-bridge": "15.0.0-rc.140",
33
- "@applicaster/zapp-react-native-redux": "15.0.0-rc.140",
34
- "@applicaster/zapp-react-native-utils": "15.0.0-rc.140",
31
+ "@applicaster/applicaster-types": "15.0.0-rc.141",
32
+ "@applicaster/zapp-react-native-bridge": "15.0.0-rc.141",
33
+ "@applicaster/zapp-react-native-redux": "15.0.0-rc.141",
34
+ "@applicaster/zapp-react-native-utils": "15.0.0-rc.141",
35
35
  "fast-json-stable-stringify": "^2.1.0",
36
36
  "promise": "^8.3.0",
37
37
  "url": "^0.11.0",