@jetbrains/ring-ui-built 6.0.81 → 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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetbrains/ring-ui-built",
3
- "version": "6.0.81",
3
+ "version": "6.0.82",
4
4
  "description": "JetBrains UI library",
5
5
  "author": "JetBrains",
6
6
  "license": "Apache-2.0",