@myinterview/widget-react 1.1.64 → 1.1.65-development-e68c11b

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.
@@ -30,7 +30,6 @@ interface IConfig {
30
30
  env?: IEnv;
31
31
  minimizable?: boolean;
32
32
  hideHeader?: boolean;
33
- hideIntercom?: boolean;
34
33
  disablePractice?: boolean;
35
34
  event_id?: string;
36
35
  accessibility_id?: string;
package/dist/index.d.ts CHANGED
@@ -201,7 +201,6 @@ interface IConfig {
201
201
  env?: IEnv;
202
202
  minimizable?: boolean;
203
203
  hideHeader?: boolean;
204
- hideIntercom?: boolean;
205
204
  disablePractice?: boolean;
206
205
  event_id?: string;
207
206
  accessibility_id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myinterview/widget-react",
3
- "version": "1.1.64",
3
+ "version": "1.1.65-development-e68c11b",
4
4
  "description": "myInterview widget v3",
5
5
  "module": "dist/esm/index.js",
6
6
  "main": "dist/cjs/index.js",
@@ -34,7 +34,6 @@
34
34
  "react-i18next": "11.18.6",
35
35
  "react-player": "2.12.0",
36
36
  "react-shadow": "20.5.0",
37
- "react-use-intercom": "2.1.0",
38
37
  "rxjs": "7.8.1",
39
38
  "semver": "7.5.2",
40
39
  "ua-parser-js": "^2.0.0-beta.1",