@wlloyalty/wll-react-sdk 1.0.87 → 1.0.88

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
@@ -4444,7 +4444,7 @@ var RewardCategoryTile$1 = withTileFetching(RewardCategoryTile);
4444
4444
  var RewardTileChevron = function () {
4445
4445
  var _a;
4446
4446
  var theme = useWllSdk().theme;
4447
- return (jsxRuntimeExports.jsx(Icon, { name: "ChevronRight", color: ((_a = theme === null || theme === void 0 ? void 0 : theme.derivedSurfaceText) === null || _a === void 0 ? void 0 : _a[20]) || '#000000', accessibilityRole: "image", accessibilityLabel: "View reward details" }));
4447
+ return (jsxRuntimeExports.jsx(Icon, { name: "ChevronRight", size: IS_MOBILE ? 16 : undefined, color: ((_a = theme === null || theme === void 0 ? void 0 : theme.derivedSurfaceText) === null || _a === void 0 ? void 0 : _a[20]) || '#000000', accessibilityRole: "image", accessibilityLabel: "View reward details" }));
4448
4448
  };
4449
4449
 
4450
4450
  /**