@myinterview/widget-react 1.1.49 → 1.1.50-development-583062b

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.
@@ -22,5 +22,6 @@ export declare const FONT_URL = "https://fonts.googleapis.com/css2?family=Nunito
22
22
  export declare enum RETAKE_SPEED {
23
23
  FAST = 300,
24
24
  MEDIUM = 420,
25
+ SLOW = 600,
25
26
  DISABLED = Infinity
26
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myinterview/widget-react",
3
- "version": "1.1.49",
3
+ "version": "1.1.50-development-583062b",
4
4
  "description": "myInterview widget v3",
5
5
  "module": "dist/esm/index.js",
6
6
  "main": "dist/cjs/index.js",