react-crud-mobile 1.3.170 → 1.3.172

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.170",
3
+ "version": "1.3.172",
4
4
  "license": "MIT",
5
5
  "description": "Uma biblioteca de componentes para React Native",
6
6
  "main": "dist/index.js",
@@ -46,7 +46,7 @@
46
46
  "@react-native-vector-icons/material-icons": "^0.0.1",
47
47
  "expo-status-bar": "~3.0.8",
48
48
  "react": "19.1.0",
49
- "react-crud-utils": "^0.1.392",
49
+ "react-crud-utils": "^0.1.393",
50
50
  "react-dom": "19.1.0",
51
51
  "react-native": "0.81.4",
52
52
  "react-native-draggable-flatlist": "^4.0.3",
@@ -756,12 +756,6 @@ elementStyle.input = StyleSheet.create({
756
756
  },
757
757
  });
758
758
 
759
- elementStyle.switch = {
760
- inner: {
761
- padding: 5,
762
- },
763
- };
764
-
765
759
  elementStyle.quantity = {
766
760
  inner: {
767
761
  ...box,
@@ -770,7 +764,6 @@ elementStyle.quantity = {
770
764
  fontSize: 16,
771
765
  borderRadius: 25,
772
766
  borderWidth: 0,
773
- padding: 5,
774
767
  paddingHorizontal: 5,
775
768
  paddingVertical: 5,
776
769
  flexWrap: 'nowrap',