@myinterview/widget-react 1.1.43-test-react-shadow-20.5.0 → 1.1.43

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