@leanix/components 0.4.729 → 0.4.731

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.
@@ -2,6 +2,11 @@ import { EventEmitter, Signal } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class EmptyStateComponent {
4
4
  title: import("@angular/core").InputSignal<string>;
5
+ /**
6
+ * The SAP icon to show in the empty state.
7
+ *
8
+ * **Important:** Font Awesome icons are not supported anymore.
9
+ */
5
10
  icon: import("@angular/core").InputSignal<string | undefined>;
6
11
  buttonLabel: import("@angular/core").InputSignal<string | undefined>;
7
12
  secondaryButtonLabel: import("@angular/core").InputSignal<string | undefined>;
@@ -11,6 +16,7 @@ export declare class EmptyStateComponent {
11
16
  openMoreLinkInNewTab: import("@angular/core").InputSignal<boolean>;
12
17
  size: import("@angular/core").InputSignal<"small" | "medium">;
13
18
  useRouterLink: Signal<boolean>;
19
+ protected readonly iconName: Signal<string | null>;
14
20
  get _size(): "small" | "medium";
15
21
  buttonClicked: EventEmitter<MouseEvent>;
16
22
  secondaryButtonClicked: EventEmitter<MouseEvent>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.729",
3
+ "version": "0.4.731",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {