@wlloyalty/wll-react-sdk 1.0.70 → 1.0.71

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
@@ -20992,7 +20992,7 @@ var GroupSections = function () {
20992
20992
  return /*#__PURE__*/React.createElement(Container, {
20993
20993
  accessible: true,
20994
20994
  accessibilityLabel: "Group: ".concat(groupData.name || 'Unnamed group'),
20995
- style: styles$1.container
20995
+ contentContainerStyle: !IS_WEB ? styles$1.container : undefined
20996
20996
  }, sortedSections.map(function (section) {
20997
20997
  return /*#__PURE__*/React.createElement(Section, {
20998
20998
  key: section.id,