react-crud-mobile 1.0.822 → 1.0.824
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 -12
- 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 -12
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/UIElement.tsx +1 -11
|
@@ -1559,7 +1559,7 @@ function UIElement(props) {
|
|
|
1559
1559
|
if (hasChild && part) {
|
|
1560
1560
|
def = _extends({}, def, withChildStyles[part]);
|
|
1561
1561
|
}
|
|
1562
|
-
return _extends({}, def, scope.getStyle(part, def
|
|
1562
|
+
return _extends({}, def, scope.getStyle(part, _extends({}, def, extra)));
|
|
1563
1563
|
};
|
|
1564
1564
|
var elStyle = getStyle('element');
|
|
1565
1565
|
var defaultsUI = {
|
|
@@ -1808,17 +1808,7 @@ elementStyle.view = {
|
|
|
1808
1808
|
}
|
|
1809
1809
|
};
|
|
1810
1810
|
elementStyle.card = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
1811
|
-
root: /*#__PURE__*/_extends({}, box)
|
|
1812
|
-
inner: {
|
|
1813
|
-
flex: 1,
|
|
1814
|
-
width: '100%',
|
|
1815
|
-
paddingBottom: 10,
|
|
1816
|
-
paddingTop: 5,
|
|
1817
|
-
alignSelf: 'flex-start',
|
|
1818
|
-
flexDirection: 'row',
|
|
1819
|
-
flexWrap: 'wrap',
|
|
1820
|
-
gap: 10
|
|
1821
|
-
}
|
|
1811
|
+
root: /*#__PURE__*/_extends({}, box)
|
|
1822
1812
|
});
|
|
1823
1813
|
elementStyle.input = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
1824
1814
|
label: {
|