@resolveio/client-lib-core 21.2.8 → 21.2.10

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/client-lib-core",
3
- "version": "21.2.8",
3
+ "version": "21.2.10",
4
4
  "module": "fesm2022/resolveio-client-lib-core.min.mjs",
5
5
  "typings": "types/resolveio-client-lib-core.d.ts",
6
6
  "exports": {
@@ -766,6 +766,7 @@ declare class CoreComponent extends BaseComponent implements OnInit {
766
766
  private filterNavTabs;
767
767
  private isRoleGateEnabled;
768
768
  getNavbarModuleHeight(): any;
769
+ getMainContentHeightStyle(): string;
769
770
  onPushBackButton(): void;
770
771
  onPushReloadButton(): void;
771
772
  onPushForwardButton(): void;