mg-library 1.0.514 → 1.0.517

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/blocks.js CHANGED
@@ -142,13 +142,13 @@ export function MGBenefits(props) {
142
142
  renderItem={({ item }) => (
143
143
  <Card header={cardHeader(item)} style={{ marginBottom: 10, marginHorizontal: 10 }}>
144
144
  {item.imageUrl != undefined &&
145
- <View style={{ flexGrow: 1, alignItems: 'center', marginBottom: 10 }}>
146
- <Image source={{ uri: item.imageUrl }} style={{ width: '70%', resizeMode: 'contain', height: undefined, aspectRatio: 1 }} />
145
+ <View style={{ flexGrow: 1, alignItems: 'center' }}>
146
+ <Image source={{ uri: item.imageUrl }} style={{ width: '50%', resizeMode: 'contain', height: undefined, aspectRatio: 1 }} />
147
147
  </View>
148
148
  }
149
- <Text>
150
- <Text style={{ marginBottom: 10 }}>{item.content}</Text>
151
- </Text>
149
+ <View style={{ flexGrow: 1, alignItems: 'center', marginBottom: 10 }}>
150
+ <Text>{item.content}</Text>
151
+ </View>
152
152
  </Card>
153
153
  )}
154
154
  ListHeaderComponent={listHeaderComponent}
package/i18n/spanish.js CHANGED
@@ -40,7 +40,7 @@ export const strings = {
40
40
  yes: 'Si',
41
41
  no: 'No',
42
42
  notices: 'Noticias',
43
- benefits: 'Beneficios en Comercios Adheridos',
43
+ benefits: 'Beneficios',
44
44
  dashboard: 'Tablero de Control',
45
45
  period: 'Período',
46
46
  amount: 'Importe',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.514",
3
+ "version": "1.0.517",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {