tenjin-ui-kit 0.2.175 → 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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tenjin-ui-kit",
3
- "version": "0.2.175",
3
+ "version": "0.2.176",
4
4
  "repository": {
5
5
  "url": "https://gitlab.com/yethi/react/tenjin-ui-kit.git"
6
6
  },