react-crud-mobile 1.0.800 → 1.0.802
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 -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 +0 -2
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/elements/core/UIList.tsx +0 -2
|
@@ -964,7 +964,6 @@ var stylesList$1 = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
|
964
964
|
container: {
|
|
965
965
|
display: 'flex',
|
|
966
966
|
flexWrap: 'wrap',
|
|
967
|
-
boxSizing: 'border-box',
|
|
968
967
|
gap: 10,
|
|
969
968
|
width: '100%'
|
|
970
969
|
},
|
|
@@ -977,7 +976,6 @@ var stylesRepeat$1 = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
|
977
976
|
container: {
|
|
978
977
|
display: 'flex',
|
|
979
978
|
flexWrap: 'wrap',
|
|
980
|
-
boxSizing: 'border-box',
|
|
981
979
|
gap: 10,
|
|
982
980
|
width: '100%'
|
|
983
981
|
},
|