@wlloyalty/wll-react-sdk 1.0.81 → 1.0.82
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.
- package/dist/native.js +5 -3
- package/dist/native.js.map +1 -1
- package/dist/web.js +6 -4
- package/dist/web.js.map +1 -1
- package/package.json +1 -1
package/dist/web.js
CHANGED
|
@@ -21989,15 +21989,17 @@ var styles = StyleSheet$1.create({
|
|
|
21989
21989
|
container: {
|
|
21990
21990
|
flexDirection: 'column',
|
|
21991
21991
|
flex: 1,
|
|
21992
|
-
|
|
21993
|
-
|
|
21992
|
+
width: '100%',
|
|
21993
|
+
height: '100%'
|
|
21994
21994
|
},
|
|
21995
21995
|
tileContainer: {
|
|
21996
|
-
|
|
21996
|
+
flexGrow: 1,
|
|
21997
|
+
flexShrink: 1,
|
|
21998
|
+
flexBasis: '100%',
|
|
21997
21999
|
width: '100%'
|
|
21998
22000
|
},
|
|
21999
22001
|
halfTileContainer: {
|
|
22000
|
-
|
|
22002
|
+
flexBasis: '50%',
|
|
22001
22003
|
height: '50%'
|
|
22002
22004
|
}
|
|
22003
22005
|
});
|