tenjin-ui-kit 0.2.174 → 0.2.176
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.
|
@@ -111,6 +111,13 @@ var SimpleSelect = function SimpleSelect(_ref) {
|
|
|
111
111
|
fullWidth: true,
|
|
112
112
|
onClose: function onClose() {
|
|
113
113
|
return setSearchText("");
|
|
114
|
+
},
|
|
115
|
+
MenuProps: {
|
|
116
|
+
PaperProps: {
|
|
117
|
+
style: {
|
|
118
|
+
maxHeight: "12.5rem"
|
|
119
|
+
}
|
|
120
|
+
}
|
|
114
121
|
}
|
|
115
122
|
}), isSearch && /*#__PURE__*/_react.default.createElement(_material.TextField, {
|
|
116
123
|
size: "small",
|
|
@@ -20,8 +20,9 @@ var SimpleTable = function SimpleTable(_ref) {
|
|
|
20
20
|
key: index
|
|
21
21
|
}, /*#__PURE__*/_react.default.createElement(_text.default, {
|
|
22
22
|
semibold: true,
|
|
23
|
-
color: theme.palette.grey[500]
|
|
24
|
-
textTransform
|
|
23
|
+
color: theme.palette.grey[500]
|
|
24
|
+
// textTransform="uppercase"
|
|
25
|
+
,
|
|
25
26
|
fontSize: theme.typography.fontSize - 1
|
|
26
27
|
}, c.displayName));
|
|
27
28
|
}))), /*#__PURE__*/_react.default.createElement(_material.TableBody, null, rows.map(function (r, index) {
|