@myinterview/widget-react 1.1.37-development-8b9280b → 1.1.38-development-10004f8

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
@@ -35455,7 +35455,7 @@ const configGenerator = () => {
35455
35455
  let release;
35456
35456
  try {
35457
35457
  environment !== null && environment !== void 0 ? environment : (environment = "staging");
35458
- release !== null && release !== void 0 ? release : (release = "1.1.37");
35458
+ release !== null && release !== void 0 ? release : (release = "1.1.38");
35459
35459
  }
35460
35460
  catch (_a) {
35461
35461
  console.error('sentry configGenerator error');
@@ -50796,7 +50796,7 @@ const accUploaderMachine = createMachine({
50796
50796
  [STATES$2.UPLOAD_TO_S3]: {
50797
50797
  on: {
50798
50798
  progress: {
50799
- actions: [ACTIONS$2.CONSOLE_LOG, ACTIONS$2.UPDATE_UPLOAD_SPEED, ACTIONS$2.SEND_UPLOAD_PROGRESS],
50799
+ actions: [ACTIONS$2.UPDATE_UPLOAD_SPEED, ACTIONS$2.SEND_UPLOAD_PROGRESS],
50800
50800
  },
50801
50801
  },
50802
50802
  entry: [ACTIONS$2.INITIAL_UPLOAD_TIMESTAMP],
@@ -54769,7 +54769,7 @@ const useAccessibility = () => {
54769
54769
  };
54770
54770
 
54771
54771
  const Widget = React.forwardRef(({ candidate, job, video, config, disabled = false, buttonText = 'START INTERVIEW', buttonStyle = {}, children, styleUrls = [], fontsUrls = [], }, clientRef) => {
54772
- const widget_version = "1.1.37";
54772
+ const widget_version = "1.1.38";
54773
54773
  const [isWidgetOpen, setIsWidgetOpen] = React.useState(false);
54774
54774
  const [isWidgetMinimized, setIsWidgetMinimized] = React.useState(false);
54775
54775
  const [isIncognitoMode, setIsIncognitoMode] = React.useState(false);