react-crud-mobile 1.3.356 → 1.3.358
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 +1 -1
- package/src/elements/core/UIButton.tsx +1 -1
- package/src/elements/core/UIInput.tsx +1 -0
@@ -399,7 +399,7 @@ function UIButton(props) {
|
|
399
399
|
var color = element.color;
|
400
400
|
var label = scope.getLabel();
|
401
401
|
var icon = scope.getPart('icon');
|
402
|
-
//ajuste align
|
402
|
+
//ajuste align v6
|
403
403
|
if (!color) color = 'primaryLight';
|
404
404
|
var styles = {
|
405
405
|
buttonLabel: {
|
@@ -912,6 +912,7 @@ var styles$6 = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
912
912
|
textarea: {
|
913
913
|
marginHorizontal: 0,
|
914
914
|
marginVertical: 0,
|
915
|
+
paddingVertical: 10,
|
915
916
|
width: '100%',
|
916
917
|
height: 'auto',
|
917
918
|
alignSelf: 'stretch',
|