@wlloyalty/wll-react-sdk 1.0.60 → 1.0.61
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 +1 -1
- package/dist/native.js.map +1 -1
- package/dist/web.js +1 -1
- package/dist/web.js.map +1 -1
- package/package.json +1 -1
package/dist/web.js
CHANGED
|
@@ -21069,7 +21069,6 @@ var PointsTileMedia = function (_a) {
|
|
|
21069
21069
|
testID: "points-tile-media",
|
|
21070
21070
|
accessible: true,
|
|
21071
21071
|
role: "img",
|
|
21072
|
-
accessibilityLabel: "Points tile image for ".concat(title),
|
|
21073
21072
|
style: styles.imageContainer
|
|
21074
21073
|
}, /*#__PURE__*/React.createElement(Image$2, {
|
|
21075
21074
|
source: {
|
|
@@ -21078,6 +21077,7 @@ var PointsTileMedia = function (_a) {
|
|
|
21078
21077
|
style: styles.image,
|
|
21079
21078
|
resizeMode: isFullSize ? 'cover' : 'contain',
|
|
21080
21079
|
accessibilityElementsHidden: true,
|
|
21080
|
+
accessibilityLabel: "Points tile image for ".concat(title),
|
|
21081
21081
|
importantForAccessibility: "no-hide-descendants"
|
|
21082
21082
|
}));
|
|
21083
21083
|
};
|