@wlloyalty/wll-react-sdk 1.0.74 → 1.0.75

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 CHANGED
@@ -3656,7 +3656,7 @@ var Grid = function (_a) {
3656
3656
  };
3657
3657
  }
3658
3658
  else {
3659
- var tileWidth = (SCREEN_WIDTH - (columns + 1) * GRID_GAP) / columns;
3659
+ var tileWidth = SCREEN_WIDTH / columns;
3660
3660
  return {
3661
3661
  width: tileWidth,
3662
3662
  marginBottom: GRID_GAP,