react-crud-mobile 1.3.149 → 1.3.151
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 +4 -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 +4 -1
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIModal.tsx +5 -1
|
@@ -1453,7 +1453,10 @@ function UIModal(_ref) {
|
|
|
1453
1453
|
};
|
|
1454
1454
|
var ModalInner = function ModalInner() {
|
|
1455
1455
|
if (original["transient"]) {
|
|
1456
|
-
return /*#__PURE__*/jsxRuntime.jsx(
|
|
1456
|
+
return /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
|
|
1457
|
+
style: style('modalSafe'),
|
|
1458
|
+
children: /*#__PURE__*/jsxRuntime.jsx(Content, {})
|
|
1459
|
+
});
|
|
1457
1460
|
}
|
|
1458
1461
|
return /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
1459
1462
|
children: [/*#__PURE__*/jsxRuntime.jsx(reactNative.SafeAreaView, {
|