react-crud-mobile 1.0.684 → 1.0.685
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 +0 -10
- 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 +0 -10
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/elements/core/UIModal.tsx +0 -10
|
@@ -1237,16 +1237,6 @@ var styles$8 = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
|
1237
1237
|
backgroundColor: 'primary',
|
|
1238
1238
|
width: '100%'
|
|
1239
1239
|
},
|
|
1240
|
-
modalHeader: {
|
|
1241
|
-
height: 58,
|
|
1242
|
-
flexWrap: 'nowrap',
|
|
1243
|
-
flexDirection: 'row',
|
|
1244
|
-
alignContent: 'center',
|
|
1245
|
-
justifyContent: 'flex-start',
|
|
1246
|
-
alignItems: 'center',
|
|
1247
|
-
padding: 15,
|
|
1248
|
-
backgroundColor: 'primary'
|
|
1249
|
-
},
|
|
1250
1240
|
modalCloseButton: {
|
|
1251
1241
|
padding: 10
|
|
1252
1242
|
},
|