@luigi-project/core-modular 0.0.11-dev.202607100055 → 0.0.11-dev.202607110048

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/package.json CHANGED
@@ -18,5 +18,5 @@
18
18
  "micro-frontends",
19
19
  "microfrontends"
20
20
  ],
21
- "version": "0.0.11-dev.202607100055"
21
+ "version": "0.0.11-dev.202607110048"
22
22
  }
@@ -203,6 +203,10 @@ export interface LuigiConnector {
203
203
  * no-refcount caveat applies.
204
204
  */
205
205
  removeBackdrop(): void;
206
+ /**
207
+ * Set the collapsed state of the left side navigation.
208
+ */
209
+ collapseLeftSideNav(state: boolean): void;
206
210
  /**
207
211
  * Open the user-settings dialog.
208
212
  *