@festo-ui/angular 7.2.0-dev.413 → 7.2.0-dev.415

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.
@@ -6,7 +6,7 @@ import * as i0 from "@angular/core";
6
6
  * When a sidebar is opened, this ID is the next currentsInstanceID.
7
7
  * Every instance with an other ID will be closed then.
8
8
  *
9
- * usage: <fng-sidebar-overlay [(open)]="sidebarOpen"> ... </fng-details-sidebar>
9
+ * usage: <fng-sidebar-overlay [(open)]="sidebarOpen" fngNavbarMargin> ... </fng-details-sidebar>
10
10
  */
11
11
  export declare class FngSidebarOverlayComponent {
12
12
  static currentsInstanceID$: BehaviorSubject<number>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@festo-ui/angular",
3
- "version": "7.2.0-dev.413",
3
+ "version": "7.2.0-dev.415",
4
4
  "author": "Festo UI (styleguide@festo.com)",
5
5
  "license": "apache-2.0",
6
6
  "description": "CSS framework and utils to build FESTO web applications",