@leanix/components 0.4.671 → 0.4.673

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.
@@ -1,6 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  /**
3
3
  * Tiny spinner component is used to show a small spinner.
4
+ *
5
+ * @deprecated Use the `ui5-busy-indicator` component instead.
4
6
  */
5
7
  export declare class TinySpinnerComponent {
6
8
  static ɵfac: i0.ɵɵFactoryDeclaration<TinySpinnerComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.671",
3
+ "version": "0.4.673",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {
package/ui5/index.d.ts CHANGED
@@ -2,6 +2,7 @@
2
2
  * All UI5-related components / directives supported by the SAP LeanIX Design System.
3
3
  */
4
4
  export * from './ui5.provider';
5
+ export { BusyIndicatorComponent } from '@ui5/webcomponents-ngx/main/busy-indicator';
5
6
  export { IconComponent } from '@ui5/webcomponents-ngx/main/icon';
6
7
  export { BreadcrumbsItemClickEventDetail } from '@ui5/webcomponents/dist/Breadcrumbs';
7
8
  export { BreadcrumbsItemComponent } from './components/breadcrumbs-item.component';