@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 +1 -1
- package/dist/native.js.map +1 -1
- package/dist/web.js +1 -0
- package/dist/web.js.map +1 -1
- package/package.json +1 -1
package/dist/web.js
CHANGED
|
@@ -21652,6 +21652,7 @@ var RewardTileChevron = function () {
|
|
|
21652
21652
|
var theme = useWllSdk().theme;
|
|
21653
21653
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
21654
21654
|
name: "ChevronRight",
|
|
21655
|
+
size: IS_MOBILE ? 16 : undefined,
|
|
21655
21656
|
color: ((_a = theme === null || theme === void 0 ? void 0 : theme.derivedSurfaceText) === null || _a === void 0 ? void 0 : _a[20]) || '#000000',
|
|
21656
21657
|
accessibilityRole: "image",
|
|
21657
21658
|
accessibilityLabel: "View reward details"
|