react-crud-mobile 1.3.362 → 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 -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 +2 -2
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/elements/UIElement.tsx +2 -2
@@ -2472,9 +2472,9 @@ elementStyle.input = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
2472
2472
|
flex: 1,
|
2473
2473
|
width: '100%',
|
2474
2474
|
padding: 0,
|
2475
|
-
|
2476
|
-
justifyContent: 'space-between',
|
2475
|
+
gap: 10,
|
2477
2476
|
alignSelf: 'flex-start',
|
2477
|
+
flexDirection: 'row',
|
2478
2478
|
flexWrap: 'wrap'
|
2479
2479
|
}
|
2480
2480
|
});
|