@myinterview/widget-react 1.1.41 → 1.1.42-beta-fbed64b

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.
package/dist/cjs/index.js CHANGED
@@ -35435,7 +35435,7 @@ const prod_config = {
35435
35435
  const config$1 = (configEnv) => {
35436
35436
  let env = configEnv;
35437
35437
  try {
35438
- env !== null && env !== void 0 ? env : (env = "prod");
35438
+ env !== null && env !== void 0 ? env : (env = "staging");
35439
35439
  }
35440
35440
  catch (_a) { }
35441
35441
  switch (env) {
@@ -35454,8 +35454,8 @@ const configGenerator = () => {
35454
35454
  let environment;
35455
35455
  let release;
35456
35456
  try {
35457
- environment !== null && environment !== void 0 ? environment : (environment = "prod");
35458
- release !== null && release !== void 0 ? release : (release = "1.1.41");
35457
+ environment !== null && environment !== void 0 ? environment : (environment = "staging");
35458
+ release !== null && release !== void 0 ? release : (release = "1.1.42");
35459
35459
  }
35460
35460
  catch (_a) {
35461
35461
  console.error('sentry configGenerator error');
@@ -54772,7 +54772,7 @@ const useAccessibility = () => {
54772
54772
  };
54773
54773
 
54774
54774
  const Widget = React.forwardRef(({ candidate, job, video, config, disabled = false, buttonText = 'START INTERVIEW', buttonStyle = {}, children, styleUrls = [], fontsUrls = [], }, clientRef) => {
54775
- const widget_version = "1.1.41";
54775
+ const widget_version = "1.1.42";
54776
54776
  const [isWidgetOpen, setIsWidgetOpen] = React.useState(false);
54777
54777
  const [isWidgetMinimized, setIsWidgetMinimized] = React.useState(false);
54778
54778
  const [isIncognitoMode, setIsIncognitoMode] = React.useState(false);