react-crud-mobile 1.0.796 → 1.0.797
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 -3
- 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 -3
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIList.tsx +0 -2
package/package.json
CHANGED
|
@@ -147,7 +147,6 @@ const stylesList = StyleSheet.create({
|
|
|
147
147
|
width: '100%',
|
|
148
148
|
flexDirection: 'row',
|
|
149
149
|
flexWrap: 'wrap',
|
|
150
|
-
alignItems: 'stretch',
|
|
151
150
|
gap: 10,
|
|
152
151
|
},
|
|
153
152
|
text: {
|
|
@@ -163,7 +162,6 @@ const stylesRepeat = StyleSheet.create({
|
|
|
163
162
|
flexDirection: 'row',
|
|
164
163
|
flexWrap: 'wrap',
|
|
165
164
|
gap: 10,
|
|
166
|
-
alignItems: 'stretch',
|
|
167
165
|
},
|
|
168
166
|
text: {
|
|
169
167
|
fontSize: 18,
|