react-crud-mobile 1.3.198 → 1.3.200
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 +3 -2
@@ -1007,6 +1007,7 @@ function UIList(props) {
|
|
1007
1007
|
}) == null ? void 0 : _repeat$list[original.type];
|
1008
1008
|
var add = reactCrudUtils.ComponentUtils.getDefine(props, 'add');
|
1009
1009
|
var hideAddWhenEmpty = original.hideAddWhenEmpty;
|
1010
|
+
//v1
|
1010
1011
|
var getStyle = function getStyle(key, extra) {
|
1011
1012
|
return scope.getStyle(key, _extends({}, extra, styles[key]));
|
1012
1013
|
};
|
@@ -1068,8 +1069,8 @@ function UIList(props) {
|
|
1068
1069
|
return /*#__PURE__*/jsxRuntime.jsx(reactNative.Text, {
|
1069
1070
|
style: scope.getStyle('empty', {
|
1070
1071
|
flex: 1,
|
1071
|
-
fontWeight:
|
1072
|
-
fontSize:
|
1072
|
+
fontWeight: 400,
|
1073
|
+
fontSize: 18,
|
1073
1074
|
padding: 10,
|
1074
1075
|
textAlign: 'center',
|
1075
1076
|
width: '100%',
|