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
|
@@ -1346,7 +1346,7 @@ function UIModal(_ref) {
|
|
|
1346
1346
|
var _useState2 = useState(0),
|
|
1347
1347
|
index = _useState2[0],
|
|
1348
1348
|
setIndex = _useState2[1];
|
|
1349
|
-
//
|
|
1349
|
+
//v1
|
|
1350
1350
|
var label = scope.getLabel();
|
|
1351
1351
|
var theme = scope.getTheme();
|
|
1352
1352
|
var headerStyle = Utils.nvl((_theme$styles = theme.styles) == null || (_theme$styles = _theme$styles.defaults) == null ? void 0 : _theme$styles.header, {});
|
|
@@ -1445,9 +1445,7 @@ function UIModal(_ref) {
|
|
|
1445
1445
|
var ModalInner = function ModalInner() {
|
|
1446
1446
|
if (original["transient"]) {
|
|
1447
1447
|
return /*#__PURE__*/jsx(View, {
|
|
1448
|
-
style:
|
|
1449
|
-
flex: 1
|
|
1450
|
-
},
|
|
1448
|
+
style: style('modalSafe'),
|
|
1451
1449
|
children: /*#__PURE__*/jsx(Content, {})
|
|
1452
1450
|
});
|
|
1453
1451
|
}
|