tenjin-ui-kit 0.2.177 → 0.2.179

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.
@@ -120,6 +120,13 @@ var SimpleSelect = function SimpleSelect(_ref) {
120
120
  }
121
121
  }
122
122
  }), isSearch && /*#__PURE__*/_react.default.createElement(_material.TextField, {
123
+ id: "search-box",
124
+ sx: {
125
+ position: "sticky",
126
+ top: 0,
127
+ zIndex: 9999,
128
+ backgroundColor: "white !important"
129
+ },
123
130
  size: "small",
124
131
  autoFocus: false,
125
132
  placeholder: "Type to search...",
@@ -105,7 +105,7 @@ var SimpleTable = function SimpleTable(_ref) {
105
105
  return /*#__PURE__*/_react.default.createElement(_material.TableCell, {
106
106
  className: isHeight && classes.customCell,
107
107
  style: {
108
- padding: "".concat(height || "0rem", " 1rem")
108
+ padding: "".concat(height || "0.5rem", " 1rem")
109
109
  },
110
110
  key: index
111
111
  }, renderCellContent(r, c));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tenjin-ui-kit",
3
- "version": "0.2.177",
3
+ "version": "0.2.179",
4
4
  "repository": {
5
5
  "url": "https://gitlab.com/yethi/react/tenjin-ui-kit.git"
6
6
  },