react-crud-mobile 1.3.363 → 1.3.365
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 +3 -7
- 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 +3 -7
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/elements/UIElement.tsx +2 -8
@@ -2443,15 +2443,13 @@ var boxStyle = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
2443
2443
|
}
|
2444
2444
|
});
|
2445
2445
|
var box = /*#__PURE__*/_extends({}, boxStyle.box);
|
2446
|
-
//
|
2446
|
+
//v5
|
2447
2447
|
var elementStyle = {};
|
2448
2448
|
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({
|