@scalant/resume-builder 10.0.1 → 10.0.2
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/resume-builder.es.js +2 -20
- package/dist/resume-builder.umd.js +92 -92
- package/package.json +2 -2
|
@@ -82081,26 +82081,8 @@ const MESSAGES = {
|
|
|
82081
82081
|
return (Me = (Te = xe.scalantResumeBuilder) == null ? void 0 : Te.resumeParsing) == null ? void 0 : Me.status;
|
|
82082
82082
|
}
|
|
82083
82083
|
), De = useCallback(() => {
|
|
82084
|
-
|
|
82085
|
-
|
|
82086
|
-
return;
|
|
82087
|
-
}
|
|
82088
|
-
const xe = Ce.findIndex(
|
|
82089
|
-
(Te) => Te.key === RESUME_BUILDER_STEPS.RESUME_PARSING.key
|
|
82090
|
-
);
|
|
82091
|
-
if (xe >= 0)
|
|
82092
|
-
ye(setCurrentStep(xe));
|
|
82093
|
-
else {
|
|
82094
|
-
const Te = [...Ce, {
|
|
82095
|
-
key: RESUME_BUILDER_STEPS.RESUME_PARSING.key,
|
|
82096
|
-
component: RESUME_BUILDER_STEPS.RESUME_PARSING.component,
|
|
82097
|
-
title: "Upload Resume"
|
|
82098
|
-
}];
|
|
82099
|
-
batch(() => {
|
|
82100
|
-
ye(setSteps(Te)), ye(setCurrentStep(Te.length - 1));
|
|
82101
|
-
});
|
|
82102
|
-
}
|
|
82103
|
-
}, [ye, Ce, be]);
|
|
82084
|
+
be == null || be();
|
|
82085
|
+
}, [be]);
|
|
82104
82086
|
useEffect(() => {
|
|
82105
82087
|
var Te;
|
|
82106
82088
|
const xe = (Te = $ == null ? void 0 : $.resume_details) == null ? void 0 : Te.id;
|