@leanix/components 0.4.756 → 0.4.758

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.
@@ -7,8 +7,6 @@ export declare class EmptyStateComponent {
7
7
  title: import("@angular/core").InputSignal<string>;
8
8
  /**
9
9
  * The SAP icon to show in the empty state.
10
- *
11
- * **Important:** Font Awesome icons are not supported anymore.
12
10
  */
13
11
  icon: import("@angular/core").InputSignal<string | undefined>;
14
12
  /**
@@ -44,7 +42,6 @@ export declare class EmptyStateComponent {
44
42
  */
45
43
  size: import("@angular/core").InputSignal<"small" | "medium">;
46
44
  protected useRouterLink: Signal<boolean>;
47
- protected readonly iconName: Signal<string | null>;
48
45
  protected get _size(): "small" | "medium";
49
46
  /**
50
47
  * Emitted when the main call-to-action button is clicked
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.756",
3
+ "version": "0.4.758",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {