react-crud-mobile 1.0.663 → 1.0.665

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.663",
2
+ "version": "1.0.665",
3
3
  "license": "MIT",
4
4
  "description": "Uma biblioteca de componentes para React Native",
5
5
  "main": "dist/index.js",
@@ -110,23 +110,6 @@ const stylesList = StyleSheet.create({
110
110
  flexWrap: 'wrap',
111
111
  alignItems: 'stretch',
112
112
  },
113
- row: {
114
- padding: 5,
115
- margin: 0,
116
- width: '100%',
117
- backgroundColor: '#f5f5f5',
118
- gap: 10,
119
- borderRadius: 8,
120
- minHeight: 40,
121
- },
122
- rowInner: {
123
- flexGrow: 1, // ✅ cresce conforme o conteúdo
124
- justifyContent: 'center',
125
- alignItems: 'center',
126
- borderRadius: 8,
127
- padding: 10,
128
- width: '100%',
129
- },
130
113
  text: {
131
114
  fontSize: 18,
132
115
  fontWeight: 'bold',
@@ -142,18 +125,6 @@ const stylesRepeat = StyleSheet.create({
142
125
  gap: 10,
143
126
  alignItems: 'stretch',
144
127
  },
145
- row: {
146
- padding: 0,
147
- width: '100%',
148
- minHeight: 40,
149
- },
150
- rowInner: {
151
- flexGrow: 1, // ✅ cresce conforme o conteúdo
152
- justifyContent: 'center',
153
- alignItems: 'center',
154
- padding: 0,
155
- width: '100%',
156
- },
157
128
  text: {
158
129
  fontSize: 18,
159
130
  fontWeight: 'bold',
@@ -99,7 +99,7 @@ export default function UIListRow(props: UIListRowType) {
99
99
  const stylesList = StyleSheet.create({
100
100
  row: {
101
101
  padding: 5,
102
- margin: 3,
102
+ margin: 0,
103
103
  width: '100%',
104
104
  backgroundColor: '#f5f5f5',
105
105
  gap: 10,