@wlloyalty/wll-react-sdk 1.0.77 → 1.0.78
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 +0 -1
- package/dist/native.js.map +1 -1
- package/dist/web.js +1 -2
- package/dist/web.js.map +1 -1
- package/package.json +1 -1
package/dist/web.js
CHANGED
|
@@ -21993,8 +21993,7 @@ var styles = StyleSheet$1.create({
|
|
|
21993
21993
|
aspectRatio: 1
|
|
21994
21994
|
},
|
|
21995
21995
|
halfTileContainer: {
|
|
21996
|
-
flex: 0.5
|
|
21997
|
-
aspectRatio: 1
|
|
21996
|
+
flex: 0.5
|
|
21998
21997
|
}
|
|
21999
21998
|
});
|
|
22000
21999
|
|