react-crud-mobile 1.3.365 → 1.3.366
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 -1
- 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 -1
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/elements/UIElement.tsx +1 -1
@@ -2515,7 +2515,8 @@ var styles$b = /*#__PURE__*/StyleSheet.create({
|
|
2515
2515
|
color: 'labelColor'
|
2516
2516
|
},
|
2517
2517
|
inner: {
|
2518
|
-
width: '100%'
|
2518
|
+
width: '100%',
|
2519
|
+
justifyContent: 'space-between'
|
2519
2520
|
}
|
2520
2521
|
});
|
2521
2522
|
var withChildStyles = /*#__PURE__*/StyleSheet.create({
|