@myinterview/widget-react 1.1.45 → 1.1.47-development-3bf7083

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.
@@ -37,6 +37,7 @@ interface IConfig {
37
37
  recordWithoutVideo?: boolean;
38
38
  forcedView?: IViews;
39
39
  useSafeUpload?: boolean;
40
+ useLightDom?: boolean;
40
41
  }
41
42
  export type IClientConfig = Omit<IConfig, 'practiceQuestions'> & {
42
43
  practiceQuestions?: IClientQuestion[];
package/dist/index.d.ts CHANGED
@@ -207,6 +207,7 @@ interface IConfig {
207
207
  recordWithoutVideo?: boolean;
208
208
  forcedView?: IViews;
209
209
  useSafeUpload?: boolean;
210
+ useLightDom?: boolean;
210
211
  }
211
212
  type IClientConfig = Omit<IConfig, 'practiceQuestions'> & {
212
213
  practiceQuestions?: IClientQuestion[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myinterview/widget-react",
3
- "version": "1.1.45",
3
+ "version": "1.1.47-development-3bf7083",
4
4
  "description": "myInterview widget v3",
5
5
  "module": "dist/esm/index.js",
6
6
  "main": "dist/cjs/index.js",