@leanix/components 0.2.104 → 0.2.108

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,10 +7,9 @@ export declare class ButtonComponent {
7
7
  selected: boolean;
8
8
  square: boolean;
9
9
  circle: boolean;
10
+ disabled: boolean;
10
11
  showSpinner: boolean;
11
- noOutline: boolean;
12
- disableOutline(): void;
13
- enableOutline(): void;
12
+ get isDisabled(): boolean;
14
13
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[lx-button]", never, { "size": "size"; "color": "color"; "mode": "mode"; "pressed": "pressed"; "selected": "selected"; "square": "square"; "circle": "circle"; "showSpinner": "showSpinner"; }, {}, never, ["*"]>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[lx-button]", never, { "size": "size"; "color": "color"; "mode": "mode"; "pressed": "pressed"; "selected": "selected"; "square": "square"; "circle": "circle"; "disabled": "disabled"; "showSpinner": "showSpinner"; }, {}, never, ["*"]>;
16
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.2.104",
3
+ "version": "0.2.108",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {