@leanix/components 0.4.679 → 0.4.681

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.
@@ -5,6 +5,8 @@ import * as i0 from "@angular/core";
5
5
  * - `fullSpaceFixed`: Sets position to fixed with full height and width => fills window
6
6
  * (or ancestor with new rendering context, created, for example, with `transform: translate(0, 0)`
7
7
  * - `fadeBackground`: Sets background to 60% transparent white. TODO: Always use for fullSpace* classes and remove.
8
+ *
9
+ * @deprecated Use the `ui5-busy-indicator` component instead.
8
10
  */
9
11
  export declare class SpinnerComponent {
10
12
  fadeBackground: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.679",
3
+ "version": "0.4.681",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {