mg-library 1.0.706 → 1.0.708

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
@@ -573,6 +573,7 @@ export function MGGoBack(props) {
573
573
  action="primary"
574
574
  iconSize={28}
575
575
  iconColor={props.colors.primary500}
576
+ style={{ alignSelf: 'center' }}
576
577
  onPress={() => props.process.goBack()}
577
578
  />
578
579
  </View>
package/components.js CHANGED
@@ -220,7 +220,6 @@ export function MGButton({
220
220
  bg={bgColor}
221
221
  borderColor={borderColor}
222
222
  size={size}
223
- py={resolvedPy}
224
223
  minHeight={minHeight}
225
224
  isLoading={!!isLoading}
226
225
  style={[!effectiveDisabled && { opacity: 1 }, style]}
package/functions.js CHANGED
@@ -25,7 +25,7 @@ export function navigatorHeader(insets, colors, onPressLogout, company) {
25
25
  <View style={{ flexGrow: 0.1, flexDirection: 'column' }}>
26
26
  <MGButton
27
27
  icon="logout"
28
- variant="link"
28
+ variant="ghost"
29
29
  size='xl'
30
30
  iconColor='$white'
31
31
  onPress={onPressLogout}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.706",
3
+ "version": "1.0.708",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "react-native": "index.js",