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
@@ -998,6 +998,7 @@ function UIList(props) {
|
|
998
998
|
}) == null ? void 0 : _repeat$list[original.type];
|
999
999
|
var add = ComponentUtils.getDefine(props, 'add');
|
1000
1000
|
var hideAddWhenEmpty = original.hideAddWhenEmpty;
|
1001
|
+
//v1
|
1001
1002
|
var getStyle = function getStyle(key, extra) {
|
1002
1003
|
return scope.getStyle(key, _extends({}, extra, styles[key]));
|
1003
1004
|
};
|
@@ -1059,8 +1060,8 @@ function UIList(props) {
|
|
1059
1060
|
return /*#__PURE__*/jsx(Text, {
|
1060
1061
|
style: scope.getStyle('empty', {
|
1061
1062
|
flex: 1,
|
1062
|
-
fontWeight:
|
1063
|
-
fontSize:
|
1063
|
+
fontWeight: 400,
|
1064
|
+
fontSize: 18,
|
1064
1065
|
padding: 10,
|
1065
1066
|
textAlign: 'center',
|
1066
1067
|
width: '100%',
|