react-crud-mobile 1.0.813 → 1.0.815
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 +3 -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 +3 -2
- 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/UIModal.tsx +1 -1
|
@@ -375,7 +375,7 @@ var BUTTONS_SIZE = {
|
|
|
375
375
|
};
|
|
376
376
|
var ICONS_SIZE = {
|
|
377
377
|
small: {
|
|
378
|
-
fontSize:
|
|
378
|
+
fontSize: 16
|
|
379
379
|
}
|
|
380
380
|
};
|
|
381
381
|
function UIButton(props) {
|
|
@@ -1303,7 +1303,8 @@ function UIModal(props) {
|
|
|
1303
1303
|
})]
|
|
1304
1304
|
}), /*#__PURE__*/jsxRuntime.jsx(reactNative.ScrollView, {
|
|
1305
1305
|
contentContainerStyle: {
|
|
1306
|
-
flexGrow: 1
|
|
1306
|
+
flexGrow: 1,
|
|
1307
|
+
maxHeight: '70%'
|
|
1307
1308
|
},
|
|
1308
1309
|
style: style('modalContent'),
|
|
1309
1310
|
children: /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
|