react-crud-mobile 1.3.197 → 1.3.198
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 +3 -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 +3 -2
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIList.tsx +5 -4
@@ -1069,9 +1069,10 @@ function UIList(props) {
|
|
1069
1069
|
style: scope.getStyle('empty', {
|
1070
1070
|
flex: 1,
|
1071
1071
|
fontWeight: 500,
|
1072
|
-
fontSize:
|
1072
|
+
fontSize: 15,
|
1073
1073
|
padding: 10,
|
1074
1074
|
textAlign: 'center',
|
1075
|
+
width: '100%',
|
1075
1076
|
justifyContent: 'center',
|
1076
1077
|
alignItems: 'center'
|
1077
1078
|
}),
|
@@ -1094,7 +1095,7 @@ function UIList(props) {
|
|
1094
1095
|
}), isShowAdd() && /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {
|
1095
1096
|
children: add
|
1096
1097
|
})]
|
1097
|
-
}
|
1098
|
+
});
|
1098
1099
|
};
|
1099
1100
|
return /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
1100
1101
|
children: [original.search !== false && /*#__PURE__*/jsxRuntime.jsx(UI.Text, {
|