@scalant/career-hub 7.6.4 → 7.6.5

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.
@@ -55746,6 +55746,8 @@ function Company({ fieldName: C, label: $ }) {
55746
55746
  /* @__PURE__ */ React__default.createElement(
55747
55747
  Select$1,
55748
55748
  {
55749
+ mode: "tags",
55750
+ maxCount: 1,
55749
55751
  options: F,
55750
55752
  showSearch: !0,
55751
55753
  filterOption: !1,
@@ -76402,7 +76404,7 @@ const JobApplicationForm = ({
76402
76404
  exception,
76403
76405
  exceptionItem,
76404
76406
  exceptionsList
76405
- }, MissedReason = () => /* @__PURE__ */ React__default.createElement("div", { className: classNames(styles$g.actionAlert, styles$g.missed) }, /* @__PURE__ */ React__default.createElement(ExclamationCircleOutlined$1, null), /* @__PURE__ */ React__default.createElement("span", { className: styles$g.actionAlertTitle }, "Unfortunately! No longer accepting applications for this role")), InEligibleReason = () => {
76407
+ }, MissedReason = () => /* @__PURE__ */ React__default.createElement("div", { className: classNames(styles$g.actionAlert, styles$g.missed) }, /* @__PURE__ */ React__default.createElement(ExclamationCircleOutlined$1, null), /* @__PURE__ */ React__default.createElement("span", { className: styles$g.actionAlertTitle }, "We are no longer accepting applications for this role, in case you have already applied, do not worry we still have your application")), InEligibleReason = () => {
76406
76408
  const { jobData: C } = useJobPreview(), { eligibilityCriteria: $ } = C || {}, { reasons: V } = $ || {}, F = V == null ? void 0 : V.find(
76407
76409
  (J) => J.label !== "skills" && J.showText && !J.isEligible
76408
76410
  ), K = ADDITIONAL_ELIGIBILITY_MAPPING_INELIGIBLE_REASONS[F == null ? void 0 : F.label];