react-crud-mobile 1.3.363 → 1.3.364
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 +2 -6
- 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 +2 -6
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/elements/UIElement.tsx +1 -7
@@ -2449,9 +2449,7 @@ elementStyle.view = {
|
|
2449
2449
|
inner: {
|
2450
2450
|
width: '100%',
|
2451
2451
|
alignItems: 'normal',
|
2452
|
-
flex: 1
|
2453
|
-
flexDirection: 'row',
|
2454
|
-
justifyContent: 'space-between'
|
2452
|
+
flex: 1
|
2455
2453
|
},
|
2456
2454
|
container: {
|
2457
2455
|
width: '100%',
|
@@ -2526,9 +2524,7 @@ var styles$b = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
2526
2524
|
color: 'labelColor'
|
2527
2525
|
},
|
2528
2526
|
inner: {
|
2529
|
-
width: '100%'
|
2530
|
-
flexDirection: 'row',
|
2531
|
-
justifyContent: 'space-between'
|
2527
|
+
width: '100%'
|
2532
2528
|
}
|
2533
2529
|
});
|
2534
2530
|
var withChildStyles = /*#__PURE__*/reactNative.StyleSheet.create({
|