mg-library 1.0.519 → 1.0.521

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.
Files changed (2) hide show
  1. package/blocks.js +1 -2
  2. package/package.json +1 -1
package/blocks.js CHANGED
@@ -109,7 +109,6 @@ export function MGBenefits(props) {
109
109
  let listHeaderComponent = (
110
110
  <View>
111
111
  <MGSessionHeader module={subTitle} person={props.person} theme={props.theme} />
112
- <MGDivider />
113
112
  {props.beforeBenefits != undefined &&
114
113
  <>
115
114
  {props.beforeBenefits}
@@ -142,7 +141,7 @@ export function MGBenefits(props) {
142
141
  renderItem={({ item }) => (
143
142
  <Card header={cardHeader(item)} style={{ marginBottom: 10, marginHorizontal: 10 }}>
144
143
  {item.imageUrl != undefined &&
145
- <View style={{ flexGrow: 1, alignItems: 'center' }}>
144
+ <View style={{ flexGrow: 1, alignItems: 'center', marginBottom: 5 }}>
146
145
  <Image source={{ uri: item.imageUrl }} style={{ width: '50%', resizeMode: 'contain', height: undefined, aspectRatio: 1 }} />
147
146
  </View>
148
147
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.519",
3
+ "version": "1.0.521",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {