mg-library 1.0.419 → 1.0.420

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 +2 -2
  2. package/package.json +1 -1
package/blocks.js CHANGED
@@ -48,12 +48,12 @@ export function MGWelcome(props) {
48
48
  return (
49
49
  <>
50
50
  <View style={{ flexDirection: 'row', marginVertical: 10, marginHorizontal: 10 }}>
51
- <View style={{ flexGrow: 0.05 }}>
51
+ <View style={{ flexGrow: 0.10 }}>
52
52
  {item.isImportant &&
53
53
  <MaterialCommunityIcons name='alert-circle-outline' color={props.theme['color-primary-500']} size={30} style={{ flex: 1 }} />
54
54
  }
55
55
  </View>
56
- <View>
56
+ <View style={{ flexGrow: 0.90 }}>
57
57
  <Text category='h6'>{item.description}</Text>
58
58
  <Text style={{ marginBottom: 10 }} category='c1'>{mgFunctionsLib.getDateForExposition(item.noticeDate, props.language)}, {item.noticeTime._asTime()}</Text>
59
59
  </View>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.419",
3
+ "version": "1.0.420",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {