intelicoreact 1.1.87 → 1.1.89

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.
@@ -260,7 +260,9 @@ var DropdownLiveSearch = function DropdownLiveSearch(_ref) {
260
260
  };
261
261
  }, [isOpen, dropdownListRef]);
262
262
  return /*#__PURE__*/_react.default.createElement("div", {
263
- className: (0, _classnames.default)(RC, className, disabled),
263
+ className: (0, _classnames.default)(RC, className, {
264
+ disabled: disabled
265
+ }),
264
266
  ref: dropdownLiveSearchRef
265
267
  }, /*#__PURE__*/_react.default.createElement("button", {
266
268
  "data-testid": "dropdown-live-search--".concat(testId || '', "--container"),
@@ -47,6 +47,14 @@
47
47
 
48
48
  &__header-item-sortable {
49
49
  cursor: pointer;
50
+
51
+ &:hover {
52
+ color: #3b414b;
53
+ }
54
+
55
+ svg {
56
+ min-width: 16px;
57
+ }
50
58
  }
51
59
 
52
60
  &__body {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.1.87",
3
+ "version": "1.1.89",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [