react-crud-mobile 1.0.667 → 1.0.668
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 +0 -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 +0 -2
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIListRow.tsx +0 -2
|
@@ -793,7 +793,6 @@ var stylesList = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
|
793
793
|
backgroundColor: '#f5f5f5',
|
|
794
794
|
gap: 10,
|
|
795
795
|
borderRadius: 8,
|
|
796
|
-
flex: 1,
|
|
797
796
|
justifyContent: 'center'
|
|
798
797
|
}
|
|
799
798
|
});
|
|
@@ -801,7 +800,6 @@ var stylesRepeat = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
|
801
800
|
row: {
|
|
802
801
|
padding: 0,
|
|
803
802
|
width: '100%',
|
|
804
|
-
flex: 1,
|
|
805
803
|
justifyContent: 'center'
|
|
806
804
|
}
|
|
807
805
|
});
|