@ecodev/natural 55.5.0 → 55.6.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.
@@ -1,5 +1,5 @@
1
1
  import { OnDestroy, OnInit } from '@angular/core';
2
- import { MatDrawer } from '@angular/material/sidenav';
2
+ import { MatDrawer, MatSidenav } from '@angular/material/sidenav';
3
3
  import { NaturalSidenavService } from '../sidenav.service';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class NaturalSidenavContainerComponent implements OnInit, OnDestroy {
@@ -33,7 +33,7 @@ export declare class NaturalSidenavContainerComponent implements OnInit, OnDestr
33
33
  /**
34
34
  * Inner "native" material sidenav
35
35
  */
36
- private menuSidenav;
36
+ menuSidenav: MatSidenav;
37
37
  constructor(sidenavService: NaturalSidenavService);
38
38
  get isMinimized(): boolean;
39
39
  get isMobileView(): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecodev/natural",
3
- "version": "55.5.0",
3
+ "version": "55.6.1",
4
4
  "license": "MIT",
5
5
  "repository": "github:Ecodev/natural",
6
6
  "sideEffects": false,