@wlloyalty/wll-react-sdk 1.6.12 → 1.6.14

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
@@ -20298,7 +20298,7 @@ var BadgeTileTitle = function () {
20298
20298
  }, /*#__PURE__*/React.createElement(Text, {
20299
20299
  variant: "title",
20300
20300
  style: styles.titleText,
20301
- numberOfLines: 1,
20301
+ numberOfLines: 2,
20302
20302
  ellipsizeMode: "tail",
20303
20303
  accessibilityElementsHidden: true,
20304
20304
  importantForAccessibility: "no-hide-descendants"
@@ -20578,9 +20578,11 @@ var ContentTileMedia = function (_a) {
20578
20578
  if (!artworkUrl) return null;
20579
20579
  var hasArtwork = Boolean(artworkUrl);
20580
20580
  var styles = useContentTileStyles(hasArtwork);
20581
- var containerStyle = {
20581
+ var containerStyle = __assign({
20582
20582
  flexBasis: isArtworkOnly ? '100%' : '50%'
20583
- };
20583
+ }, isArtworkOnly && {
20584
+ aspectRatio: 1
20585
+ });
20584
20586
  return /*#__PURE__*/React.createElement(View$2, {
20585
20587
  style: [styles.imageContainer, containerStyle],
20586
20588
  testID: "content-tile-media",