@wlloyalty/wll-react-sdk 1.2.0 → 1.2.1
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 +7 -6
- package/dist/native.js.map +1 -1
- package/dist/web.js +8 -7
- package/dist/web.js.map +1 -1
- package/package.json +1 -1
package/dist/web.js
CHANGED
|
@@ -20448,16 +20448,17 @@ var useContentTileStyles = function (hasArtwork) {
|
|
|
20448
20448
|
return StyleSheet$1.create({
|
|
20449
20449
|
imageContainer: {
|
|
20450
20450
|
width: '100%',
|
|
20451
|
-
marginBottom: 0
|
|
20451
|
+
marginBottom: 0,
|
|
20452
|
+
overflow: 'hidden'
|
|
20452
20453
|
},
|
|
20453
20454
|
image: {
|
|
20454
20455
|
position: 'absolute',
|
|
20455
|
-
top:
|
|
20456
|
-
left:
|
|
20457
|
-
bottom:
|
|
20458
|
-
right:
|
|
20459
|
-
width: '
|
|
20460
|
-
height: '
|
|
20456
|
+
top: -1,
|
|
20457
|
+
left: -1,
|
|
20458
|
+
bottom: -1,
|
|
20459
|
+
right: -1,
|
|
20460
|
+
width: '102%',
|
|
20461
|
+
height: '102%',
|
|
20461
20462
|
resizeMode: 'cover'
|
|
20462
20463
|
},
|
|
20463
20464
|
content: {
|