@jetbrains/ring-ui-built 6.0.79 → 6.0.81

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.
@@ -32,11 +32,6 @@ var SelectFilter = /*#__PURE__*/function (_Component) {
32
32
  }
33
33
  _inherits(SelectFilter, _Component);
34
34
  return _createClass(SelectFilter, [{
35
- key: "componentWillUnmount",
36
- value: function componentWillUnmount() {
37
- this.blur();
38
- }
39
- }, {
40
35
  key: "focus",
41
36
  value: function focus() {
42
37
  var input = this.input;
@@ -9,7 +9,6 @@ export default class SelectFilter extends Component<SelectFilterProps> {
9
9
  static defaultProps: {
10
10
  inputRef: typeof noop;
11
11
  };
12
- componentWillUnmount(): void;
13
12
  focus(): void;
14
13
  blur(): void;
15
14
  input?: HTMLInputElement | HTMLTextAreaElement | null;
@@ -150,6 +150,7 @@ var Tooltip = /*#__PURE__*/function (_Component) {
150
150
  if (!prevProps.title && this.props.title) {
151
151
  this.addListeners();
152
152
  } else if (prevProps.title && !this.props.title) {
153
+ this.hidePopup();
153
154
  this.listeners.removeAll();
154
155
  }
155
156
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetbrains/ring-ui-built",
3
- "version": "6.0.79",
3
+ "version": "6.0.81",
4
4
  "description": "JetBrains UI library",
5
5
  "author": "JetBrains",
6
6
  "license": "Apache-2.0",