chayns-api 2.4.0-beta.0 → 2.4.0-beta.1

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.
@@ -99,6 +99,7 @@ export interface DialogModule<T = object> {
99
99
  allowAnonymousUser?: boolean;
100
100
  seamless?: boolean;
101
101
  height?: string | number;
102
+ minHeight?: string | number;
102
103
  }
103
104
  export interface DialogIFrame<T = object> {
104
105
  type: DialogType.IFRAME;
@@ -108,6 +109,7 @@ export interface DialogIFrame<T = object> {
108
109
  allowAnonymousUser?: boolean;
109
110
  seamless?: boolean;
110
111
  height?: string | number;
112
+ minHeight?: string | number;
111
113
  }
112
114
  export declare enum DialogInputType {
113
115
  NUMBER = "number",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chayns-api",
3
- "version": "2.4.0-beta.0",
3
+ "version": "2.4.0-beta.1",
4
4
  "description": "new chayns api",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",