@ecodev/natural 66.0.17 → 66.0.19

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
@@ -3982,7 +3982,7 @@ declare class NaturalSidenavService {
3982
3982
  get isOpened(): boolean;
3983
3983
  get isMinimized(): boolean;
3984
3984
  destroy(component: NaturalSidenavContainerComponent): void;
3985
- init(name: string, component: NaturalSidenavContainerComponent, autoClose?: boolean): void;
3985
+ init(component: NaturalSidenavContainerComponent): void;
3986
3986
  isMobileView(): boolean;
3987
3987
  /**
3988
3988
  * Close nav on mobile view after a click
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecodev/natural",
3
- "version": "66.0.17",
3
+ "version": "66.0.19",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",