react-crud-mobile 1.3.150 → 1.3.152
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 -4
- 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 -4
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIModal.tsx +2 -6
|
@@ -1355,7 +1355,7 @@ function UIModal(_ref) {
|
|
|
1355
1355
|
var _useState2 = React.useState(0),
|
|
1356
1356
|
index = _useState2[0],
|
|
1357
1357
|
setIndex = _useState2[1];
|
|
1358
|
-
//
|
|
1358
|
+
//v1
|
|
1359
1359
|
var label = scope.getLabel();
|
|
1360
1360
|
var theme = scope.getTheme();
|
|
1361
1361
|
var headerStyle = reactCrudUtils.Utils.nvl((_theme$styles = theme.styles) == null || (_theme$styles = _theme$styles.defaults) == null ? void 0 : _theme$styles.header, {});
|
|
@@ -1454,9 +1454,7 @@ function UIModal(_ref) {
|
|
|
1454
1454
|
var ModalInner = function ModalInner() {
|
|
1455
1455
|
if (original["transient"]) {
|
|
1456
1456
|
return /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
|
|
1457
|
-
style:
|
|
1458
|
-
flex: 1
|
|
1459
|
-
},
|
|
1457
|
+
style: style('modalSafe'),
|
|
1460
1458
|
children: /*#__PURE__*/jsxRuntime.jsx(Content, {})
|
|
1461
1459
|
});
|
|
1462
1460
|
}
|