@wlloyalty/wll-react-sdk 1.6.19 → 1.6.20

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
@@ -20705,10 +20705,9 @@ var ContentTileRoot = function (_a) {
20705
20705
  isArtworkOnly: isArtworkOnly$1(configuration)
20706
20706
  }), !isArtworkOnly$1(configuration) && (/*#__PURE__*/React.createElement(Layout, {
20707
20707
  justify: hasArtwork ? 'start' : 'center',
20708
- style: {
20709
- paddingBottom: 0,
20710
- marginBottom: 0
20711
- }
20708
+ style: __assign({}, !hasArtwork && tile.tileHeight === exports.TileHeight.Full && {
20709
+ aspectRatio: 1
20710
+ })
20712
20711
  }, /*#__PURE__*/React.createElement(Row, {
20713
20712
  justify: "between",
20714
20713
  align: "center",