@wlloyalty/wll-react-sdk 1.0.109 → 1.0.110

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/web.js CHANGED
@@ -20313,7 +20313,6 @@ var BannerTileDescription = function () {
20313
20313
  return /*#__PURE__*/React.createElement(Text, {
20314
20314
  style: styles.description,
20315
20315
  role: "article",
20316
- accessibilityLabel: description,
20317
20316
  testID: "banner-tile-description"
20318
20317
  }, description);
20319
20318
  };