@wlloyalty/wll-react-sdk 1.0.105 → 1.0.106
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 +4 -4
- package/dist/native.js.map +1 -1
- package/dist/web.js +4 -4
- package/dist/web.js.map +1 -1
- package/package.json +1 -1
package/dist/native.js
CHANGED
|
@@ -3426,7 +3426,7 @@ var useBannerTileStyles = function () {
|
|
|
3426
3426
|
aspectRatio: 1,
|
|
3427
3427
|
position: 'relative',
|
|
3428
3428
|
overflow: 'hidden',
|
|
3429
|
-
|
|
3429
|
+
marginEnd: useResponsiveValue(theme.sizes.xxl, theme.sizes.xxs, isDesktop, isTablet),
|
|
3430
3430
|
maxHeight: useResponsiveValue(253, 120, isDesktop, isTablet),
|
|
3431
3431
|
minHeight: 120,
|
|
3432
3432
|
},
|
|
@@ -3586,7 +3586,7 @@ var useContentTileStyles = function (hasArtwork) {
|
|
|
3586
3586
|
tileTitle: {
|
|
3587
3587
|
maxWidth: '90%',
|
|
3588
3588
|
flex: 1,
|
|
3589
|
-
|
|
3589
|
+
marginEnd: 8,
|
|
3590
3590
|
},
|
|
3591
3591
|
});
|
|
3592
3592
|
};
|
|
@@ -4016,7 +4016,7 @@ var Grid = function (_a) {
|
|
|
4016
4016
|
tileContainers.push(jsxRuntimeExports.jsx(reactNative.View, { style: [
|
|
4017
4017
|
// @ts-ignore Web uses CSS calc strings for responsive layouts, while ViewStyle expects numbers
|
|
4018
4018
|
getTileWidth(columnsPerRow),
|
|
4019
|
-
!isLastInRow && {
|
|
4019
|
+
!isLastInRow && { marginEnd: GRID_GAP },
|
|
4020
4020
|
], children: jsxRuntimeExports.jsx(TileContainer, { tiles: currentTiles }) }, "container-".concat(index)));
|
|
4021
4021
|
currentTiles = [];
|
|
4022
4022
|
}
|
|
@@ -4798,7 +4798,7 @@ var useRewardTileStyles = function () {
|
|
|
4798
4798
|
tileTitle: {
|
|
4799
4799
|
maxWidth: '90%',
|
|
4800
4800
|
flex: 1,
|
|
4801
|
-
|
|
4801
|
+
marginEnd: 8,
|
|
4802
4802
|
},
|
|
4803
4803
|
});
|
|
4804
4804
|
};
|