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