@myinterview/widget-react 1.1.37-development-8b9280b → 1.1.38-beta-52c0081

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/esm/index.js CHANGED
@@ -35429,7 +35429,7 @@ const configGenerator = () => {
35429
35429
  let release;
35430
35430
  try {
35431
35431
  environment !== null && environment !== void 0 ? environment : (environment = "staging");
35432
- release !== null && release !== void 0 ? release : (release = "1.1.37");
35432
+ release !== null && release !== void 0 ? release : (release = "1.1.38");
35433
35433
  }
35434
35434
  catch (_a) {
35435
35435
  console.error('sentry configGenerator error');
@@ -50770,7 +50770,7 @@ const accUploaderMachine = createMachine({
50770
50770
  [STATES$2.UPLOAD_TO_S3]: {
50771
50771
  on: {
50772
50772
  progress: {
50773
- actions: [ACTIONS$2.CONSOLE_LOG, ACTIONS$2.UPDATE_UPLOAD_SPEED, ACTIONS$2.SEND_UPLOAD_PROGRESS],
50773
+ actions: [ACTIONS$2.UPDATE_UPLOAD_SPEED, ACTIONS$2.SEND_UPLOAD_PROGRESS],
50774
50774
  },
50775
50775
  },
50776
50776
  entry: [ACTIONS$2.INITIAL_UPLOAD_TIMESTAMP],
@@ -54743,7 +54743,7 @@ const useAccessibility = () => {
54743
54743
  };
54744
54744
 
54745
54745
  const Widget = forwardRef(({ candidate, job, video, config, disabled = false, buttonText = 'START INTERVIEW', buttonStyle = {}, children, styleUrls = [], fontsUrls = [], }, clientRef) => {
54746
- const widget_version = "1.1.37";
54746
+ const widget_version = "1.1.38";
54747
54747
  const [isWidgetOpen, setIsWidgetOpen] = useState(false);
54748
54748
  const [isWidgetMinimized, setIsWidgetMinimized] = useState(false);
54749
54749
  const [isIncognitoMode, setIsIncognitoMode] = useState(false);