react-crud-mobile 1.0.656 → 1.0.657
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 +4 -2
- 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 +4 -2
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIList.tsx +2 -0
|
@@ -906,7 +906,8 @@ var stylesList$1 = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
|
906
906
|
width: '100%',
|
|
907
907
|
backgroundColor: '#f5f5f5',
|
|
908
908
|
gap: 10,
|
|
909
|
-
borderRadius: 8
|
|
909
|
+
borderRadius: 8,
|
|
910
|
+
minHeight: 40
|
|
910
911
|
},
|
|
911
912
|
rowInner: {
|
|
912
913
|
flexGrow: 1,
|
|
@@ -932,7 +933,8 @@ var stylesRepeat$1 = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
|
932
933
|
},
|
|
933
934
|
row: {
|
|
934
935
|
padding: 0,
|
|
935
|
-
width: '100%'
|
|
936
|
+
width: '100%',
|
|
937
|
+
minHeight: 40
|
|
936
938
|
},
|
|
937
939
|
rowInner: {
|
|
938
940
|
flexGrow: 1,
|