@resolveio/client-lib-core 21.2.13 → 21.2.15

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.13",
3
+ "version": "21.2.15",
4
4
  "module": "fesm2022/resolveio-client-lib-core.min.mjs",
5
5
  "typings": "types/resolveio-client-lib-core.d.ts",
6
6
  "exports": {
@@ -748,6 +748,7 @@ declare class CoreComponent extends BaseComponent implements OnInit {
748
748
  connectedHeight: number;
749
749
  isDevice: boolean;
750
750
  showNavigationMenu: boolean;
751
+ bottomNavSpacerHeight: number;
751
752
  swFlagAlert: ActiveToast<any>;
752
753
  isConnected: boolean;
753
754
  isConnecting: boolean;