chayns-api 2.2.2 → 2.2.3

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.
@@ -580,6 +580,7 @@ export interface DesignSettingsUpdateGlobalSettings {
580
580
  addBackgroundColorInHeader?: boolean;
581
581
  enableStagingSwitch?: boolean;
582
582
  hideNavigationButton?: boolean;
583
+ showFooterMenu?: boolean;
583
584
  }
584
585
  export declare enum DesignSettingsUpdateTappViewModes {
585
586
  Normal = 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chayns-api",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "description": "new chayns api",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",