@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/native.js +2 -2
- package/dist/native.js.map +1 -1
- package/dist/web.js +3 -3
- package/dist/web.js.map +1 -1
- package/package.json +1 -1
package/dist/native.js
CHANGED
|
@@ -4821,6 +4821,7 @@ var usePointsTileStyles = function (isFullSize) {
|
|
|
4821
4821
|
},
|
|
4822
4822
|
contentColumn: {
|
|
4823
4823
|
flexGrow: 1,
|
|
4824
|
+
paddingBottom: theme.sizes.xxs,
|
|
4824
4825
|
},
|
|
4825
4826
|
mediaColumn: {
|
|
4826
4827
|
flexDirection: 'row',
|
|
@@ -4842,7 +4843,6 @@ var usePointsTileStyles = function (isFullSize) {
|
|
|
4842
4843
|
},
|
|
4843
4844
|
imageContainer: {
|
|
4844
4845
|
width: isFullSize ? '100%' : isDesktop ? 57 : 40,
|
|
4845
|
-
height: isFullSize ? '50%' : isDesktop ? 57 : 40,
|
|
4846
4846
|
marginBottom: isFullSize
|
|
4847
4847
|
? useResponsiveValue(theme.sizes.sm, theme.sizes.xxs, isDesktop, isTablet)
|
|
4848
4848
|
: 0,
|
|
@@ -4854,9 +4854,9 @@ var usePointsTileStyles = function (isFullSize) {
|
|
|
4854
4854
|
overflow: 'hidden',
|
|
4855
4855
|
},
|
|
4856
4856
|
image: {
|
|
4857
|
+
minHeight: 130,
|
|
4857
4858
|
width: '100%',
|
|
4858
4859
|
height: '100%',
|
|
4859
|
-
position: 'absolute',
|
|
4860
4860
|
resizeMode: 'contain',
|
|
4861
4861
|
},
|
|
4862
4862
|
});
|