@scalant/career-hub 4.0.3-alpha.0 → 4.0.4-alpha.0
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/career-hub.es.js +9 -5
- package/dist/career-hub.umd.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/dist/career-hub.es.js
CHANGED
|
@@ -52678,9 +52678,9 @@ function Filter({ analytics: C }) {
|
|
|
52678
52678
|
};
|
|
52679
52679
|
return /* @__PURE__ */ React__default.createElement(Button$2, { type: "primary", className: styles$F.filter, onClick: F }, "Filters ", /* @__PURE__ */ React__default.createElement(DownOutlined$1, null));
|
|
52680
52680
|
}
|
|
52681
|
-
const search = "_search_hhvxj_1", iconContainer = "_iconContainer_hhvxj_7", input = "_input_hhvxj_20", slideIn = "_slideIn_hhvxj_1", styles$E = {
|
|
52681
|
+
const search = "_search_hhvxj_1", iconContainer$1 = "_iconContainer_hhvxj_7", input = "_input_hhvxj_20", slideIn = "_slideIn_hhvxj_1", styles$E = {
|
|
52682
52682
|
search,
|
|
52683
|
-
iconContainer,
|
|
52683
|
+
iconContainer: iconContainer$1,
|
|
52684
52684
|
input,
|
|
52685
52685
|
slideIn
|
|
52686
52686
|
};
|
|
@@ -74071,11 +74071,15 @@ function ResumeChoiceSelect() {
|
|
|
74071
74071
|
C(K);
|
|
74072
74072
|
}, [F, C]), V || !F ? /* @__PURE__ */ React__default.createElement(Skeleton$1, { active: !0 }) : /* @__PURE__ */ React__default.createElement(Flex$1, { className: styles$l.container }, /* @__PURE__ */ React__default.createElement(Flex$1, { flex: 1, vertical: !0, gap: 16 }, Object.entries(F).map(([K, J]) => /* @__PURE__ */ React__default.createElement(ResumeChoiceOptionLabel, { key: K, value: J }))), /* @__PURE__ */ React__default.createElement(Flex$1, { className: styles$l.resumePreviewContainer, flex: 1 }, /* @__PURE__ */ React__default.createElement(ResumePreview, null)));
|
|
74073
74073
|
}
|
|
74074
|
-
const container$3 = "
|
|
74074
|
+
const container$3 = "_container_1k535_1", icon = "_icon_1k535_6", title$1 = "_title_1k535_11", description$1 = "_description_1k535_17", iconContainer = "_iconContainer_1k535_23", pulse = "_pulse_1k535_1", iconScannerLine = "_iconScannerLine_1k535_34", scan = "_scan_1k535_1", styles$k = {
|
|
74075
74075
|
container: container$3,
|
|
74076
74076
|
icon,
|
|
74077
74077
|
title: title$1,
|
|
74078
|
-
description: description$1
|
|
74078
|
+
description: description$1,
|
|
74079
|
+
iconContainer,
|
|
74080
|
+
pulse,
|
|
74081
|
+
iconScannerLine,
|
|
74082
|
+
scan
|
|
74079
74083
|
}, EVALUATION_COMPLETION_TIMEOUT = 6e4;
|
|
74080
74084
|
function ResumeFitmentCheck() {
|
|
74081
74085
|
const { jobProfileId: C, setStepName: $ } = useApplicationFormContext(), {
|
|
@@ -74105,7 +74109,7 @@ function ResumeFitmentCheck() {
|
|
|
74105
74109
|
justify: "center",
|
|
74106
74110
|
align: "center"
|
|
74107
74111
|
},
|
|
74108
|
-
/* @__PURE__ */ React__default.createElement(
|
|
74112
|
+
/* @__PURE__ */ React__default.createElement("div", { className: styles$k.iconContainer }, /* @__PURE__ */ React__default.createElement("div", { className: styles$k.iconScannerLine })),
|
|
74109
74113
|
/* @__PURE__ */ React__default.createElement(Typography$1.Text, { className: styles$k.title, strong: !0 }, "Analysing the Right Resume for you to Apply!"),
|
|
74110
74114
|
/* @__PURE__ */ React__default.createElement(Typography$1.Text, { className: styles$k.description }, "Receive instant insights and a fitment score to know which resume works best. Fix key gaps and boost your chances of getting noticed by top companies")
|
|
74111
74115
|
);
|