@wlloyalty/wll-react-sdk 1.0.85 → 1.0.86

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
@@ -22019,8 +22019,8 @@ var styles = StyleSheet$1.create({
22019
22019
  width: '100%'
22020
22020
  },
22021
22021
  halfTileContainer: {
22022
- flexBasis: '50%',
22023
- height: '50%'
22022
+ aspectRatio: 2,
22023
+ backgroundColor: 'red'
22024
22024
  }
22025
22025
  });
22026
22026