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/dist/react-crud-mobile.cjs.development.js +1 -30
- package/dist/react-crud-mobile.cjs.development.js.map +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js.map +1 -1
- package/dist/react-crud-mobile.esm.js +1 -30
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIList.tsx +0 -29
- package/src/elements/core/UIListRow.tsx +1 -1
package/package.json
CHANGED
|
@@ -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',
|