@festo-ui/angular 8.3.0 → 8.3.1

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.
package/index.d.ts CHANGED
@@ -888,6 +888,7 @@ declare class FngSnackbarContainerDirective implements OnDestroy {
888
888
  ngOnDestroy(): void;
889
889
  private push;
890
890
  private remove;
891
+ private prepareRemove;
891
892
  private updateStackIndices;
892
893
  static ɵfac: i0.ɵɵFactoryDeclaration<FngSnackbarContainerDirective, never>;
893
894
  static ɵdir: i0.ɵɵDirectiveDeclaration<FngSnackbarContainerDirective, "[fngSnackbarContainer]", never, { "fngSnackbarContainer": { "alias": "fngSnackbarContainer"; "required": false; }; }, {}, never, never, true, never>;
@@ -898,9 +899,8 @@ declare class FngSnackbarComponent implements AfterViewInit, OnDestroy {
898
899
  readonly close: i0.OutputEmitterRef<void>;
899
900
  readonly action: i0.OutputEmitterRef<void>;
900
901
  readonly isShown: i0.WritableSignal<boolean>;
901
- readonly stackIndex: i0.WritableSignal<number>;
902
+ readonly transformTranslateY: i0.WritableSignal<string>;
902
903
  private timeout;
903
- get transform(): string;
904
904
  ngAfterViewInit(): void;
905
905
  ngOnDestroy(): void;
906
906
  onAction(): void;
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@festo-ui/angular",
3
- "version": "8.3.0",
3
+ "version": "8.3.1",
4
4
  "author": "Festo UI (styleguide@festo.com)",
5
5
  "copyright": "Copyright (c) 2025 Festo SE & Co. KG. All rights reserved.",
6
6
  "license": "apache-2.0",
7
7
  "description": "CSS framework and utils to build FESTO web applications",
8
8
  "peerDependencies": {
9
- "@angular/common": "^20.3.4",
10
- "@angular/core": "^20.3.4",
11
- "@angular/animations": "^20.3.4",
12
- "@angular/router": "^20.3.4",
13
- "@angular/forms": "^20.3.4",
14
- "@angular/platform-browser": "^20.3.4",
15
- "@angular/platform-browser-dynamic": "^20.3.4",
9
+ "@angular/animations": "^20.3.13",
10
+ "@angular/common": "^20.3.13",
11
+ "@angular/core": "^20.3.13",
12
+ "@angular/router": "^20.3.13",
13
+ "@angular/forms": "^20.3.13",
14
+ "@angular/platform-browser": "^20.3.13",
15
+ "@angular/platform-browser-dynamic": "^20.3.13",
16
16
  "@angular/cdk": "^20.2.8",
17
17
  "rxjs": "~7.8.0",
18
18
  "@festo-ui/web-essentials": "*"