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
|
@@ -966,7 +966,6 @@ var stylesList$1 = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
|
966
966
|
width: '100%',
|
|
967
967
|
flexDirection: 'row',
|
|
968
968
|
flexWrap: 'wrap',
|
|
969
|
-
alignItems: 'stretch',
|
|
970
969
|
gap: 10
|
|
971
970
|
},
|
|
972
971
|
text: {
|
|
@@ -980,8 +979,7 @@ var stylesRepeat$1 = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
|
980
979
|
width: '100%',
|
|
981
980
|
flexDirection: 'row',
|
|
982
981
|
flexWrap: 'wrap',
|
|
983
|
-
gap: 10
|
|
984
|
-
alignItems: 'stretch'
|
|
982
|
+
gap: 10
|
|
985
983
|
},
|
|
986
984
|
text: {
|
|
987
985
|
fontSize: 18,
|