react-crud-mobile 1.3.175 → 1.3.177
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 +1 -1
- package/src/elements/UIElement.tsx +2 -2
@@ -2150,7 +2150,7 @@ function UIElement(props) {
|
|
2150
2150
|
if (scope.isInput() || original.container) {
|
2151
2151
|
return /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
|
2152
2152
|
style: getStyle('container', {
|
2153
|
-
|
2153
|
+
paddingVertical: 5,
|
2154
2154
|
width: '100%'
|
2155
2155
|
}),
|
2156
2156
|
children: props.children
|
@@ -2271,7 +2271,7 @@ var boxStyle = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
2271
2271
|
}
|
2272
2272
|
});
|
2273
2273
|
var box = /*#__PURE__*/_extends({}, boxStyle.box);
|
2274
|
-
//
|
2274
|
+
//v4
|
2275
2275
|
var elementStyle = {};
|
2276
2276
|
elementStyle.view = {
|
2277
2277
|
inner: {
|