@festo-ui/angular 9.0.1-dev.778 → 9.0.1-dev.780

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
@@ -95,9 +95,10 @@ declare class FngBreadcrumbComponent {
95
95
  label: string;
96
96
  url: string;
97
97
  }[];
98
+ ariaLabel: string;
98
99
  navigate: EventEmitter<string>;
99
100
  static ɵfac: i0.ɵɵFactoryDeclaration<FngBreadcrumbComponent, never>;
100
- static ɵcmp: i0.ɵɵComponentDeclaration<FngBreadcrumbComponent, "fng-breadcrumb", never, { "useRouterLink": { "alias": "useRouterLink"; "required": false; }; "locations": { "alias": "locations"; "required": false; }; }, { "navigate": "navigate"; }, never, never, true, never>;
101
+ static ɵcmp: i0.ɵɵComponentDeclaration<FngBreadcrumbComponent, "fng-breadcrumb", never, { "useRouterLink": { "alias": "useRouterLink"; "required": false; }; "locations": { "alias": "locations"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, { "navigate": "navigate"; }, never, never, true, never>;
101
102
  }
102
103
 
103
104
  declare class FngButtonComponent {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@festo-ui/angular",
3
- "version": "9.0.1-dev.778",
3
+ "version": "9.0.1-dev.780",
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",