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
package/package.json
CHANGED
|
@@ -104,7 +104,6 @@ const stylesList = StyleSheet.create({
|
|
|
104
104
|
backgroundColor: '#f5f5f5',
|
|
105
105
|
gap: 10,
|
|
106
106
|
borderRadius: 8,
|
|
107
|
-
flex: 1,
|
|
108
107
|
justifyContent: 'center',
|
|
109
108
|
},
|
|
110
109
|
});
|
|
@@ -113,7 +112,6 @@ const stylesRepeat = StyleSheet.create({
|
|
|
113
112
|
row: {
|
|
114
113
|
padding: 0,
|
|
115
114
|
width: '100%',
|
|
116
|
-
flex: 1,
|
|
117
115
|
justifyContent: 'center',
|
|
118
116
|
},
|
|
119
117
|
});
|