react-crud-mobile 1.3.175 → 1.3.177

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-crud-mobile",
3
- "version": "1.3.175",
3
+ "version": "1.3.177",
4
4
  "license": "MIT",
5
5
  "description": "Uma biblioteca de componentes para React Native",
6
6
  "main": "dist/index.js",
@@ -592,7 +592,7 @@ export default function UIElement(props: ElementType) {
592
592
  if (scope.isInput() || original.container) {
593
593
  return (
594
594
  <View
595
- style={getStyle('container', { paddingHorizontal: 5, width: '100%' })}
595
+ style={getStyle('container', { paddingVertical: 5, width: '100%' })}
596
596
  >
597
597
  {props.children}
598
598
  </View>
@@ -720,7 +720,7 @@ let boxStyle = StyleSheet.create({
720
720
  const box: any = {
721
721
  ...boxStyle.box,
722
722
  };
723
- //v3
723
+ //v4
724
724
  const elementStyle: any = {};
725
725
 
726
726
  elementStyle.view = {