chayns-api 2.2.18 → 2.2.19

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