react-crud-mobile 1.0.800 → 1.0.802

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,5 +1,5 @@
1
1
  {
2
- "version": "1.0.800",
2
+ "version": "1.0.802",
3
3
  "license": "MIT",
4
4
  "description": "Uma biblioteca de componentes para React Native",
5
5
  "main": "dist/index.js",
@@ -44,7 +44,7 @@
44
44
  "@react-native-vector-icons/ionicons": "^7.4.0",
45
45
  "@react-native-vector-icons/material-icons": "^0.0.1",
46
46
  "react": "19.0.0",
47
- "react-crud-utils": "^0.1.303",
47
+ "react-crud-utils": "^0.1.304",
48
48
  "react-dom": "19.0.0",
49
49
  "react-native": "0.79.2",
50
50
  "react-native-gesture-handler": "~2.24.0",
@@ -145,7 +145,6 @@ const stylesList = StyleSheet.create({
145
145
  container: {
146
146
  display: 'flex',
147
147
  flexWrap: 'wrap',
148
- boxSizing: 'border-box',
149
148
  gap: 10,
150
149
  width: '100%',
151
150
  },
@@ -159,7 +158,6 @@ const stylesRepeat = StyleSheet.create({
159
158
  container: {
160
159
  display: 'flex',
161
160
  flexWrap: 'wrap',
162
- boxSizing: 'border-box',
163
161
  gap: 10,
164
162
  width: '100%',
165
163
  },