@wlloyalty/wll-react-sdk 1.6.17 → 1.6.18

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
@@ -22024,7 +22024,8 @@ var usePointsTileStyles = function (isFullSize) {
22024
22024
  width: '100%'
22025
22025
  },
22026
22026
  contentColumn: {
22027
- flexGrow: 1
22027
+ flexGrow: 1,
22028
+ paddingBottom: theme.sizes.xxs
22028
22029
  },
22029
22030
  mediaColumn: {
22030
22031
  flexDirection: 'row',
@@ -22044,7 +22045,6 @@ var usePointsTileStyles = function (isFullSize) {
22044
22045
  },
22045
22046
  imageContainer: {
22046
22047
  width: isFullSize ? '100%' : isDesktop ? 57 : 40,
22047
- height: isFullSize ? '50%' : isDesktop ? 57 : 40,
22048
22048
  marginBottom: isFullSize ? useResponsiveValue(theme.sizes.sm, theme.sizes.xxs, isDesktop, isTablet) : 0,
22049
22049
  backgroundColor: isFullSize ? theme.alphaDerivedPrimary[20] : theme.surface,
22050
22050
  justifyContent: 'center',
@@ -22052,9 +22052,9 @@ var usePointsTileStyles = function (isFullSize) {
22052
22052
  overflow: 'hidden'
22053
22053
  },
22054
22054
  image: {
22055
+ minHeight: 130,
22055
22056
  width: '100%',
22056
22057
  height: '100%',
22057
- position: 'absolute',
22058
22058
  resizeMode: 'contain'
22059
22059
  }
22060
22060
  });