@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/web.js CHANGED
@@ -20206,7 +20206,7 @@ var useBannerTileStyles = function () {
20206
20206
  aspectRatio: 1,
20207
20207
  position: 'relative',
20208
20208
  overflow: 'hidden',
20209
- marginRight: useResponsiveValue(theme.sizes.xxl, theme.sizes.xxs, isDesktop, isTablet),
20209
+ marginEnd: useResponsiveValue(theme.sizes.xxl, theme.sizes.xxs, isDesktop, isTablet),
20210
20210
  maxHeight: useResponsiveValue(253, 120, isDesktop, isTablet),
20211
20211
  minHeight: 120
20212
20212
  },
@@ -20399,7 +20399,7 @@ var useContentTileStyles = function (hasArtwork) {
20399
20399
  tileTitle: {
20400
20400
  maxWidth: '90%',
20401
20401
  flex: 1,
20402
- marginRight: 8
20402
+ marginEnd: 8
20403
20403
  }
20404
20404
  });
20405
20405
  };
@@ -20980,7 +20980,7 @@ var Grid = function (_a) {
20980
20980
  style: [
20981
20981
  // @ts-ignore Web uses CSS calc strings for responsive layouts, while ViewStyle expects numbers
20982
20982
  getTileWidth(columnsPerRow), !isLastInRow && {
20983
- marginRight: GRID_GAP
20983
+ marginEnd: GRID_GAP
20984
20984
  }]
20985
20985
  }, /*#__PURE__*/React.createElement(TileContainer, {
20986
20986
  tiles: currentTiles
@@ -22039,7 +22039,7 @@ var useRewardTileStyles = function () {
22039
22039
  tileTitle: {
22040
22040
  maxWidth: '90%',
22041
22041
  flex: 1,
22042
- marginRight: 8
22042
+ marginEnd: 8
22043
22043
  }
22044
22044
  });
22045
22045
  };