@wlloyalty/wll-react-sdk 1.0.50 → 1.0.51
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -20944,7 +20944,7 @@ var PointsTileMedia = function (_a) {
|
|
|
20944
20944
|
uri: artworkUrl
|
|
20945
20945
|
},
|
|
20946
20946
|
style: styles.image,
|
|
20947
|
-
resizeMode:
|
|
20947
|
+
resizeMode: isFullSize ? 'cover' : 'contain',
|
|
20948
20948
|
accessibilityElementsHidden: true,
|
|
20949
20949
|
importantForAccessibility: "no-hide-descendants"
|
|
20950
20950
|
}));
|