@leanix/components 0.3.6 → 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,7 +30,6 @@ export declare class ModalComponent implements OnChanges, OnInit, OnDestroy, Aft
30
30
  open: boolean;
31
31
  showCloseButton: boolean;
32
32
  showBackButton: boolean;
33
- isScrollable: boolean;
34
33
  verticalScroll: boolean;
35
34
  size: 'fullscreen' | 'dialog-large' | 'dialog';
36
35
  isFocusTrap: boolean;
@@ -57,5 +56,5 @@ export declare class ModalComponent implements OnChanges, OnInit, OnDestroy, Aft
57
56
  closeModal(): Promise<void>;
58
57
  private trapFocusInModal;
59
58
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, [null, null, { optional: true; }, null]>;
60
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "lx-modal", never, { "open": "open"; "showCloseButton": "showCloseButton"; "showBackButton": "showBackButton"; "isScrollable": "isScrollable"; "verticalScroll": "verticalScroll"; "size": "size"; "isFocusTrap": "isFocusTrap"; "canModalBeClosed": "canModalBeClosed"; }, { "close": "close"; "back": "back"; }, ["header", "footer", "explicitContent"], ["lx-modal-header", "lx-modal-footer", "*"]>;
59
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "lx-modal", never, { "open": "open"; "showCloseButton": "showCloseButton"; "showBackButton": "showBackButton"; "verticalScroll": "verticalScroll"; "size": "size"; "isFocusTrap": "isFocusTrap"; "canModalBeClosed": "canModalBeClosed"; }, { "close": "close"; "back": "back"; }, ["header", "footer", "explicitContent"], ["lx-modal-header", "lx-modal-footer", "*"]>;
61
60
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {