react-crud-mobile 1.0.823 → 1.0.825
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 -10
- 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 -10
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/UIElement.tsx +1 -9
|
@@ -1782,7 +1782,7 @@ var xBox = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
|
1782
1782
|
paddingVertical: 10,
|
|
1783
1783
|
paddingHorizontal: 15,
|
|
1784
1784
|
borderRadius: 10,
|
|
1785
|
-
|
|
1785
|
+
alignSelf: 'stretch'
|
|
1786
1786
|
}
|
|
1787
1787
|
});
|
|
1788
1788
|
var box = /*#__PURE__*/_extends({}, xBox.box);
|
|
@@ -1808,15 +1808,7 @@ elementStyle.view = {
|
|
|
1808
1808
|
}
|
|
1809
1809
|
};
|
|
1810
1810
|
elementStyle.card = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
1811
|
-
root: /*#__PURE__*/_extends({}, box)
|
|
1812
|
-
inner: {
|
|
1813
|
-
flexDirection: 'row',
|
|
1814
|
-
flexWrap: 'wrap',
|
|
1815
|
-
paddingBottom: 10,
|
|
1816
|
-
paddingTop: 5,
|
|
1817
|
-
width: '100%',
|
|
1818
|
-
flex: 1
|
|
1819
|
-
}
|
|
1811
|
+
root: /*#__PURE__*/_extends({}, box)
|
|
1820
1812
|
});
|
|
1821
1813
|
elementStyle.input = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
1822
1814
|
label: {
|