@myinterview/widget-react 1.0.52 → 1.0.53

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.
@@ -29,6 +29,7 @@ interface IConfig {
29
29
  minimizable?: boolean;
30
30
  hideHeader?: boolean;
31
31
  hideIntercom?: boolean;
32
+ disablePractice?: boolean;
32
33
  }
33
34
  export type IClientConfig = Omit<IConfig, 'practiceQuestions'> & {
34
35
  practiceQuestions?: IClientQuestion[];
package/dist/index.d.ts CHANGED
@@ -130,6 +130,7 @@ interface IConfig {
130
130
  minimizable?: boolean;
131
131
  hideHeader?: boolean;
132
132
  hideIntercom?: boolean;
133
+ disablePractice?: boolean;
133
134
  }
134
135
  type IClientConfig = Omit<IConfig, 'practiceQuestions'> & {
135
136
  practiceQuestions?: IClientQuestion[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myinterview/widget-react",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
4
4
  "description": "myInterview widget v3",
5
5
  "module": "dist/esm/index.js",
6
6
  "main": "dist/cjs/index.js",
@@ -57,7 +57,7 @@
57
57
  "react-i18next": "^11.18.5",
58
58
  "react-player": "^2.10.1",
59
59
  "react-refresh": "^0.11.0",
60
- "react-shadow": "^19.0.3",
60
+ "react-shadow": "^20.0.0",
61
61
  "react-use-intercom": "^2.0.0",
62
62
  "resolve": "^1.20.0",
63
63
  "resolve-url-loader": "^4.0.0",