@leanix/components 0.4.835 → 0.4.837

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.
@@ -59,28 +59,24 @@ export declare class ButtonComponent {
59
59
  disabled: boolean;
60
60
  get hasIcon(): boolean;
61
61
  /**
62
- * The icon name (font-awesome) to display inside the button.
62
+ * The SAP icon to display inside the button.
63
63
  * It is displayed before any additional content.
64
64
  *
65
- * An icon variant can be provided as well, e.g. `fas fa-trash`.
66
- *
67
65
  * @default undefined
68
66
  * @example
69
- * <button lx-button icon="fa-times">Close</button>
67
+ * <button lx-button icon="decline">Close</button>
70
68
  */
71
69
  readonly icon: import("@angular/core").InputSignal<string | undefined>;
72
70
  protected readonly iconName: import("@angular/core").Signal<string | null>;
73
71
  protected readonly iconVariant: import("@angular/core").Signal<string>;
74
72
  protected readonly iconKind: import("@angular/core").Signal<"fa" | "sap">;
75
73
  /**
76
- * The icon name (font-awesome) to display inside the button.
74
+ * The SAP icon to display inside the button.
77
75
  * It is displayed after any additional content.
78
76
  *
79
- * An icon variant can be provided as well, e.g. `fas fa-trash`.
80
- *
81
77
  * @default undefined
82
78
  * @example
83
- * <button lx-button endIcon="fa-times">Close</button>
79
+ * <button lx-button endIcon="decline">Close</button>
84
80
  */
85
81
  readonly endIcon: import("@angular/core").InputSignal<string | undefined>;
86
82
  protected readonly endIconName: import("@angular/core").Signal<string | null>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.835",
3
+ "version": "0.4.837",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {