@jetbrains/ring-ui-built 6.0.80 → 6.0.82

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.
@@ -8,7 +8,7 @@ export interface AlertItem extends Partial<Omit<AlertProps, 'children'>> {
8
8
  /**
9
9
  * @name Alert Service
10
10
  */
11
- declare class AlertService {
11
+ export declare class AlertService {
12
12
  defaultTimeout: number;
13
13
  showingAlerts: AlertItem[];
14
14
  containerElement: HTMLDivElement;
@@ -216,4 +216,4 @@ var AlertService = /*#__PURE__*/function () {
216
216
  }();
217
217
  var alertService = new AlertService();
218
218
 
219
- export { alertService as default };
219
+ export { AlertService, alertService as default };
@@ -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.80",
3
+ "version": "6.0.82",
4
4
  "description": "JetBrains UI library",
5
5
  "author": "JetBrains",
6
6
  "license": "Apache-2.0",