@scalant/resume-builder 17.0.1 → 17.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.
@@ -37,7 +37,7 @@ var $r = (C, $, V) => new Promise((F, K) => {
37
37
  });
38
38
  import * as React from "react";
39
39
  import React__default, { isValidElement, version as version$2, useContext, createContext, useRef, useLayoutEffect as useLayoutEffect$2, useEffect, useState, forwardRef, useMemo as useMemo$1, Children, useCallback, useImperativeHandle, cloneElement as cloneElement$1, memo, Component, useDebugValue, PureComponent, createRef } from "react";
40
- import { useDispatch, shallowEqual, useStore, useSelector, batch } from "react-redux";
40
+ import { useDispatch, useSelector, shallowEqual, useStore, batch } from "react-redux";
41
41
  import { createSlice, nanoid, createAction, createAsyncThunk, SHOULD_AUTOBATCH, prepareAutoBatched, isAnyOf, isFulfilled, isRejectedWithValue, combineReducers as combineReducers$1, createSelector, isPlainObject as isPlainObject$2, isAllOf, isRejected, isPending, createNextState, isAsyncThunkAction } from "@reduxjs/toolkit";
42
42
  import * as ReactDOM from "react-dom";
43
43
  import ReactDOM__default, { createPortal, unstable_batchedUpdates, flushSync } from "react-dom";
@@ -5194,36 +5194,36 @@ var CheckCircleFilled = function($, V) {
5194
5194
  ref: V,
5195
5195
  icon: CheckCircleFilled$1
5196
5196
  }));
5197
- }, RefIcon$Y = /* @__PURE__ */ React.forwardRef(CheckCircleFilled);
5198
- process.env.NODE_ENV !== "production" && (RefIcon$Y.displayName = "CheckCircleFilled");
5197
+ }, RefIcon$Z = /* @__PURE__ */ React.forwardRef(CheckCircleFilled);
5198
+ process.env.NODE_ENV !== "production" && (RefIcon$Z.displayName = "CheckCircleFilled");
5199
5199
  var CloseCircleFilled$1 = { icon: { tag: "svg", attrs: { "fill-rule": "evenodd", viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960 64 759.4 64 512 264.6 64 512 64zm127.98 274.82h-.04l-.08.06L512 466.75 384.14 338.88c-.04-.05-.06-.06-.08-.06a.12.12 0 00-.07 0c-.03 0-.05.01-.09.05l-45.02 45.02a.2.2 0 00-.05.09.12.12 0 000 .07v.02a.27.27 0 00.06.06L466.75 512 338.88 639.86c-.05.04-.06.06-.06.08a.12.12 0 000 .07c0 .03.01.05.05.09l45.02 45.02a.2.2 0 00.09.05.12.12 0 00.07 0c.02 0 .04-.01.08-.05L512 557.25l127.86 127.87c.04.04.06.05.08.05a.12.12 0 00.07 0c.03 0 .05-.01.09-.05l45.02-45.02a.2.2 0 00.05-.09.12.12 0 000-.07v-.02a.27.27 0 00-.05-.06L557.25 512l127.87-127.86c.04-.04.05-.06.05-.08a.12.12 0 000-.07c0-.03-.01-.05-.05-.09l-45.02-45.02a.2.2 0 00-.09-.05.12.12 0 00-.07 0z" } }] }, name: "close-circle", theme: "filled" }, CloseCircleFilled = function($, V) {
5200
5200
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
5201
5201
  ref: V,
5202
5202
  icon: CloseCircleFilled$1
5203
5203
  }));
5204
- }, RefIcon$X = /* @__PURE__ */ React.forwardRef(CloseCircleFilled);
5205
- process.env.NODE_ENV !== "production" && (RefIcon$X.displayName = "CloseCircleFilled");
5204
+ }, RefIcon$Y = /* @__PURE__ */ React.forwardRef(CloseCircleFilled);
5205
+ process.env.NODE_ENV !== "production" && (RefIcon$Y.displayName = "CloseCircleFilled");
5206
5206
  var CloseOutlined$1 = { icon: { tag: "svg", attrs: { "fill-rule": "evenodd", viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M799.86 166.31c.02 0 .04.02.08.06l57.69 57.7c.04.03.05.05.06.08a.12.12 0 010 .06c0 .03-.02.05-.06.09L569.93 512l287.7 287.7c.04.04.05.06.06.09a.12.12 0 010 .07c0 .02-.02.04-.06.08l-57.7 57.69c-.03.04-.05.05-.07.06a.12.12 0 01-.07 0c-.03 0-.05-.02-.09-.06L512 569.93l-287.7 287.7c-.04.04-.06.05-.09.06a.12.12 0 01-.07 0c-.02 0-.04-.02-.08-.06l-57.69-57.7c-.04-.03-.05-.05-.06-.07a.12.12 0 010-.07c0-.03.02-.05.06-.09L454.07 512l-287.7-287.7c-.04-.04-.05-.06-.06-.09a.12.12 0 010-.07c0-.02.02-.04.06-.08l57.7-57.69c.03-.04.05-.05.07-.06a.12.12 0 01.07 0c.03 0 .05.02.09.06L512 454.07l287.7-287.7c.04-.04.06-.05.09-.06a.12.12 0 01.07 0z" } }] }, name: "close", theme: "outlined" }, CloseOutlined = function($, V) {
5207
5207
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
5208
5208
  ref: V,
5209
5209
  icon: CloseOutlined$1
5210
5210
  }));
5211
- }, RefIcon$W = /* @__PURE__ */ React.forwardRef(CloseOutlined);
5212
- process.env.NODE_ENV !== "production" && (RefIcon$W.displayName = "CloseOutlined");
5211
+ }, RefIcon$X = /* @__PURE__ */ React.forwardRef(CloseOutlined);
5212
+ process.env.NODE_ENV !== "production" && (RefIcon$X.displayName = "CloseOutlined");
5213
5213
  var ExclamationCircleFilled$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 010-96 48.01 48.01 0 010 96z" } }] }, name: "exclamation-circle", theme: "filled" }, ExclamationCircleFilled = function($, V) {
5214
5214
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
5215
5215
  ref: V,
5216
5216
  icon: ExclamationCircleFilled$1
5217
5217
  }));
5218
- }, RefIcon$V = /* @__PURE__ */ React.forwardRef(ExclamationCircleFilled);
5219
- process.env.NODE_ENV !== "production" && (RefIcon$V.displayName = "ExclamationCircleFilled");
5218
+ }, RefIcon$W = /* @__PURE__ */ React.forwardRef(ExclamationCircleFilled);
5219
+ process.env.NODE_ENV !== "production" && (RefIcon$W.displayName = "ExclamationCircleFilled");
5220
5220
  var InfoCircleFilled$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm32 664c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V456c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272zm-32-344a48.01 48.01 0 010-96 48.01 48.01 0 010 96z" } }] }, name: "info-circle", theme: "filled" }, InfoCircleFilled = function($, V) {
5221
5221
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
5222
5222
  ref: V,
5223
5223
  icon: InfoCircleFilled$1
5224
5224
  }));
5225
- }, RefIcon$U = /* @__PURE__ */ React.forwardRef(InfoCircleFilled);
5226
- process.env.NODE_ENV !== "production" && (RefIcon$U.displayName = "InfoCircleFilled");
5225
+ }, RefIcon$V = /* @__PURE__ */ React.forwardRef(InfoCircleFilled);
5226
+ process.env.NODE_ENV !== "production" && (RefIcon$V.displayName = "InfoCircleFilled");
5227
5227
  var attributes = `accept acceptCharset accessKey action allowFullScreen allowTransparency
5228
5228
  alt async autoComplete autoFocus autoPlay capture cellPadding cellSpacing challenge
5229
5229
  charSet checked classID className colSpan cols content contentEditable contextMenu
@@ -5848,8 +5848,8 @@ var LoadingOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "0 0 1024 1024",
5848
5848
  ref: V,
5849
5849
  icon: LoadingOutlined$1
5850
5850
  }));
5851
- }, RefIcon$T = /* @__PURE__ */ React.forwardRef(LoadingOutlined);
5852
- process.env.NODE_ENV !== "production" && (RefIcon$T.displayName = "LoadingOutlined");
5851
+ }, RefIcon$U = /* @__PURE__ */ React.forwardRef(LoadingOutlined);
5852
+ process.env.NODE_ENV !== "production" && (RefIcon$U.displayName = "LoadingOutlined");
5853
5853
  const zIndexContext = /* @__PURE__ */ React__default.createContext(void 0);
5854
5854
  process.env.NODE_ENV !== "production" && (zIndexContext.displayName = "zIndexContext");
5855
5855
  const CONTAINER_OFFSET = 100, CONTAINER_OFFSET_MAX_COUNT = 10, CONTAINER_MAX_OFFSET = CONTAINER_OFFSET * CONTAINER_OFFSET_MAX_COUNT, CONTAINER_MAX_OFFSET_WITH_CHILDREN = CONTAINER_MAX_OFFSET + CONTAINER_OFFSET, containerBaseZIndexOffset = {
@@ -6039,11 +6039,11 @@ var __rest$1a = function(C, $) {
6039
6039
  return V;
6040
6040
  };
6041
6041
  const TypeIcon = {
6042
- info: /* @__PURE__ */ React.createElement(RefIcon$U, null),
6043
- success: /* @__PURE__ */ React.createElement(RefIcon$Y, null),
6044
- error: /* @__PURE__ */ React.createElement(RefIcon$X, null),
6045
- warning: /* @__PURE__ */ React.createElement(RefIcon$V, null),
6046
- loading: /* @__PURE__ */ React.createElement(RefIcon$T, null)
6042
+ info: /* @__PURE__ */ React.createElement(RefIcon$V, null),
6043
+ success: /* @__PURE__ */ React.createElement(RefIcon$Z, null),
6044
+ error: /* @__PURE__ */ React.createElement(RefIcon$Y, null),
6045
+ warning: /* @__PURE__ */ React.createElement(RefIcon$W, null),
6046
+ loading: /* @__PURE__ */ React.createElement(RefIcon$U, null)
6047
6047
  }, PureContent = (C) => {
6048
6048
  let {
6049
6049
  prefixCls: $,
@@ -6142,7 +6142,7 @@ const DEFAULT_OFFSET = 8, DEFAULT_DURATION = 3, Wrapper = (C) => {
6142
6142
  [`${me}-rtl`]: te != null ? te : se === "rtl"
6143
6143
  }), pe = () => getMotion$2(me, re), ce = /* @__PURE__ */ React.createElement("span", {
6144
6144
  className: `${me}-close-x`
6145
- }, /* @__PURE__ */ React.createElement(RefIcon$W, {
6145
+ }, /* @__PURE__ */ React.createElement(RefIcon$X, {
6146
6146
  className: `${me}-close-icon`
6147
6147
  })), [ve, fe] = useNotification({
6148
6148
  prefixCls: me,
@@ -7107,7 +7107,7 @@ const IconWrapper = /* @__PURE__ */ forwardRef((C, $) => {
7107
7107
  className: ee,
7108
7108
  style: K,
7109
7109
  ref: $
7110
- }, /* @__PURE__ */ React__default.createElement(RefIcon$T, {
7110
+ }, /* @__PURE__ */ React__default.createElement(RefIcon$U, {
7111
7111
  className: J
7112
7112
  }));
7113
7113
  }), getCollapsedWidth = () => ({
@@ -7686,8 +7686,8 @@ var RightOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", f
7686
7686
  ref: V,
7687
7687
  icon: RightOutlined$1
7688
7688
  }));
7689
- }, RefIcon$S = /* @__PURE__ */ React.forwardRef(RightOutlined);
7690
- process.env.NODE_ENV !== "production" && (RefIcon$S.displayName = "RightOutlined");
7689
+ }, RefIcon$T = /* @__PURE__ */ React.forwardRef(RightOutlined);
7690
+ process.env.NODE_ENV !== "production" && (RefIcon$T.displayName = "RightOutlined");
7691
7691
  const genCollapseMotion = (C) => ({
7692
7692
  [C.componentCls]: {
7693
7693
  // For common/openAnimation
@@ -11641,7 +11641,7 @@ const EmptyFallbackCloseCollection = {};
11641
11641
  function useClosable$1(C, $) {
11642
11642
  let V = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : EmptyFallbackCloseCollection;
11643
11643
  const F = useClosableConfig(C), K = useClosableConfig($), [J] = useLocale$1("global", localeValues.global), ee = typeof F != "boolean" ? !!(F != null && F.disabled) : !1, te = React__default.useMemo(() => Object.assign({
11644
- closeIcon: /* @__PURE__ */ React__default.createElement(RefIcon$W, null)
11644
+ closeIcon: /* @__PURE__ */ React__default.createElement(RefIcon$X, null)
11645
11645
  }, V), [V]), re = React__default.useMemo(() => F === !1 ? !1 : F ? mergeProps$1(te, K, F) : K === !1 ? !1 : K ? mergeProps$1(te, K) : te.closable ? te : !1, [F, K, te]);
11646
11646
  return React__default.useMemo(() => {
11647
11647
  if (re === !1)
@@ -12267,7 +12267,7 @@ const NormalCancelBtn = () => {
12267
12267
  function renderCloseIcon(C, $) {
12268
12268
  return /* @__PURE__ */ React__default.createElement("span", {
12269
12269
  className: `${C}-close-x`
12270
- }, $ || /* @__PURE__ */ React__default.createElement(RefIcon$W, {
12270
+ }, $ || /* @__PURE__ */ React__default.createElement(RefIcon$X, {
12271
12271
  className: `${C}-close-icon`
12272
12272
  }));
12273
12273
  }
@@ -12778,7 +12778,7 @@ const Modal$1 = (C) => {
12778
12778
  onCancel: Re
12779
12779
  })) : null, [Pe, ke, je, Me] = useClosable$1(pickClosable(C), pickClosable(Ce), {
12780
12780
  closable: !0,
12781
- closeIcon: /* @__PURE__ */ React.createElement(RefIcon$W, {
12781
+ closeIcon: /* @__PURE__ */ React.createElement(RefIcon$X, {
12782
12782
  className: `${Oe}-close-icon`
12783
12783
  }),
12784
12784
  closeIconRender: (Le) => renderCloseIcon(Oe, Le)
@@ -12951,16 +12951,16 @@ function ConfirmContent(C) {
12951
12951
  if (!V && V !== null)
12952
12952
  switch (ee) {
12953
12953
  case "info":
12954
- ae = /* @__PURE__ */ React.createElement(RefIcon$U, null);
12954
+ ae = /* @__PURE__ */ React.createElement(RefIcon$V, null);
12955
12955
  break;
12956
12956
  case "success":
12957
- ae = /* @__PURE__ */ React.createElement(RefIcon$Y, null);
12957
+ ae = /* @__PURE__ */ React.createElement(RefIcon$Z, null);
12958
12958
  break;
12959
12959
  case "error":
12960
- ae = /* @__PURE__ */ React.createElement(RefIcon$X, null);
12960
+ ae = /* @__PURE__ */ React.createElement(RefIcon$Y, null);
12961
12961
  break;
12962
12962
  default:
12963
- ae = /* @__PURE__ */ React.createElement(RefIcon$V, null);
12963
+ ae = /* @__PURE__ */ React.createElement(RefIcon$W, null);
12964
12964
  }
12965
12965
  const ie = te != null ? te : ee === "confirm", se = C.autoFocusButton === null ? !1 : C.autoFocusButton || "ok", [me] = useLocale$1("Modal"), ue = oe || me, le = F || (ie ? ue == null ? void 0 : ue.okText : ue == null ? void 0 : ue.justOkText), pe = K || (ue == null ? void 0 : ue.cancelText), ce = Object.assign({
12966
12966
  autoFocusButton: se,
@@ -17664,22 +17664,22 @@ var CheckOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", f
17664
17664
  ref: V,
17665
17665
  icon: CheckOutlined$1
17666
17666
  }));
17667
- }, RefIcon$R = /* @__PURE__ */ React.forwardRef(CheckOutlined);
17668
- process.env.NODE_ENV !== "production" && (RefIcon$R.displayName = "CheckOutlined");
17667
+ }, RefIcon$S = /* @__PURE__ */ React.forwardRef(CheckOutlined);
17668
+ process.env.NODE_ENV !== "production" && (RefIcon$S.displayName = "CheckOutlined");
17669
17669
  var DownOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z" } }] }, name: "down", theme: "outlined" }, DownOutlined = function($, V) {
17670
17670
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
17671
17671
  ref: V,
17672
17672
  icon: DownOutlined$1
17673
17673
  }));
17674
- }, RefIcon$Q = /* @__PURE__ */ React.forwardRef(DownOutlined);
17675
- process.env.NODE_ENV !== "production" && (RefIcon$Q.displayName = "DownOutlined");
17674
+ }, RefIcon$R = /* @__PURE__ */ React.forwardRef(DownOutlined);
17675
+ process.env.NODE_ENV !== "production" && (RefIcon$R.displayName = "DownOutlined");
17676
17676
  var SearchOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0011.6 0l43.6-43.5a8.2 8.2 0 000-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z" } }] }, name: "search", theme: "outlined" }, SearchOutlined = function($, V) {
17677
17677
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
17678
17678
  ref: V,
17679
17679
  icon: SearchOutlined$1
17680
17680
  }));
17681
- }, RefIcon$P = /* @__PURE__ */ React.forwardRef(SearchOutlined);
17682
- process.env.NODE_ENV !== "production" && (RefIcon$P.displayName = "SearchOutlined");
17681
+ }, RefIcon$Q = /* @__PURE__ */ React.forwardRef(SearchOutlined);
17682
+ process.env.NODE_ENV !== "production" && (RefIcon$Q.displayName = "SearchOutlined");
17683
17683
  function useIcons$1(C) {
17684
17684
  let {
17685
17685
  suffixIcon: $,
@@ -17696,12 +17696,12 @@ function useIcons$1(C) {
17696
17696
  componentName: ie
17697
17697
  } = C;
17698
17698
  process.env.NODE_ENV !== "production" && devUseWarning(ie).deprecated(!V, "clearIcon", "allowClear={{ clearIcon: React.ReactNode }}");
17699
- const se = V != null ? V : /* @__PURE__ */ React.createElement(RefIcon$X, null), me = (ce) => $ === null && !te && !ae ? null : /* @__PURE__ */ React.createElement(React.Fragment, null, oe !== !1 && ce, te && ne);
17699
+ const se = V != null ? V : /* @__PURE__ */ React.createElement(RefIcon$Y, null), me = (ce) => $ === null && !te && !ae ? null : /* @__PURE__ */ React.createElement(React.Fragment, null, oe !== !1 && ce, te && ne);
17700
17700
  let ue = null;
17701
17701
  if ($ !== void 0)
17702
17702
  ue = me($);
17703
17703
  else if (J)
17704
- ue = me(/* @__PURE__ */ React.createElement(RefIcon$T, {
17704
+ ue = me(/* @__PURE__ */ React.createElement(RefIcon$U, {
17705
17705
  spin: !0
17706
17706
  }));
17707
17707
  else {
@@ -17711,17 +17711,17 @@ function useIcons$1(C) {
17711
17711
  open: fe,
17712
17712
  showSearch: de
17713
17713
  } = ve;
17714
- return me(fe && de ? /* @__PURE__ */ React.createElement(RefIcon$P, {
17714
+ return me(fe && de ? /* @__PURE__ */ React.createElement(RefIcon$Q, {
17715
17715
  className: ce
17716
- }) : /* @__PURE__ */ React.createElement(RefIcon$Q, {
17716
+ }) : /* @__PURE__ */ React.createElement(RefIcon$R, {
17717
17717
  className: ce
17718
17718
  }));
17719
17719
  };
17720
17720
  }
17721
17721
  let le = null;
17722
- F !== void 0 ? le = F : ee ? le = /* @__PURE__ */ React.createElement(RefIcon$R, null) : le = null;
17722
+ F !== void 0 ? le = F : ee ? le = /* @__PURE__ */ React.createElement(RefIcon$S, null) : le = null;
17723
17723
  let pe = null;
17724
- return K !== void 0 ? pe = K : pe = /* @__PURE__ */ React.createElement(RefIcon$W, null), {
17724
+ return K !== void 0 ? pe = K : pe = /* @__PURE__ */ React.createElement(RefIcon$X, null), {
17725
17725
  clearIcon: se,
17726
17726
  suffixIcon: ue,
17727
17727
  itemIcon: le,
@@ -19326,8 +19326,8 @@ var VerticalAlignTopOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64
19326
19326
  ref: V,
19327
19327
  icon: VerticalAlignTopOutlined$1
19328
19328
  }));
19329
- }, RefIcon$O = /* @__PURE__ */ React.forwardRef(VerticalAlignTopOutlined);
19330
- process.env.NODE_ENV !== "production" && (RefIcon$O.displayName = "VerticalAlignTopOutlined");
19329
+ }, RefIcon$P = /* @__PURE__ */ React.forwardRef(VerticalAlignTopOutlined);
19330
+ process.env.NODE_ENV !== "production" && (RefIcon$P.displayName = "VerticalAlignTopOutlined");
19331
19331
  const antStatusProcessing = new Keyframe("antStatusProcessing", {
19332
19332
  "0%": {
19333
19333
  transform: "scale(0.8)",
@@ -19970,8 +19970,8 @@ var LeftOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", fo
19970
19970
  ref: V,
19971
19971
  icon: LeftOutlined$1
19972
19972
  }));
19973
- }, RefIcon$N = /* @__PURE__ */ React.forwardRef(LeftOutlined);
19974
- process.env.NODE_ENV !== "production" && (RefIcon$N.displayName = "LeftOutlined");
19973
+ }, RefIcon$O = /* @__PURE__ */ React.forwardRef(LeftOutlined);
19974
+ process.env.NODE_ENV !== "production" && (RefIcon$O.displayName = "LeftOutlined");
19975
19975
  var ESC$1 = KeyCode.ESC, TAB = KeyCode.TAB;
19976
19976
  function useAccessibility$1(C) {
19977
19977
  var $ = C.visible, V = C.triggerRef, F = C.onVisibleChange, K = C.autoFocus, J = C.overlayRef, ee = React.useRef(!1), te = function() {
@@ -21065,8 +21065,8 @@ var BarsOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "0 0 1024 1024", fo
21065
21065
  ref: V,
21066
21066
  icon: BarsOutlined$1
21067
21067
  }));
21068
- }, RefIcon$M = /* @__PURE__ */ React.forwardRef(BarsOutlined);
21069
- process.env.NODE_ENV !== "production" && (RefIcon$M.displayName = "BarsOutlined");
21068
+ }, RefIcon$N = /* @__PURE__ */ React.forwardRef(BarsOutlined);
21069
+ process.env.NODE_ENV !== "production" && (RefIcon$N.displayName = "BarsOutlined");
21070
21070
  const LayoutContext = /* @__PURE__ */ React.createContext({
21071
21071
  siderHook: {
21072
21072
  addSider: () => null,
@@ -21356,9 +21356,9 @@ const dimensionMaxMap = {
21356
21356
  onClick: Oe,
21357
21357
  className: classNames(`${ye}-zero-width-trigger`, `${ye}-zero-width-trigger-${ne ? "right" : "left"}`),
21358
21358
  style: se
21359
- }, K || /* @__PURE__ */ React.createElement(RefIcon$M, null)) : null, Te = _e === "rtl" == !ne, Pe = {
21360
- expanded: Te ? /* @__PURE__ */ React.createElement(RefIcon$S, null) : /* @__PURE__ */ React.createElement(RefIcon$N, null),
21361
- collapsed: Te ? /* @__PURE__ */ React.createElement(RefIcon$N, null) : /* @__PURE__ */ React.createElement(RefIcon$S, null)
21359
+ }, K || /* @__PURE__ */ React.createElement(RefIcon$N, null)) : null, Te = _e === "rtl" == !ne, Pe = {
21360
+ expanded: Te ? /* @__PURE__ */ React.createElement(RefIcon$T, null) : /* @__PURE__ */ React.createElement(RefIcon$O, null),
21361
+ collapsed: Te ? /* @__PURE__ */ React.createElement(RefIcon$O, null) : /* @__PURE__ */ React.createElement(RefIcon$T, null)
21362
21362
  }[ve ? "collapsed" : "expanded"], ke = K !== null ? Ae || /* @__PURE__ */ React.createElement("div", {
21363
21363
  className: `${ye}-trigger`,
21364
21364
  onClick: Oe,
@@ -21395,8 +21395,8 @@ var EllipsisOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896"
21395
21395
  ref: V,
21396
21396
  icon: EllipsisOutlined$1
21397
21397
  }));
21398
- }, RefIcon$L = /* @__PURE__ */ React.forwardRef(EllipsisOutlined);
21399
- process.env.NODE_ENV !== "production" && (RefIcon$L.displayName = "EllipsisOutlined");
21398
+ }, RefIcon$M = /* @__PURE__ */ React.forwardRef(EllipsisOutlined);
21399
+ process.env.NODE_ENV !== "production" && (RefIcon$M.displayName = "EllipsisOutlined");
21400
21400
  const MenuContext = /* @__PURE__ */ createContext({
21401
21401
  prefixCls: "",
21402
21402
  firstLevel: !0,
@@ -22591,7 +22591,7 @@ const MENU_COMPONENTS = {
22591
22591
  value: Ee
22592
22592
  }, /* @__PURE__ */ React.createElement(ExportMenu, Object.assign({
22593
22593
  getPopupContainer: ee,
22594
- overflowedIndicator: /* @__PURE__ */ React.createElement(RefIcon$L, null),
22594
+ overflowedIndicator: /* @__PURE__ */ React.createElement(RefIcon$M, null),
22595
22595
  overflowedIndicatorPopupClassName: classNames(we, `${we}-${se}`, he),
22596
22596
  mode: ye,
22597
22597
  selectable: Se,
@@ -23006,9 +23006,9 @@ const genStatusStyle = (C) => {
23006
23006
  rootClassName: classNames(xe, Ae),
23007
23007
  expandIcon: /* @__PURE__ */ React.createElement("span", {
23008
23008
  className: `${Ne}-menu-submenu-arrow`
23009
- }, Ce === "rtl" ? /* @__PURE__ */ React.createElement(RefIcon$N, {
23009
+ }, Ce === "rtl" ? /* @__PURE__ */ React.createElement(RefIcon$O, {
23010
23010
  className: `${Ne}-menu-submenu-arrow-icon`
23011
- }) : /* @__PURE__ */ React.createElement(RefIcon$S, {
23011
+ }) : /* @__PURE__ */ React.createElement(RefIcon$T, {
23012
23012
  className: `${Ne}-menu-submenu-arrow-icon`
23013
23013
  })),
23014
23014
  mode: "vertical",
@@ -29603,8 +29603,8 @@ var PlusOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", fo
29603
29603
  ref: V,
29604
29604
  icon: PlusOutlined$1
29605
29605
  }));
29606
- }, RefIcon$K = /* @__PURE__ */ React.forwardRef(PlusOutlined);
29607
- process.env.NODE_ENV !== "production" && (RefIcon$K.displayName = "PlusOutlined");
29606
+ }, RefIcon$L = /* @__PURE__ */ React.forwardRef(PlusOutlined);
29607
+ process.env.NODE_ENV !== "production" && (RefIcon$L.displayName = "PlusOutlined");
29608
29608
  const TabContext = /* @__PURE__ */ createContext(null);
29609
29609
  var useIndicator = function($) {
29610
29610
  var V = $.activeTabOffset, F = $.horizontal, K = $.rtl, J = $.indicator, ee = J === void 0 ? {} : J, te = ee.size, re = ee.align, oe = re === void 0 ? "center" : re, ne = useState(), ae = _slicedToArray(ne, 2), ie = ae[0], se = ae[1], me = useRef(), ue = React__default.useCallback(function(pe) {
@@ -31430,8 +31430,8 @@ const Tabs = (C) => {
31430
31430
  } = We;
31431
31431
  le == null || le(Be === "add" ? Xe : Ge, Be);
31432
31432
  },
31433
- removeIcon: ($ = fe != null ? fe : Ae == null ? void 0 : Ae.removeIcon) !== null && $ !== void 0 ? $ : /* @__PURE__ */ React.createElement(RefIcon$W, null),
31434
- addIcon: (ve != null ? ve : Ae == null ? void 0 : Ae.addIcon) || /* @__PURE__ */ React.createElement(RefIcon$K, null),
31433
+ removeIcon: ($ = fe != null ? fe : Ae == null ? void 0 : Ae.removeIcon) !== null && $ !== void 0 ? $ : /* @__PURE__ */ React.createElement(RefIcon$X, null),
31434
+ addIcon: (ve != null ? ve : Ae == null ? void 0 : Ae.addIcon) || /* @__PURE__ */ React.createElement(RefIcon$L, null),
31435
31435
  showAdd: pe !== !0
31436
31436
  });
31437
31437
  const Ue = Te();
@@ -31458,7 +31458,7 @@ const Tabs = (C) => {
31458
31458
  style: De,
31459
31459
  editable: qe,
31460
31460
  more: Object.assign({
31461
- icon: (ae = (ne = (oe = (re = Ae == null ? void 0 : Ae.more) === null || re === void 0 ? void 0 : re.icon) !== null && oe !== void 0 ? oe : Ae == null ? void 0 : Ae.moreIcon) !== null && ne !== void 0 ? ne : de) !== null && ae !== void 0 ? ae : /* @__PURE__ */ React.createElement(RefIcon$L, null),
31461
+ icon: (ae = (ne = (oe = (re = Ae == null ? void 0 : Ae.more) === null || re === void 0 ? void 0 : re.icon) !== null && oe !== void 0 ? oe : Ae == null ? void 0 : Ae.moreIcon) !== null && ne !== void 0 ? ne : de) !== null && ae !== void 0 ? ae : /* @__PURE__ */ React.createElement(RefIcon$M, null),
31462
31462
  transitionName: `${Ue}-slide-up`
31463
31463
  }, he),
31464
31464
  prefixCls: xe,
@@ -34403,8 +34403,8 @@ var UpOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focu
34403
34403
  ref: V,
34404
34404
  icon: UpOutlined$1
34405
34405
  }));
34406
- }, RefIcon$J = /* @__PURE__ */ React.forwardRef(UpOutlined);
34407
- process.env.NODE_ENV !== "production" && (RefIcon$J.displayName = "UpOutlined");
34406
+ }, RefIcon$K = /* @__PURE__ */ React.forwardRef(UpOutlined);
34407
+ process.env.NODE_ENV !== "production" && (RefIcon$K.displayName = "UpOutlined");
34408
34408
  function supportBigInt() {
34409
34409
  return typeof BigInt == "function";
34410
34410
  }
@@ -35721,9 +35721,9 @@ const InputNumber = /* @__PURE__ */ React.forwardRef((C, $) => {
35721
35721
  compactSize: _e,
35722
35722
  compactItemClassnames: ye
35723
35723
  } = useCompactItemContext(fe, F);
35724
- let Se = /* @__PURE__ */ React.createElement(RefIcon$J, {
35724
+ let Se = /* @__PURE__ */ React.createElement(RefIcon$K, {
35725
35725
  className: `${fe}-handler-up-inner`
35726
- }), Ce = /* @__PURE__ */ React.createElement(RefIcon$Q, {
35726
+ }), Ce = /* @__PURE__ */ React.createElement(RefIcon$R, {
35727
35727
  className: `${fe}-handler-down-inner`
35728
35728
  });
35729
35729
  const Re = typeof pe == "boolean" ? pe : void 0;
@@ -35801,7 +35801,7 @@ TypedInputNumber._InternalPanelDoNotUseOrYouWillBeFired = PureInputNumber;
35801
35801
  const getAllowClear = (C) => {
35802
35802
  let $;
35803
35803
  return typeof C == "object" && (C != null && C.clearIcon) ? $ = C : C && ($ = {
35804
- clearIcon: /* @__PURE__ */ React__default.createElement(RefIcon$X, null)
35804
+ clearIcon: /* @__PURE__ */ React__default.createElement(RefIcon$Y, null)
35805
35805
  }), $;
35806
35806
  };
35807
35807
  function useRemovePasswordTimeout(C, $) {
@@ -35940,22 +35940,22 @@ var CalendarOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896"
35940
35940
  ref: V,
35941
35941
  icon: CalendarOutlined$1
35942
35942
  }));
35943
- }, RefIcon$I = /* @__PURE__ */ React.forwardRef(CalendarOutlined);
35944
- process.env.NODE_ENV !== "production" && (RefIcon$I.displayName = "CalendarOutlined");
35943
+ }, RefIcon$J = /* @__PURE__ */ React.forwardRef(CalendarOutlined);
35944
+ process.env.NODE_ENV !== "production" && (RefIcon$J.displayName = "CalendarOutlined");
35945
35945
  var ClockCircleOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }, { tag: "path", attrs: { d: "M686.7 638.6L544.1 535.5V288c0-4.4-3.6-8-8-8H488c-4.4 0-8 3.6-8 8v275.4c0 2.6 1.2 5 3.3 6.5l165.4 120.6c3.6 2.6 8.6 1.8 11.2-1.7l28.6-39c2.6-3.7 1.8-8.7-1.8-11.2z" } }] }, name: "clock-circle", theme: "outlined" }, ClockCircleOutlined = function($, V) {
35946
35946
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
35947
35947
  ref: V,
35948
35948
  icon: ClockCircleOutlined$1
35949
35949
  }));
35950
- }, RefIcon$H = /* @__PURE__ */ React.forwardRef(ClockCircleOutlined);
35951
- process.env.NODE_ENV !== "production" && (RefIcon$H.displayName = "ClockCircleOutlined");
35950
+ }, RefIcon$I = /* @__PURE__ */ React.forwardRef(ClockCircleOutlined);
35951
+ process.env.NODE_ENV !== "production" && (RefIcon$I.displayName = "ClockCircleOutlined");
35952
35952
  var SwapRightOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "0 0 1024 1024", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M873.1 596.2l-164-208A32 32 0 00684 376h-64.8c-6.7 0-10.4 7.7-6.3 13l144.3 183H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h695.9c26.8 0 41.7-30.8 25.2-51.8z" } }] }, name: "swap-right", theme: "outlined" }, SwapRightOutlined = function($, V) {
35953
35953
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
35954
35954
  ref: V,
35955
35955
  icon: SwapRightOutlined$1
35956
35956
  }));
35957
- }, RefIcon$G = /* @__PURE__ */ React.forwardRef(SwapRightOutlined);
35958
- process.env.NODE_ENV !== "production" && (RefIcon$G.displayName = "SwapRightOutlined");
35957
+ }, RefIcon$H = /* @__PURE__ */ React.forwardRef(SwapRightOutlined);
35958
+ process.env.NODE_ENV !== "production" && (RefIcon$H.displayName = "SwapRightOutlined");
35959
35959
  function getPlaceholder(C, $, V) {
35960
35960
  return V !== void 0 ? V : $ === "year" && C.lang.yearPlaceholder ? C.lang.yearPlaceholder : $ === "quarter" && C.lang.quarterPlaceholder ? C.lang.quarterPlaceholder : $ === "month" && C.lang.monthPlaceholder ? C.lang.monthPlaceholder : $ === "week" && C.lang.weekPlaceholder ? C.lang.weekPlaceholder : $ === "time" && C.timePickerLocale.placeholder ? C.timePickerLocale.placeholder : C.lang.placeholder;
35961
35961
  }
@@ -36114,7 +36114,7 @@ const generateRangePicker = (C) => {
36114
36114
  hasFeedback: Le,
36115
36115
  status: Be,
36116
36116
  feedbackIcon: We
36117
- } = De, Ge = /* @__PURE__ */ React.createElement(React.Fragment, null, de === TIME ? /* @__PURE__ */ React.createElement(RefIcon$H, null) : /* @__PURE__ */ React.createElement(RefIcon$I, null), Le && We);
36117
+ } = De, Ge = /* @__PURE__ */ React.createElement(React.Fragment, null, de === TIME ? /* @__PURE__ */ React.createElement(RefIcon$I, null) : /* @__PURE__ */ React.createElement(RefIcon$J, null), Le && We);
36118
36118
  useImperativeHandle(F, () => ye.current);
36119
36119
  const [Xe] = useLocale$1("Calendar", locale), Ye = Object.assign(Object.assign({}, Xe), V.locale), [Je] = useZIndex("DatePicker", (K = Me.popup.root) === null || K === void 0 ? void 0 : K.zIndex);
36120
36120
  return xe(/* @__PURE__ */ React.createElement(ContextIsolator, {
@@ -36123,7 +36123,7 @@ const generateRangePicker = (C) => {
36123
36123
  separator: /* @__PURE__ */ React.createElement("span", {
36124
36124
  "aria-label": "to",
36125
36125
  className: `${Oe}-separator`
36126
- }, /* @__PURE__ */ React.createElement(RefIcon$G, null)),
36126
+ }, /* @__PURE__ */ React.createElement(RefIcon$H, null)),
36127
36127
  disabled: ze,
36128
36128
  ref: ye,
36129
36129
  placement: ne,
@@ -36238,7 +36238,7 @@ const generatePicker$1 = (C) => {
36238
36238
  hasFeedback: dt,
36239
36239
  status: ft,
36240
36240
  feedbackIcon: et
36241
- } = Ct, st = /* @__PURE__ */ React.createElement(React.Fragment, null, Be === "time" ? /* @__PURE__ */ React.createElement(RefIcon$H, null) : /* @__PURE__ */ React.createElement(RefIcon$I, null), dt && et), [ot] = useLocale$1("DatePicker", locale), rt = Object.assign(Object.assign({}, ot), ie.locale), [it] = useZIndex("DatePicker", (me = Ze.popup.root) === null || me === void 0 ? void 0 : me.zIndex);
36241
+ } = Ct, st = /* @__PURE__ */ React.createElement(React.Fragment, null, Be === "time" ? /* @__PURE__ */ React.createElement(RefIcon$I, null) : /* @__PURE__ */ React.createElement(RefIcon$J, null), dt && et), [ot] = useLocale$1("DatePicker", locale), rt = Object.assign(Object.assign({}, ot), ie.locale), [it] = useZIndex("DatePicker", (me = Ze.popup.root) === null || me === void 0 ? void 0 : me.zIndex);
36242
36242
  return He(/* @__PURE__ */ React.createElement(ContextIsolator, {
36243
36243
  space: !0
36244
36244
  }, /* @__PURE__ */ React.createElement(RefPicker, Object.assign({
@@ -37110,7 +37110,7 @@ const DropdownButton = (C) => {
37110
37110
  placement: de,
37111
37111
  getPopupContainer: he,
37112
37112
  href: ge,
37113
- icon: be = /* @__PURE__ */ React.createElement(RefIcon$L, null),
37113
+ icon: be = /* @__PURE__ */ React.createElement(RefIcon$M, null),
37114
37114
  title: _e,
37115
37115
  buttonsRender: ye = (ze) => ze,
37116
37116
  mouseEnterDelay: Se,
@@ -37310,8 +37310,8 @@ var FileTextOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896"
37310
37310
  ref: V,
37311
37311
  icon: FileTextOutlined$1
37312
37312
  }));
37313
- }, RefIcon$F = /* @__PURE__ */ React.forwardRef(FileTextOutlined);
37314
- process.env.NODE_ENV !== "production" && (RefIcon$F.displayName = "FileTextOutlined");
37313
+ }, RefIcon$G = /* @__PURE__ */ React.forwardRef(FileTextOutlined);
37314
+ process.env.NODE_ENV !== "production" && (RefIcon$G.displayName = "FileTextOutlined");
37315
37315
  var __rest$x = function(C, $) {
37316
37316
  var V = {};
37317
37317
  for (var F in C) Object.prototype.hasOwnProperty.call(C, F) && $.indexOf(F) < 0 && (V[F] = C[F]);
@@ -37327,7 +37327,7 @@ const FloatButtonContent = (C) => {
37327
37327
  className: K
37328
37328
  } = C, J = __rest$x(C, ["icon", "description", "prefixCls", "className"]), ee = /* @__PURE__ */ React__default.createElement("div", {
37329
37329
  className: `${F}-icon`
37330
- }, /* @__PURE__ */ React__default.createElement(RefIcon$F, null));
37330
+ }, /* @__PURE__ */ React__default.createElement(RefIcon$G, null));
37331
37331
  return /* @__PURE__ */ React__default.createElement("div", Object.assign({}, J, {
37332
37332
  className: classNames(K, `${F}-content`)
37333
37333
  }), $ || V ? /* @__PURE__ */ React__default.createElement(React__default.Fragment, null, $ && /* @__PURE__ */ React__default.createElement("div", {
@@ -37901,7 +37901,7 @@ const BackTop = /* @__PURE__ */ React__default.forwardRef((C, $) => {
37901
37901
  type: K = "default",
37902
37902
  shape: J = "circle",
37903
37903
  visibilityHeight: ee = 400,
37904
- icon: te = /* @__PURE__ */ React__default.createElement(RefIcon$O, null),
37904
+ icon: te = /* @__PURE__ */ React__default.createElement(RefIcon$P, null),
37905
37905
  target: re,
37906
37906
  onClick: oe,
37907
37907
  duration: ne = 450
@@ -37969,7 +37969,7 @@ const FloatButtonGroup = (C) => {
37969
37969
  shape: J = "circle",
37970
37970
  type: ee = "default",
37971
37971
  placement: te = "top",
37972
- icon: re = /* @__PURE__ */ React__default.createElement(RefIcon$F, null),
37972
+ icon: re = /* @__PURE__ */ React__default.createElement(RefIcon$G, null),
37973
37973
  closeIcon: oe,
37974
37974
  description: ne,
37975
37975
  trigger: ae,
@@ -37981,7 +37981,7 @@ const FloatButtonGroup = (C) => {
37981
37981
  direction: pe,
37982
37982
  getPrefixCls: ce,
37983
37983
  closeIcon: ve
37984
- } = useComponentConfig("floatButtonGroup"), fe = ($ = oe != null ? oe : ve) !== null && $ !== void 0 ? $ : /* @__PURE__ */ React__default.createElement(RefIcon$W, null), de = ce(floatButtonPrefixCls, V), he = useCSSVarCls(de), [ge, be, _e] = useStyle$a(de, he), ye = `${de}-group`, Se = ae && ["click", "hover"].includes(ae), Ce = te && ["top", "left", "right", "bottom"].includes(te), Re = classNames(ye, be, _e, he, F, {
37984
+ } = useComponentConfig("floatButtonGroup"), fe = ($ = oe != null ? oe : ve) !== null && $ !== void 0 ? $ : /* @__PURE__ */ React__default.createElement(RefIcon$X, null), de = ce(floatButtonPrefixCls, V), he = useCSSVarCls(de), [ge, be, _e] = useStyle$a(de, he), ye = `${de}-group`, Se = ae && ["click", "hover"].includes(ae), Ce = te && ["top", "left", "right", "bottom"].includes(te), Re = classNames(ye, be, _e, he, F, {
37985
37985
  [`${ye}-rtl`]: pe === "rtl",
37986
37986
  [`${ye}-${J}`]: J,
37987
37987
  [`${ye}-${J}-shadow`]: !Se,
@@ -39015,8 +39015,8 @@ var QuestionCircleOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 89
39015
39015
  ref: V,
39016
39016
  icon: QuestionCircleOutlined$1
39017
39017
  }));
39018
- }, RefIcon$E = /* @__PURE__ */ React.forwardRef(QuestionCircleOutlined);
39019
- process.env.NODE_ENV !== "production" && (RefIcon$E.displayName = "QuestionCircleOutlined");
39018
+ }, RefIcon$F = /* @__PURE__ */ React.forwardRef(QuestionCircleOutlined);
39019
+ process.env.NODE_ENV !== "production" && (RefIcon$F.displayName = "QuestionCircleOutlined");
39020
39020
  var __rest$p = function(C, $) {
39021
39021
  var V = {};
39022
39022
  for (var F in C) Object.prototype.hasOwnProperty.call(C, F) && $.indexOf(F) < 0 && (V[F] = C[F]);
@@ -39055,7 +39055,7 @@ const FormItemLabel = (C) => {
39055
39055
  const be = convertToTooltipProps(oe);
39056
39056
  if (be) {
39057
39057
  const {
39058
- icon: we = /* @__PURE__ */ React.createElement(RefIcon$E, null)
39058
+ icon: we = /* @__PURE__ */ React.createElement(RefIcon$F, null)
39059
39059
  } = be, Oe = __rest$p(be, ["icon"]), $e = /* @__PURE__ */ React.createElement(Tooltip, Object.assign({}, Oe), /* @__PURE__ */ React.cloneElement(we, {
39060
39060
  className: `${$}-item-tooltip`,
39061
39061
  title: "",
@@ -39088,10 +39088,10 @@ const FormItemLabel = (C) => {
39088
39088
  title: typeof V == "string" ? V : ""
39089
39089
  }, de));
39090
39090
  }, iconMap = {
39091
- success: RefIcon$Y,
39092
- warning: RefIcon$V,
39093
- error: RefIcon$X,
39094
- validating: RefIcon$T
39091
+ success: RefIcon$Z,
39092
+ warning: RefIcon$W,
39093
+ error: RefIcon$Y,
39094
+ validating: RefIcon$U
39095
39095
  };
39096
39096
  function StatusProvider(C) {
39097
39097
  let {
@@ -39462,8 +39462,8 @@ var EyeOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", foc
39462
39462
  ref: V,
39463
39463
  icon: EyeOutlined$1
39464
39464
  }));
39465
- }, RefIcon$D = /* @__PURE__ */ React.forwardRef(EyeOutlined);
39466
- process.env.NODE_ENV !== "production" && (RefIcon$D.displayName = "EyeOutlined");
39465
+ }, RefIcon$E = /* @__PURE__ */ React.forwardRef(EyeOutlined);
39466
+ process.env.NODE_ENV !== "production" && (RefIcon$E.displayName = "EyeOutlined");
39467
39467
  const Group = (C) => {
39468
39468
  const {
39469
39469
  getPrefixCls: $,
@@ -39738,8 +39738,8 @@ var EyeInvisibleOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896
39738
39738
  ref: V,
39739
39739
  icon: EyeInvisibleOutlined$1
39740
39740
  }));
39741
- }, RefIcon$C = /* @__PURE__ */ React.forwardRef(EyeInvisibleOutlined);
39742
- process.env.NODE_ENV !== "production" && (RefIcon$C.displayName = "EyeInvisibleOutlined");
39741
+ }, RefIcon$D = /* @__PURE__ */ React.forwardRef(EyeInvisibleOutlined);
39742
+ process.env.NODE_ENV !== "production" && (RefIcon$D.displayName = "EyeInvisibleOutlined");
39743
39743
  var __rest$k = function(C, $) {
39744
39744
  var V = {};
39745
39745
  for (var F in C) Object.prototype.hasOwnProperty.call(C, F) && $.indexOf(F) < 0 && (V[F] = C[F]);
@@ -39747,7 +39747,7 @@ var __rest$k = function(C, $) {
39747
39747
  $.indexOf(F[K]) < 0 && Object.prototype.propertyIsEnumerable.call(C, F[K]) && (V[F[K]] = C[F[K]]);
39748
39748
  return V;
39749
39749
  };
39750
- const defaultIconRender = (C) => C ? /* @__PURE__ */ React.createElement(RefIcon$D, null) : /* @__PURE__ */ React.createElement(RefIcon$C, null), actionMap = {
39750
+ const defaultIconRender = (C) => C ? /* @__PURE__ */ React.createElement(RefIcon$E, null) : /* @__PURE__ */ React.createElement(RefIcon$D, null), actionMap = {
39751
39751
  click: "onClick",
39752
39752
  hover: "onMouseOver"
39753
39753
  }, Password = /* @__PURE__ */ React.forwardRef((C, $) => {
@@ -39844,7 +39844,7 @@ const Search = /* @__PURE__ */ React.forwardRef((C, $) => {
39844
39844
  });
39845
39845
  }, Se = (Ee) => {
39846
39846
  ce.current || oe || ye(Ee);
39847
- }, Ce = typeof te == "boolean" ? /* @__PURE__ */ React.createElement(RefIcon$P, null) : null, Re = `${ve}-button`;
39847
+ }, Ce = typeof te == "boolean" ? /* @__PURE__ */ React.createElement(RefIcon$Q, null) : null, Re = `${ve}-button`;
39848
39848
  let we;
39849
39849
  const Oe = te || {}, $e = Oe.type && Oe.type.__ANT_BUTTON === !0;
39850
39850
  $e || Oe.type === "button" ? we = cloneElement(Oe, Object.assign({
@@ -40413,7 +40413,7 @@ const Basic = /* @__PURE__ */ React.forwardRef((C, $) => {
40413
40413
  }), Layout$1 = generator({
40414
40414
  tagName: "div",
40415
40415
  displayName: "Layout"
40416
- })(BasicLayout), Header$2 = generator({
40416
+ })(BasicLayout), Header$3 = generator({
40417
40417
  suffixCls: "header",
40418
40418
  tagName: "header",
40419
40419
  displayName: "Header"
@@ -40426,7 +40426,7 @@ const Basic = /* @__PURE__ */ React.forwardRef((C, $) => {
40426
40426
  tagName: "main",
40427
40427
  displayName: "Content"
40428
40428
  })(Basic), Layout = Layout$1;
40429
- Layout.Header = Header$2;
40429
+ Layout.Header = Header$3;
40430
40430
  Layout.Footer = Footer$1;
40431
40431
  Layout.Content = Content$1;
40432
40432
  Layout.Sider = Sider;
@@ -41855,7 +41855,7 @@ const ProgressStatuses = ["normal", "exception", "active", "success"], Progress
41855
41855
  const Ae = getSuccessPercent(C);
41856
41856
  let Te;
41857
41857
  const Ee = ie || ((Pe) => `${Pe}%`), xe = we && fe && pe === "inner";
41858
- return pe === "inner" || ie || he !== "exception" && he !== "success" ? Te = Ee(validProgress(te), validProgress(Ae)) : he === "exception" ? Te = we ? /* @__PURE__ */ React.createElement(RefIcon$X, null) : /* @__PURE__ */ React.createElement(RefIcon$W, null) : he === "success" && (Te = we ? /* @__PURE__ */ React.createElement(RefIcon$Y, null) : /* @__PURE__ */ React.createElement(RefIcon$R, null)), /* @__PURE__ */ React.createElement("span", {
41858
+ return pe === "inner" || ie || he !== "exception" && he !== "success" ? Te = Ee(validProgress(te), validProgress(Ae)) : he === "exception" ? Te = we ? /* @__PURE__ */ React.createElement(RefIcon$Y, null) : /* @__PURE__ */ React.createElement(RefIcon$X, null) : he === "success" && (Te = we ? /* @__PURE__ */ React.createElement(RefIcon$Z, null) : /* @__PURE__ */ React.createElement(RefIcon$S, null)), /* @__PURE__ */ React.createElement("span", {
41859
41859
  className: classNames(`${ye}-text`, {
41860
41860
  [`${ye}-text-bright`]: xe,
41861
41861
  [`${ye}-text-${le}`]: Oe,
@@ -41913,113 +41913,113 @@ var AuditOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", f
41913
41913
  ref: V,
41914
41914
  icon: AuditOutlined$1
41915
41915
  }));
41916
- }, RefIcon$B = /* @__PURE__ */ React.forwardRef(AuditOutlined);
41917
- process.env.NODE_ENV !== "production" && (RefIcon$B.displayName = "AuditOutlined");
41916
+ }, RefIcon$C = /* @__PURE__ */ React.forwardRef(AuditOutlined);
41917
+ process.env.NODE_ENV !== "production" && (RefIcon$C.displayName = "AuditOutlined");
41918
41918
  var BgColorsOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M766.4 744.3c43.7 0 79.4-36.2 79.4-80.5 0-53.5-79.4-140.8-79.4-140.8S687 610.3 687 663.8c0 44.3 35.7 80.5 79.4 80.5zm-377.1-44.1c7.1 7.1 18.6 7.1 25.6 0l256.1-256c7.1-7.1 7.1-18.6 0-25.6l-256-256c-.6-.6-1.3-1.2-2-1.7l-78.2-78.2a9.11 9.11 0 00-12.8 0l-48 48a9.11 9.11 0 000 12.8l67.2 67.2-207.8 207.9c-7.1 7.1-7.1 18.6 0 25.6l255.9 256zm12.9-448.6l178.9 178.9H223.4l178.8-178.9zM904 816H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8z" } }] }, name: "bg-colors", theme: "outlined" }, BgColorsOutlined = function($, V) {
41919
41919
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
41920
41920
  ref: V,
41921
41921
  icon: BgColorsOutlined$1
41922
41922
  }));
41923
- }, RefIcon$A = /* @__PURE__ */ React.forwardRef(BgColorsOutlined);
41924
- process.env.NODE_ENV !== "production" && (RefIcon$A.displayName = "BgColorsOutlined");
41923
+ }, RefIcon$B = /* @__PURE__ */ React.forwardRef(BgColorsOutlined);
41924
+ process.env.NODE_ENV !== "production" && (RefIcon$B.displayName = "BgColorsOutlined");
41925
41925
  var BookOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-260 72h96v209.9L621.5 312 572 347.4V136zm220 752H232V136h280v296.9c0 3.3 1 6.6 3 9.3a15.9 15.9 0 0022.3 3.7l83.8-59.9 81.4 59.4c2.7 2 6 3.1 9.4 3.1 8.8 0 16-7.2 16-16V136h64v752z" } }] }, name: "book", theme: "outlined" }, BookOutlined = function($, V) {
41926
41926
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
41927
41927
  ref: V,
41928
41928
  icon: BookOutlined$1
41929
41929
  }));
41930
- }, RefIcon$z = /* @__PURE__ */ React.forwardRef(BookOutlined);
41931
- process.env.NODE_ENV !== "production" && (RefIcon$z.displayName = "BookOutlined");
41930
+ }, RefIcon$A = /* @__PURE__ */ React.forwardRef(BookOutlined);
41931
+ process.env.NODE_ENV !== "production" && (RefIcon$A.displayName = "BookOutlined");
41932
41932
  var CheckCircleOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M699 353h-46.9c-10.2 0-19.9 4.9-25.9 13.3L469 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H325c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8a31.8 31.8 0 0051.7 0l210.6-292c3.9-5.3.1-12.7-6.4-12.7z" } }, { tag: "path", attrs: { d: "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }] }, name: "check-circle", theme: "outlined" }, CheckCircleOutlined = function($, V) {
41933
41933
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
41934
41934
  ref: V,
41935
41935
  icon: CheckCircleOutlined$1
41936
41936
  }));
41937
- }, RefIcon$y = /* @__PURE__ */ React.forwardRef(CheckCircleOutlined);
41938
- process.env.NODE_ENV !== "production" && (RefIcon$y.displayName = "CheckCircleOutlined");
41937
+ }, RefIcon$z = /* @__PURE__ */ React.forwardRef(CheckCircleOutlined);
41938
+ process.env.NODE_ENV !== "production" && (RefIcon$z.displayName = "CheckCircleOutlined");
41939
41939
  var CloseCircleOutlined$1 = { icon: { tag: "svg", attrs: { "fill-rule": "evenodd", viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960 64 759.4 64 512 264.6 64 512 64zm0 76c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm128.01 198.83c.03 0 .05.01.09.06l45.02 45.01a.2.2 0 01.05.09.12.12 0 010 .07c0 .02-.01.04-.05.08L557.25 512l127.87 127.86a.27.27 0 01.05.06v.02a.12.12 0 010 .07c0 .03-.01.05-.05.09l-45.02 45.02a.2.2 0 01-.09.05.12.12 0 01-.07 0c-.02 0-.04-.01-.08-.05L512 557.25 384.14 685.12c-.04.04-.06.05-.08.05a.12.12 0 01-.07 0c-.03 0-.05-.01-.09-.05l-45.02-45.02a.2.2 0 01-.05-.09.12.12 0 010-.07c0-.02.01-.04.06-.08L466.75 512 338.88 384.14a.27.27 0 01-.05-.06l-.01-.02a.12.12 0 010-.07c0-.03.01-.05.05-.09l45.02-45.02a.2.2 0 01.09-.05.12.12 0 01.07 0c.02 0 .04.01.08.06L512 466.75l127.86-127.86c.04-.05.06-.06.08-.06a.12.12 0 01.07 0z" } }] }, name: "close-circle", theme: "outlined" }, CloseCircleOutlined = function($, V) {
41940
41940
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
41941
41941
  ref: V,
41942
41942
  icon: CloseCircleOutlined$1
41943
41943
  }));
41944
- }, RefIcon$x = /* @__PURE__ */ React.forwardRef(CloseCircleOutlined);
41945
- process.env.NODE_ENV !== "production" && (RefIcon$x.displayName = "CloseCircleOutlined");
41944
+ }, RefIcon$y = /* @__PURE__ */ React.forwardRef(CloseCircleOutlined);
41945
+ process.env.NODE_ENV !== "production" && (RefIcon$y.displayName = "CloseCircleOutlined");
41946
41946
  var CodeOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M516 673c0 4.4 3.4 8 7.5 8h185c4.1 0 7.5-3.6 7.5-8v-48c0-4.4-3.4-8-7.5-8h-185c-4.1 0-7.5 3.6-7.5 8v48zm-194.9 6.1l192-161c3.8-3.2 3.8-9.1 0-12.3l-192-160.9A7.95 7.95 0 00308 351v62.7c0 2.4 1 4.6 2.9 6.1L420.7 512l-109.8 92.2a8.1 8.1 0 00-2.9 6.1V673c0 6.8 7.9 10.5 13.1 6.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] }, name: "code", theme: "outlined" }, CodeOutlined = function($, V) {
41947
41947
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
41948
41948
  ref: V,
41949
41949
  icon: CodeOutlined$1
41950
41950
  }));
41951
- }, RefIcon$w = /* @__PURE__ */ React.forwardRef(CodeOutlined);
41952
- process.env.NODE_ENV !== "production" && (RefIcon$w.displayName = "CodeOutlined");
41951
+ }, RefIcon$x = /* @__PURE__ */ React.forwardRef(CodeOutlined);
41952
+ process.env.NODE_ENV !== "production" && (RefIcon$x.displayName = "CodeOutlined");
41953
41953
  var CopyOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z" } }] }, name: "copy", theme: "outlined" }, CopyOutlined = function($, V) {
41954
41954
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
41955
41955
  ref: V,
41956
41956
  icon: CopyOutlined$1
41957
41957
  }));
41958
- }, RefIcon$v = /* @__PURE__ */ React.forwardRef(CopyOutlined);
41959
- process.env.NODE_ENV !== "production" && (RefIcon$v.displayName = "CopyOutlined");
41958
+ }, RefIcon$w = /* @__PURE__ */ React.forwardRef(CopyOutlined);
41959
+ process.env.NODE_ENV !== "production" && (RefIcon$w.displayName = "CopyOutlined");
41960
41960
  var DeleteOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M360 184h-8c4.4 0 8-3.6 8-8v8h304v-8c0 4.4 3.6 8 8 8h-8v72h72v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80h72v-72zm504 72H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM731.3 840H292.7l-24.2-512h487l-24.2 512z" } }] }, name: "delete", theme: "outlined" }, DeleteOutlined = function($, V) {
41961
41961
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
41962
41962
  ref: V,
41963
41963
  icon: DeleteOutlined$1
41964
41964
  }));
41965
- }, RefIcon$u = /* @__PURE__ */ React.forwardRef(DeleteOutlined);
41966
- process.env.NODE_ENV !== "production" && (RefIcon$u.displayName = "DeleteOutlined");
41965
+ }, RefIcon$v = /* @__PURE__ */ React.forwardRef(DeleteOutlined);
41966
+ process.env.NODE_ENV !== "production" && (RefIcon$v.displayName = "DeleteOutlined");
41967
41967
  var DownloadOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M505.7 661a8 8 0 0012.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V168c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.8zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8z" } }] }, name: "download", theme: "outlined" }, DownloadOutlined = function($, V) {
41968
41968
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
41969
41969
  ref: V,
41970
41970
  icon: DownloadOutlined$1
41971
41971
  }));
41972
- }, RefIcon$t = /* @__PURE__ */ React.forwardRef(DownloadOutlined);
41973
- process.env.NODE_ENV !== "production" && (RefIcon$t.displayName = "DownloadOutlined");
41972
+ }, RefIcon$u = /* @__PURE__ */ React.forwardRef(DownloadOutlined);
41973
+ process.env.NODE_ENV !== "production" && (RefIcon$u.displayName = "DownloadOutlined");
41974
41974
  var EditOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M257.7 752c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 000-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 009.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9zm67.4-174.4L687.8 215l73.3 73.3-362.7 362.6-88.9 15.7 15.6-89zM880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32z" } }] }, name: "edit", theme: "outlined" }, EditOutlined = function($, V) {
41975
41975
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
41976
41976
  ref: V,
41977
41977
  icon: EditOutlined$1
41978
41978
  }));
41979
- }, RefIcon$s = /* @__PURE__ */ React.forwardRef(EditOutlined);
41980
- process.env.NODE_ENV !== "production" && (RefIcon$s.displayName = "EditOutlined");
41979
+ }, RefIcon$t = /* @__PURE__ */ React.forwardRef(EditOutlined);
41980
+ process.env.NODE_ENV !== "production" && (RefIcon$t.displayName = "EditOutlined");
41981
41981
  var EnterOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M864 170h-60c-4.4 0-8 3.6-8 8v518H310v-73c0-6.7-7.8-10.5-13-6.3l-141.9 112a8 8 0 000 12.6l141.9 112c5.3 4.2 13 .4 13-6.3v-75h498c35.3 0 64-28.7 64-64V178c0-4.4-3.6-8-8-8z" } }] }, name: "enter", theme: "outlined" }, EnterOutlined = function($, V) {
41982
41982
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
41983
41983
  ref: V,
41984
41984
  icon: EnterOutlined$1
41985
41985
  }));
41986
- }, RefIcon$r = /* @__PURE__ */ React.forwardRef(EnterOutlined);
41987
- process.env.NODE_ENV !== "production" && (RefIcon$r.displayName = "EnterOutlined");
41986
+ }, RefIcon$s = /* @__PURE__ */ React.forwardRef(EnterOutlined);
41987
+ process.env.NODE_ENV !== "production" && (RefIcon$s.displayName = "EnterOutlined");
41988
41988
  var ExclamationCircleOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }, { tag: "path", attrs: { d: "M464 688a48 48 0 1096 0 48 48 0 10-96 0zm24-112h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8z" } }] }, name: "exclamation-circle", theme: "outlined" }, ExclamationCircleOutlined = function($, V) {
41989
41989
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
41990
41990
  ref: V,
41991
41991
  icon: ExclamationCircleOutlined$1
41992
41992
  }));
41993
- }, RefIcon$q = /* @__PURE__ */ React.forwardRef(ExclamationCircleOutlined);
41994
- process.env.NODE_ENV !== "production" && (RefIcon$q.displayName = "ExclamationCircleOutlined");
41993
+ }, RefIcon$r = /* @__PURE__ */ React.forwardRef(ExclamationCircleOutlined);
41994
+ process.env.NODE_ENV !== "production" && (RefIcon$r.displayName = "ExclamationCircleOutlined");
41995
41995
  var FileDoneOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M688 312v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8zm-392 88c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm376 116c-119.3 0-216 96.7-216 216s96.7 216 216 216 216-96.7 216-216-96.7-216-216-216zm107.5 323.5C750.8 868.2 712.6 884 672 884s-78.8-15.8-107.5-44.5C535.8 810.8 520 772.6 520 732s15.8-78.8 44.5-107.5C593.2 595.8 631.4 580 672 580s78.8 15.8 107.5 44.5C808.2 653.2 824 691.4 824 732s-15.8 78.8-44.5 107.5zM761 656h-44.3c-2.6 0-5 1.2-6.5 3.3l-63.5 87.8-23.1-31.9a7.92 7.92 0 00-6.5-3.3H573c-6.5 0-10.3 7.4-6.5 12.7l73.8 102.1c3.2 4.4 9.7 4.4 12.9 0l114.2-158c3.9-5.3.1-12.7-6.4-12.7zM440 852H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h272c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z" } }] }, name: "file-done", theme: "outlined" }, FileDoneOutlined = function($, V) {
41996
41996
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
41997
41997
  ref: V,
41998
41998
  icon: FileDoneOutlined$1
41999
41999
  }));
42000
- }, RefIcon$p = /* @__PURE__ */ React.forwardRef(FileDoneOutlined);
42001
- process.env.NODE_ENV !== "production" && (RefIcon$p.displayName = "FileDoneOutlined");
42000
+ }, RefIcon$q = /* @__PURE__ */ React.forwardRef(FileDoneOutlined);
42001
+ process.env.NODE_ENV !== "production" && (RefIcon$q.displayName = "FileDoneOutlined");
42002
42002
  var FileOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494z" } }] }, name: "file", theme: "outlined" }, FileOutlined = function($, V) {
42003
42003
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
42004
42004
  ref: V,
42005
42005
  icon: FileOutlined$1
42006
42006
  }));
42007
- }, RefIcon$o = /* @__PURE__ */ React.forwardRef(FileOutlined);
42008
- process.env.NODE_ENV !== "production" && (RefIcon$o.displayName = "FileOutlined");
42007
+ }, RefIcon$p = /* @__PURE__ */ React.forwardRef(FileOutlined);
42008
+ process.env.NODE_ENV !== "production" && (RefIcon$p.displayName = "FileOutlined");
42009
42009
  var FilePdfOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M531.3 574.4l.3-1.4c5.8-23.9 13.1-53.7 7.4-80.7-3.8-21.3-19.5-29.6-32.9-30.2-15.8-.7-29.9 8.3-33.4 21.4-6.6 24-.7 56.8 10.1 98.6-13.6 32.4-35.3 79.5-51.2 107.5-29.6 15.3-69.3 38.9-75.2 68.7-1.2 5.5.2 12.5 3.5 18.8 3.7 7 9.6 12.4 16.5 15 3 1.1 6.6 2 10.8 2 17.6 0 46.1-14.2 84.1-79.4 5.8-1.9 11.8-3.9 17.6-5.9 27.2-9.2 55.4-18.8 80.9-23.1 28.2 15.1 60.3 24.8 82.1 24.8 21.6 0 30.1-12.8 33.3-20.5 5.6-13.5 2.9-30.5-6.2-39.6-13.2-13-45.3-16.4-95.3-10.2-24.6-15-40.7-35.4-52.4-65.8zM421.6 726.3c-13.9 20.2-24.4 30.3-30.1 34.7 6.7-12.3 19.8-25.3 30.1-34.7zm87.6-235.5c5.2 8.9 4.5 35.8.5 49.4-4.9-19.9-5.6-48.1-2.7-51.4.8.1 1.5.7 2.2 2zm-1.6 120.5c10.7 18.5 24.2 34.4 39.1 46.2-21.6 4.9-41.3 13-58.9 20.2-4.2 1.7-8.3 3.4-12.3 5 13.3-24.1 24.4-51.4 32.1-71.4zm155.6 65.5c.1.2.2.5-.4.9h-.2l-.2.3c-.8.5-9 5.3-44.3-8.6 40.6-1.9 45 7.3 45.1 7.4zm191.4-388.2L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494z" } }] }, name: "file-pdf", theme: "outlined" }, FilePdfOutlined = function($, V) {
42010
42010
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
42011
42011
  ref: V,
42012
42012
  icon: FilePdfOutlined$1
42013
42013
  }));
42014
- }, RefIcon$n = /* @__PURE__ */ React.forwardRef(FilePdfOutlined);
42015
- process.env.NODE_ENV !== "production" && (RefIcon$n.displayName = "FilePdfOutlined");
42014
+ }, RefIcon$o = /* @__PURE__ */ React.forwardRef(FilePdfOutlined);
42015
+ process.env.NODE_ENV !== "production" && (RefIcon$o.displayName = "FilePdfOutlined");
42016
42016
  var FileTextFilled$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM320 482a8 8 0 00-8 8v48a8 8 0 008 8h384a8 8 0 008-8v-48a8 8 0 00-8-8H320zm0 136a8 8 0 00-8 8v48a8 8 0 008 8h184a8 8 0 008-8v-48a8 8 0 00-8-8H320z" } }] }, name: "file-text", theme: "filled" }, FileTextFilled = function($, V) {
42017
42017
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
42018
42018
  ref: V,
42019
42019
  icon: FileTextFilled$1
42020
42020
  }));
42021
- }, RefIcon$m = /* @__PURE__ */ React.forwardRef(FileTextFilled);
42022
- process.env.NODE_ENV !== "production" && (RefIcon$m.displayName = "FileTextFilled");
42021
+ }, RefIcon$n = /* @__PURE__ */ React.forwardRef(FileTextFilled);
42022
+ process.env.NODE_ENV !== "production" && (RefIcon$n.displayName = "FileTextFilled");
42023
42023
  var FileTextTwoTone$1 = { icon: function($, V) {
42024
42024
  return { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M534 352V136H232v752h560V394H576a42 42 0 01-42-42zm-22 322c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm200-184v48c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8z", fill: V } }, { tag: "path", attrs: { d: "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0042 42h216v494z", fill: $ } }, { tag: "path", attrs: { d: "M312 490v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8zm192 128H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z", fill: $ } }] };
42025
42025
  }, name: "file-text", theme: "twotone" }, FileTextTwoTone = function($, V) {
@@ -42027,8 +42027,8 @@ var FileTextTwoTone$1 = { icon: function($, V) {
42027
42027
  ref: V,
42028
42028
  icon: FileTextTwoTone$1
42029
42029
  }));
42030
- }, RefIcon$l = /* @__PURE__ */ React.forwardRef(FileTextTwoTone);
42031
- process.env.NODE_ENV !== "production" && (RefIcon$l.displayName = "FileTextTwoTone");
42030
+ }, RefIcon$m = /* @__PURE__ */ React.forwardRef(FileTextTwoTone);
42031
+ process.env.NODE_ENV !== "production" && (RefIcon$m.displayName = "FileTextTwoTone");
42032
42032
  var FileTwoTone$1 = { icon: function($, V) {
42033
42033
  return { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M534 352V136H232v752h560V394H576a42 42 0 01-42-42z", fill: V } }, { tag: "path", attrs: { d: "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0042 42h216v494z", fill: $ } }] };
42034
42034
  }, name: "file", theme: "twotone" }, FileTwoTone = function($, V) {
@@ -42036,78 +42036,78 @@ var FileTwoTone$1 = { icon: function($, V) {
42036
42036
  ref: V,
42037
42037
  icon: FileTwoTone$1
42038
42038
  }));
42039
- }, RefIcon$k = /* @__PURE__ */ React.forwardRef(FileTwoTone);
42040
- process.env.NODE_ENV !== "production" && (RefIcon$k.displayName = "FileTwoTone");
42039
+ }, RefIcon$l = /* @__PURE__ */ React.forwardRef(FileTwoTone);
42040
+ process.env.NODE_ENV !== "production" && (RefIcon$l.displayName = "FileTwoTone");
42041
42041
  var FontSizeOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M920 416H616c-4.4 0-8 3.6-8 8v112c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-56h60v320h-46c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h164c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-46V480h60v56c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V424c0-4.4-3.6-8-8-8zM656 296V168c0-4.4-3.6-8-8-8H104c-4.4 0-8 3.6-8 8v128c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-64h168v560h-92c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-92V232h168v64c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8z" } }] }, name: "font-size", theme: "outlined" }, FontSizeOutlined = function($, V) {
42042
42042
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
42043
42043
  ref: V,
42044
42044
  icon: FontSizeOutlined$1
42045
42045
  }));
42046
- }, RefIcon$j = /* @__PURE__ */ React.forwardRef(FontSizeOutlined);
42047
- process.env.NODE_ENV !== "production" && (RefIcon$j.displayName = "FontSizeOutlined");
42046
+ }, RefIcon$k = /* @__PURE__ */ React.forwardRef(FontSizeOutlined);
42047
+ process.env.NODE_ENV !== "production" && (RefIcon$k.displayName = "FontSizeOutlined");
42048
42048
  var FormOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M904 512h-56c-4.4 0-8 3.6-8 8v320H184V184h320c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V520c0-4.4-3.6-8-8-8z" } }, { tag: "path", attrs: { d: "M355.9 534.9L354 653.8c-.1 8.9 7.1 16.2 16 16.2h.4l118-2.9c2-.1 4-.9 5.4-2.3l415.9-415c3.1-3.1 3.1-8.2 0-11.3L785.4 114.3c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-415.8 415a8.3 8.3 0 00-2.3 5.6zm63.5 23.6L779.7 199l45.2 45.1-360.5 359.7-45.7 1.1.7-46.4z" } }] }, name: "form", theme: "outlined" }, FormOutlined = function($, V) {
42049
42049
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
42050
42050
  ref: V,
42051
42051
  icon: FormOutlined$1
42052
42052
  }));
42053
- }, RefIcon$i = /* @__PURE__ */ React.forwardRef(FormOutlined);
42054
- process.env.NODE_ENV !== "production" && (RefIcon$i.displayName = "FormOutlined");
42053
+ }, RefIcon$j = /* @__PURE__ */ React.forwardRef(FormOutlined);
42054
+ process.env.NODE_ENV !== "production" && (RefIcon$j.displayName = "FormOutlined");
42055
42055
  var GithubOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M511.6 76.3C264.3 76.2 64 276.4 64 523.5 64 718.9 189.3 885 363.8 946c23.5 5.9 19.9-10.8 19.9-22.2v-77.5c-135.7 15.9-141.2-73.9-150.3-88.9C215 726 171.5 718 184.5 703c30.9-15.9 62.4 4 98.9 57.9 26.4 39.1 77.9 32.5 104 26 5.7-23.5 17.9-44.5 34.7-60.8-140.6-25.2-199.2-111-199.2-213 0-49.5 16.3-95 48.3-131.7-20.4-60.5 1.9-112.3 4.9-120 58.1-5.2 118.5 41.6 123.2 45.3 33-8.9 70.7-13.6 112.9-13.6 42.4 0 80.2 4.9 113.5 13.9 11.3-8.6 67.3-48.8 121.3-43.9 2.9 7.7 24.7 58.3 5.5 118 32.4 36.8 48.9 82.7 48.9 132.3 0 102.2-59 188.1-200 212.9a127.5 127.5 0 0138.1 91v112.5c.8 9 0 17.9 15 17.9 177.1-59.7 304.6-227 304.6-424.1 0-247.2-200.4-447.3-447.5-447.3z" } }] }, name: "github", theme: "outlined" }, GithubOutlined = function($, V) {
42056
42056
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
42057
42057
  ref: V,
42058
42058
  icon: GithubOutlined$1
42059
42059
  }));
42060
- }, RefIcon$h = /* @__PURE__ */ React.forwardRef(GithubOutlined);
42061
- process.env.NODE_ENV !== "production" && (RefIcon$h.displayName = "GithubOutlined");
42060
+ }, RefIcon$i = /* @__PURE__ */ React.forwardRef(GithubOutlined);
42061
+ process.env.NODE_ENV !== "production" && (RefIcon$i.displayName = "GithubOutlined");
42062
42062
  var InboxOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "0 0 1024 1024", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M885.2 446.3l-.2-.8-112.2-285.1c-5-16.1-19.9-27.2-36.8-27.2H281.2c-17 0-32.1 11.3-36.9 27.6L139.4 443l-.3.7-.2.8c-1.3 4.9-1.7 9.9-1 14.8-.1 1.6-.2 3.2-.2 4.8V830a60.9 60.9 0 0060.8 60.8h627.2c33.5 0 60.8-27.3 60.9-60.8V464.1c0-1.3 0-2.6-.1-3.7.4-4.9 0-9.6-1.3-14.1zm-295.8-43l-.3 15.7c-.8 44.9-31.8 75.1-77.1 75.1-22.1 0-41.1-7.1-54.8-20.6S436 441.2 435.6 419l-.3-15.7H229.5L309 210h399.2l81.7 193.3H589.4zm-375 76.8h157.3c24.3 57.1 76 90.8 140.4 90.8 33.7 0 65-9.4 90.3-27.2 22.2-15.6 39.5-37.4 50.7-63.6h156.5V814H214.4V480.1z" } }] }, name: "inbox", theme: "outlined" }, InboxOutlined = function($, V) {
42063
42063
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
42064
42064
  ref: V,
42065
42065
  icon: InboxOutlined$1
42066
42066
  }));
42067
- }, RefIcon$g = /* @__PURE__ */ React.forwardRef(InboxOutlined);
42068
- process.env.NODE_ENV !== "production" && (RefIcon$g.displayName = "InboxOutlined");
42067
+ }, RefIcon$h = /* @__PURE__ */ React.forwardRef(InboxOutlined);
42068
+ process.env.NODE_ENV !== "production" && (RefIcon$h.displayName = "InboxOutlined");
42069
42069
  var InfoCircleOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }, { tag: "path", attrs: { d: "M464 336a48 48 0 1096 0 48 48 0 10-96 0zm72 112h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V456c0-4.4-3.6-8-8-8z" } }] }, name: "info-circle", theme: "outlined" }, InfoCircleOutlined = function($, V) {
42070
42070
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
42071
42071
  ref: V,
42072
42072
  icon: InfoCircleOutlined$1
42073
42073
  }));
42074
- }, RefIcon$f = /* @__PURE__ */ React.forwardRef(InfoCircleOutlined);
42075
- process.env.NODE_ENV !== "production" && (RefIcon$f.displayName = "InfoCircleOutlined");
42074
+ }, RefIcon$g = /* @__PURE__ */ React.forwardRef(InfoCircleOutlined);
42075
+ process.env.NODE_ENV !== "production" && (RefIcon$g.displayName = "InfoCircleOutlined");
42076
42076
  var LikeOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M885.9 533.7c16.8-22.2 26.1-49.4 26.1-77.7 0-44.9-25.1-87.4-65.5-111.1a67.67 67.67 0 00-34.3-9.3H572.4l6-122.9c1.4-29.7-9.1-57.9-29.5-79.4A106.62 106.62 0 00471 99.9c-52 0-98 35-111.8 85.1l-85.9 311H144c-17.7 0-32 14.3-32 32v364c0 17.7 14.3 32 32 32h601.3c9.2 0 18.2-1.8 26.5-5.4 47.6-20.3 78.3-66.8 78.3-118.4 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7-.2-12.6-2-25.1-5.6-37.1zM184 852V568h81v284h-81zm636.4-353l-21.9 19 13.9 25.4a56.2 56.2 0 016.9 27.3c0 16.5-7.2 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 016.9 27.3c0 16.5-7.2 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 016.9 27.3c0 22.4-13.2 42.6-33.6 51.8H329V564.8l99.5-360.5a44.1 44.1 0 0142.2-32.3c7.6 0 15.1 2.2 21.1 6.7 9.9 7.4 15.2 18.6 14.6 30.5l-9.6 198.4h314.4C829 418.5 840 436.9 840 456c0 16.5-7.2 32.1-19.6 43z" } }] }, name: "like", theme: "outlined" }, LikeOutlined = function($, V) {
42077
42077
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
42078
42078
  ref: V,
42079
42079
  icon: LikeOutlined$1
42080
42080
  }));
42081
- }, RefIcon$e = /* @__PURE__ */ React.forwardRef(LikeOutlined);
42082
- process.env.NODE_ENV !== "production" && (RefIcon$e.displayName = "LikeOutlined");
42081
+ }, RefIcon$f = /* @__PURE__ */ React.forwardRef(LikeOutlined);
42082
+ process.env.NODE_ENV !== "production" && (RefIcon$f.displayName = "LikeOutlined");
42083
42083
  var LinkedinOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M847.7 112H176.3c-35.5 0-64.3 28.8-64.3 64.3v671.4c0 35.5 28.8 64.3 64.3 64.3h671.4c35.5 0 64.3-28.8 64.3-64.3V176.3c0-35.5-28.8-64.3-64.3-64.3zm0 736c-447.8-.1-671.7-.2-671.7-.3.1-447.8.2-671.7.3-671.7 447.8.1 671.7.2 671.7.3-.1 447.8-.2 671.7-.3 671.7zM230.6 411.9h118.7v381.8H230.6zm59.4-52.2c37.9 0 68.8-30.8 68.8-68.8a68.8 68.8 0 10-137.6 0c-.1 38 30.7 68.8 68.8 68.8zm252.3 245.1c0-49.8 9.5-98 71.2-98 60.8 0 61.7 56.9 61.7 101.2v185.7h118.6V584.3c0-102.8-22.2-181.9-142.3-181.9-57.7 0-96.4 31.7-112.3 61.7h-1.6v-52.2H423.7v381.8h118.6V604.8z" } }] }, name: "linkedin", theme: "outlined" }, LinkedinOutlined = function($, V) {
42084
42084
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
42085
42085
  ref: V,
42086
42086
  icon: LinkedinOutlined$1
42087
42087
  }));
42088
- }, RefIcon$d = /* @__PURE__ */ React.forwardRef(LinkedinOutlined);
42089
- process.env.NODE_ENV !== "production" && (RefIcon$d.displayName = "LinkedinOutlined");
42088
+ }, RefIcon$e = /* @__PURE__ */ React.forwardRef(LinkedinOutlined);
42089
+ process.env.NODE_ENV !== "production" && (RefIcon$e.displayName = "LinkedinOutlined");
42090
42090
  var MinusOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M872 474H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z" } }] }, name: "minus", theme: "outlined" }, MinusOutlined = function($, V) {
42091
42091
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
42092
42092
  ref: V,
42093
42093
  icon: MinusOutlined$1
42094
42094
  }));
42095
- }, RefIcon$c = /* @__PURE__ */ React.forwardRef(MinusOutlined);
42096
- process.env.NODE_ENV !== "production" && (RefIcon$c.displayName = "MinusOutlined");
42095
+ }, RefIcon$d = /* @__PURE__ */ React.forwardRef(MinusOutlined);
42096
+ process.env.NODE_ENV !== "production" && (RefIcon$d.displayName = "MinusOutlined");
42097
42097
  var MoreOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M456 231a56 56 0 10112 0 56 56 0 10-112 0zm0 280a56 56 0 10112 0 56 56 0 10-112 0zm0 280a56 56 0 10112 0 56 56 0 10-112 0z" } }] }, name: "more", theme: "outlined" }, MoreOutlined = function($, V) {
42098
42098
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
42099
42099
  ref: V,
42100
42100
  icon: MoreOutlined$1
42101
42101
  }));
42102
- }, RefIcon$b = /* @__PURE__ */ React.forwardRef(MoreOutlined);
42103
- process.env.NODE_ENV !== "production" && (RefIcon$b.displayName = "MoreOutlined");
42102
+ }, RefIcon$c = /* @__PURE__ */ React.forwardRef(MoreOutlined);
42103
+ process.env.NODE_ENV !== "production" && (RefIcon$c.displayName = "MoreOutlined");
42104
42104
  var PaperClipOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M779.3 196.6c-94.2-94.2-247.6-94.2-341.7 0l-261 260.8c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0012.7 0l261-260.8c32.4-32.4 75.5-50.2 121.3-50.2s88.9 17.8 121.2 50.2c32.4 32.4 50.2 75.5 50.2 121.2 0 45.8-17.8 88.8-50.2 121.2l-266 265.9-43.1 43.1c-40.3 40.3-105.8 40.3-146.1 0-19.5-19.5-30.2-45.4-30.2-73s10.7-53.5 30.2-73l263.9-263.8c6.7-6.6 15.5-10.3 24.9-10.3h.1c9.4 0 18.1 3.7 24.7 10.3 6.7 6.7 10.3 15.5 10.3 24.9 0 9.3-3.7 18.1-10.3 24.7L372.4 653c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0012.7 0l215.6-215.6c19.9-19.9 30.8-46.3 30.8-74.4s-11-54.6-30.8-74.4c-41.1-41.1-107.9-41-149 0L463 364 224.8 602.1A172.22 172.22 0 00174 724.8c0 46.3 18.1 89.8 50.8 122.5 33.9 33.8 78.3 50.7 122.7 50.7 44.4 0 88.8-16.9 122.6-50.7l309.2-309C824.8 492.7 850 432 850 367.5c.1-64.6-25.1-125.3-70.7-170.9z" } }] }, name: "paper-clip", theme: "outlined" }, PaperClipOutlined = function($, V) {
42105
42105
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
42106
42106
  ref: V,
42107
42107
  icon: PaperClipOutlined$1
42108
42108
  }));
42109
- }, RefIcon$a = /* @__PURE__ */ React.forwardRef(PaperClipOutlined);
42110
- process.env.NODE_ENV !== "production" && (RefIcon$a.displayName = "PaperClipOutlined");
42109
+ }, RefIcon$b = /* @__PURE__ */ React.forwardRef(PaperClipOutlined);
42110
+ process.env.NODE_ENV !== "production" && (RefIcon$b.displayName = "PaperClipOutlined");
42111
42111
  var PictureTwoTone$1 = { icon: function($, V) {
42112
42112
  return { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136v-39.9l138.5-164.3 150.1 178L658.1 489 888 761.6V792zm0-129.8L664.2 396.8c-3.2-3.8-9-3.8-12.2 0L424.6 666.4l-144-170.7c-3.2-3.8-9-3.8-12.2 0L136 652.7V232h752v430.2z", fill: $ } }, { tag: "path", attrs: { d: "M424.6 765.8l-150.1-178L136 752.1V792h752v-30.4L658.1 489z", fill: V } }, { tag: "path", attrs: { d: "M136 652.7l132.4-157c3.2-3.8 9-3.8 12.2 0l144 170.7L652 396.8c3.2-3.8 9-3.8 12.2 0L888 662.2V232H136v420.7zM304 280a88 88 0 110 176 88 88 0 010-176z", fill: V } }, { tag: "path", attrs: { d: "M276 368a28 28 0 1056 0 28 28 0 10-56 0z", fill: V } }, { tag: "path", attrs: { d: "M304 456a88 88 0 100-176 88 88 0 000 176zm0-116c15.5 0 28 12.5 28 28s-12.5 28-28 28-28-12.5-28-28 12.5-28 28-28z", fill: $ } }] };
42113
42113
  }, name: "picture", theme: "twotone" }, PictureTwoTone = function($, V) {
@@ -42115,15 +42115,24 @@ var PictureTwoTone$1 = { icon: function($, V) {
42115
42115
  ref: V,
42116
42116
  icon: PictureTwoTone$1
42117
42117
  }));
42118
- }, RefIcon$9 = /* @__PURE__ */ React.forwardRef(PictureTwoTone);
42119
- process.env.NODE_ENV !== "production" && (RefIcon$9.displayName = "PictureTwoTone");
42118
+ }, RefIcon$a = /* @__PURE__ */ React.forwardRef(PictureTwoTone);
42119
+ process.env.NODE_ENV !== "production" && (RefIcon$a.displayName = "PictureTwoTone");
42120
42120
  var PlayCircleOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }, { tag: "path", attrs: { d: "M719.4 499.1l-296.1-215A15.9 15.9 0 00398 297v430c0 13.1 14.8 20.5 25.3 12.9l296.1-215a15.9 15.9 0 000-25.8zm-257.6 134V390.9L628.5 512 461.8 633.1z" } }] }, name: "play-circle", theme: "outlined" }, PlayCircleOutlined = function($, V) {
42121
42121
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
42122
42122
  ref: V,
42123
42123
  icon: PlayCircleOutlined$1
42124
42124
  }));
42125
- }, RefIcon$8 = /* @__PURE__ */ React.forwardRef(PlayCircleOutlined);
42126
- process.env.NODE_ENV !== "production" && (RefIcon$8.displayName = "PlayCircleOutlined");
42125
+ }, RefIcon$9 = /* @__PURE__ */ React.forwardRef(PlayCircleOutlined);
42126
+ process.env.NODE_ENV !== "production" && (RefIcon$9.displayName = "PlayCircleOutlined");
42127
+ var PlayCircleTwoTone$1 = { icon: function($, V) {
42128
+ return { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", fill: $ } }, { tag: "path", attrs: { d: "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm164.1 378.2L457.7 677.1a8.02 8.02 0 01-12.7-6.5V353a8 8 0 0112.7-6.5l218.4 158.8a7.9 7.9 0 010 12.9z", fill: V } }, { tag: "path", attrs: { d: "M676.1 505.3L457.7 346.5A8 8 0 00445 353v317.6a8.02 8.02 0 0012.7 6.5l218.4-158.9a7.9 7.9 0 000-12.9z", fill: $ } }] };
42129
+ }, name: "play-circle", theme: "twotone" }, PlayCircleTwoTone = function($, V) {
42130
+ return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
42131
+ ref: V,
42132
+ icon: PlayCircleTwoTone$1
42133
+ }));
42134
+ }, RefIcon$8 = /* @__PURE__ */ React.forwardRef(PlayCircleTwoTone);
42135
+ process.env.NODE_ENV !== "production" && (RefIcon$8.displayName = "PlayCircleTwoTone");
42127
42136
  var ReloadOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M909.1 209.3l-56.4 44.1C775.8 155.1 656.2 92 521.9 92 290 92 102.3 279.5 102 511.5 101.7 743.7 289.8 932 521.9 932c181.3 0 335.8-115 394.6-276.1 1.5-4.2-.7-8.9-4.9-10.3l-56.7-19.5a8 8 0 00-10.1 4.8c-1.8 5-3.8 10-5.9 14.9-17.3 41-42.1 77.8-73.7 109.4A344.77 344.77 0 01655.9 829c-42.3 17.9-87.4 27-133.8 27-46.5 0-91.5-9.1-133.8-27A341.5 341.5 0 01279 755.2a342.16 342.16 0 01-73.7-109.4c-17.9-42.4-27-87.4-27-133.9s9.1-91.5 27-133.9c17.3-41 42.1-77.8 73.7-109.4 31.6-31.6 68.4-56.4 109.3-73.8 42.3-17.9 87.4-27 133.8-27 46.5 0 91.5 9.1 133.8 27a341.5 341.5 0 01109.3 73.8c9.9 9.9 19.2 20.4 27.8 31.4l-60.2 47a8 8 0 003 14.1l175.6 43c5 1.2 9.9-2.6 9.9-7.7l.8-180.9c-.1-6.6-7.8-10.3-13-6.2z" } }] }, name: "reload", theme: "outlined" }, ReloadOutlined = function($, V) {
42128
42137
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
42129
42138
  ref: V,
@@ -42685,7 +42694,7 @@ const TimelineItemList = (C) => {
42685
42694
  const se = (de, he) => ae === "alternate" ? de === "right" ? `${$}-item-right` : de === "left" ? `${$}-item-left` : he % 2 === 0 ? `${$}-item-left` : `${$}-item-right` : ae === "left" ? `${$}-item-left` : ae === "right" ? `${$}-item-right` : de === "right" ? `${$}-item-right` : "", me = _toConsumableArray(J || []), ue = typeof F == "boolean" ? null : F;
42686
42695
  F && me.push({
42687
42696
  pending: !!F,
42688
- dot: ne || /* @__PURE__ */ React.createElement(RefIcon$T, null),
42697
+ dot: ne || /* @__PURE__ */ React.createElement(RefIcon$U, null),
42689
42698
  children: ue
42690
42699
  }), te && me.reverse();
42691
42700
  const le = me.length, pe = `${$}-item-last`, ce = me.filter((de) => !!de).map((de, he) => {
@@ -43133,7 +43142,7 @@ const TourPanel = (C) => {
43133
43142
  onClick: ae,
43134
43143
  className: `${re}-close`,
43135
43144
  "aria-label": ge == null ? void 0 : ge.close
43136
- }, he), (fe == null ? void 0 : fe.closeIcon) || /* @__PURE__ */ React__default.createElement(RefIcon$W, {
43145
+ }, he), (fe == null ? void 0 : fe.closeIcon) || /* @__PURE__ */ React__default.createElement(RefIcon$X, {
43137
43146
  className: `${re}-close-icon`
43138
43147
  })), ye = K === oe - 1, Se = () => {
43139
43148
  var Te;
@@ -43775,7 +43784,7 @@ const getTitleStyle = (C, $, V, F) => {
43775
43784
  onCancel: ne,
43776
43785
  onEnd: ae,
43777
43786
  component: ie,
43778
- enterIcon: se = /* @__PURE__ */ React.createElement(RefIcon$r, null)
43787
+ enterIcon: se = /* @__PURE__ */ React.createElement(RefIcon$s, null)
43779
43788
  } = C, me = React.useRef(null), ue = React.useRef(!1), le = React.useRef(null), [pe, ce] = React.useState(re);
43780
43789
  React.useEffect(() => {
43781
43790
  ce(re);
@@ -44068,7 +44077,7 @@ const isValidText = (C) => ["string", "number"].includes(typeof C), CopyBtn = (C
44068
44077
  onClick: re,
44069
44078
  "aria-label": le,
44070
44079
  tabIndex: te
44071
- }, V ? getNode(ae[1], /* @__PURE__ */ React.createElement(RefIcon$R, null), !0) : getNode(ae[0], oe ? /* @__PURE__ */ React.createElement(RefIcon$T, null) : /* @__PURE__ */ React.createElement(RefIcon$v, null), !0)));
44080
+ }, V ? getNode(ae[1], /* @__PURE__ */ React.createElement(RefIcon$S, null), !0) : getNode(ae[0], oe ? /* @__PURE__ */ React.createElement(RefIcon$U, null) : /* @__PURE__ */ React.createElement(RefIcon$w, null), !0)));
44072
44081
  }, MeasureText = /* @__PURE__ */ React.forwardRef((C, $) => {
44073
44082
  let {
44074
44083
  style: V,
@@ -44377,7 +44386,7 @@ const ELLIPSIS_STR = "...", Base = /* @__PURE__ */ React.forwardRef((C, $) => {
44377
44386
  onClick: Re,
44378
44387
  "aria-label": wt,
44379
44388
  tabIndex: ct
44380
- }, Qe || /* @__PURE__ */ React.createElement(RefIcon$s, {
44389
+ }, Qe || /* @__PURE__ */ React.createElement(RefIcon$t, {
44381
44390
  role: "button"
44382
44391
  }))) : null;
44383
44392
  }, ot = () => $e ? /* @__PURE__ */ React.createElement(CopyBtn, Object.assign({
@@ -44467,7 +44476,7 @@ var __rest$2 = function(C, $) {
44467
44476
  $.indexOf(F[K]) < 0 && Object.prototype.propertyIsEnumerable.call(C, F[K]) && (V[F[K]] = C[F[K]]);
44468
44477
  return V;
44469
44478
  };
44470
- const Text$m = (C, $) => {
44479
+ const Text$n = (C, $) => {
44471
44480
  var {
44472
44481
  ellipsis: V
44473
44482
  } = C, F = __rest$2(C, ["ellipsis"]);
@@ -44482,7 +44491,7 @@ const Text$m = (C, $) => {
44482
44491
  ellipsis: K,
44483
44492
  component: "span"
44484
44493
  }));
44485
- }, Text$n = /* @__PURE__ */ React.forwardRef(Text$m);
44494
+ }, Text$o = /* @__PURE__ */ React.forwardRef(Text$n);
44486
44495
  var __rest$1 = function(C, $) {
44487
44496
  var V = {};
44488
44497
  for (var F in C) Object.prototype.hasOwnProperty.call(C, F) && $.indexOf(F) < 0 && (V[F] = C[F]);
@@ -44505,7 +44514,7 @@ const TITLE_ELE_LIST = [1, 2, 3, 4, 5], Title$4 = /* @__PURE__ */ React.forwardR
44505
44514
  component: K
44506
44515
  }));
44507
44516
  }), Typography = Typography$1;
44508
- Typography.Text = Text$n;
44517
+ Typography.Text = Text$o;
44509
44518
  Typography.Link = Link;
44510
44519
  Typography.Title = Title$4;
44511
44520
  Typography.Paragraph = Paragraph$5;
@@ -45625,14 +45634,14 @@ const ListItem = /* @__PURE__ */ React.forwardRef((C, $) => {
45625
45634
  }, Le);
45626
45635
  }
45627
45636
  const Fe = classNames(`${V}-list-item`, `${V}-list-item-${Se}`), Ne = typeof te.linkProps == "string" ? JSON.parse(te.linkProps) : te.linkProps, Ae = (typeof ue == "function" ? ue(te) : ue) ? ae(
45628
- (typeof ce == "function" ? ce(te) : ce) || /* @__PURE__ */ React.createElement(RefIcon$u, null),
45637
+ (typeof ce == "function" ? ce(te) : ce) || /* @__PURE__ */ React.createElement(RefIcon$v, null),
45629
45638
  () => ge(te),
45630
45639
  V,
45631
45640
  J.removeFile,
45632
45641
  // acceptUploadDisabled is true, only remove icon will follow Upload disabled prop
45633
45642
  // https://github.com/ant-design/ant-design/issues/46171
45634
45643
  !0
45635
- ) : null, Te = (typeof le == "function" ? le(te) : le) && Se === "done" ? ae((typeof ve == "function" ? ve(te) : ve) || /* @__PURE__ */ React.createElement(RefIcon$t, null), () => he(te), V, J.downloadFile) : null, Ee = ee !== "picture-card" && ee !== "picture-circle" && /* @__PURE__ */ React.createElement("span", {
45644
+ ) : null, Te = (typeof le == "function" ? le(te) : le) && Se === "done" ? ae((typeof ve == "function" ? ve(te) : ve) || /* @__PURE__ */ React.createElement(RefIcon$u, null), () => he(te), V, J.downloadFile) : null, Ee = ee !== "picture-card" && ee !== "picture-circle" && /* @__PURE__ */ React.createElement("span", {
45636
45645
  key: "download-delete",
45637
45646
  className: classNames(`${V}-list-item-actions`, {
45638
45647
  picture: ee === "picture"
@@ -45659,7 +45668,7 @@ const ListItem = /* @__PURE__ */ React.forwardRef((C, $) => {
45659
45668
  rel: "noopener noreferrer",
45660
45669
  onClick: (Le) => de(te, Le),
45661
45670
  title: J.previewFile
45662
- }, typeof pe == "function" ? pe(te) : pe || /* @__PURE__ */ React.createElement(RefIcon$D, null)) : null, qe = (ee === "picture-card" || ee === "picture-circle") && Se !== "uploading" && /* @__PURE__ */ React.createElement("span", {
45671
+ }, typeof pe == "function" ? pe(te) : pe || /* @__PURE__ */ React.createElement(RefIcon$E, null)) : null, qe = (ee === "picture-card" || ee === "picture-circle") && Se !== "uploading" && /* @__PURE__ */ React.createElement("span", {
45663
45672
  className: `${V}-list-item-actions`
45664
45673
  }, Me, Se === "done" && Te, Ae), {
45665
45674
  getPrefixCls: Ue
@@ -45744,10 +45753,10 @@ const ListItem = /* @__PURE__ */ React.forwardRef((C, $) => {
45744
45753
  return re(Pe, V);
45745
45754
  const ke = Pe.status === "uploading";
45746
45755
  if (V.startsWith("picture")) {
45747
- const je = V === "picture" ? /* @__PURE__ */ React.createElement(RefIcon$T, null) : te.uploading, Me = oe != null && oe(Pe) ? /* @__PURE__ */ React.createElement(RefIcon$9, null) : /* @__PURE__ */ React.createElement(RefIcon$k, null);
45756
+ const je = V === "picture" ? /* @__PURE__ */ React.createElement(RefIcon$U, null) : te.uploading, Me = oe != null && oe(Pe) ? /* @__PURE__ */ React.createElement(RefIcon$a, null) : /* @__PURE__ */ React.createElement(RefIcon$l, null);
45748
45757
  return ke ? je : Me;
45749
45758
  }
45750
- return ke ? /* @__PURE__ */ React.createElement(RefIcon$T, null) : /* @__PURE__ */ React.createElement(RefIcon$a, null);
45759
+ return ke ? /* @__PURE__ */ React.createElement(RefIcon$U, null) : /* @__PURE__ */ React.createElement(RefIcon$b, null);
45751
45760
  }, $e = (Pe, ke, je, Me, qe) => {
45752
45761
  const Ue = {
45753
45762
  type: "text",
@@ -46990,15 +46999,101 @@ Include complex / elaborate Projects done outside work if your tech work experie
46990
46999
  }, formatExperience = (C, $, V = !1) => {
46991
47000
  const F = V ? "yrs" : "years", K = V ? "Mon" : "months";
46992
47001
  return C === 0 ? `${$} ${K}` : $ === 0 ? `${C} ${F}` : `${C} ${F} ${$} ${K}`;
46993
- }, container$9 = "_container_aygfi_1", card$1 = "_card_aygfi_6", primaryButton = "_primaryButton_aygfi_13", secondaryButton = "_secondaryButton_aygfi_17", centered = "_centered_aygfi_25", fileName = "_fileName_aygfi_32", progressWrap = "_progressWrap_aygfi_36", styles$n = {
47002
+ }, HEADER_CONFIG = {
47003
+ success: {
47004
+ title: "Your resume is ready",
47005
+ subtitle: "All set! We've filled in your details – feel free to tweak anything you'd like in the next page"
47006
+ },
47007
+ linkedin: {
47008
+ title: "Profile Autofill",
47009
+ subtitle: "You can upload your resume or upload your LinkedIn profile"
47010
+ },
47011
+ default: {
47012
+ title: "Profile Autofill",
47013
+ subtitle: "Save time. Upload your existing resume and we will auto-fill all of your details"
47014
+ }
47015
+ }, SOURCE_OPTIONS = {
47016
+ linkedin: "linkedin"
47017
+ }, LINKEDIN_VIDEO_URL = "https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/182/325/original/linkedinresumedownloadvideotutorial.mp4?1772441178", getParsingHeaderConfig = (C, $) => HEADER_CONFIG[C] ? HEADER_CONFIG[C] : HEADER_CONFIG[$] ? HEADER_CONFIG[$] : HEADER_CONFIG.default, getSourceFromURL = () => {
47018
+ if (typeof window == "undefined")
47019
+ return null;
47020
+ const C = new URLSearchParams(window.location.search);
47021
+ let $ = null;
47022
+ return Object.values(SOURCE_OPTIONS).forEach((V) => {
47023
+ C.get(V) && ($ = V);
47024
+ }), $;
47025
+ }, AnalyticsContext = createContext(null), AnalyticsProvider = ({ analytics: C, children: $ }) => /* @__PURE__ */ React__default.createElement(AnalyticsContext.Provider, { value: C }, $), useAnalytics = () => useContext(AnalyticsContext), PRODUCT_NAME = "Resume Builder", container$9 = "_container_k1o44_1", card$1 = "_card_k1o44_6", primaryButton = "_primaryButton_k1o44_13", secondaryButton = "_secondaryButton_k1o44_17", centered = "_centered_k1o44_25", fileName = "_fileName_k1o44_32", progressWrap = "_progressWrap_k1o44_36", headerActions = "_headerActions_k1o44_42", headerButton = "_headerButton_k1o44_48", space = "_space_k1o44_52", styles$n = {
46994
47026
  container: container$9,
46995
47027
  card: card$1,
46996
47028
  primaryButton,
46997
47029
  secondaryButton,
46998
47030
  centered,
46999
47031
  fileName,
47000
- progressWrap
47001
- }, { Paragraph: Paragraph$4, Text: Text$l } = Typography, { Dragger } = Upload, UploadPrompt = ({ onSkip: C, onSelectFile: $ }) => /* @__PURE__ */ React__default.createElement("div", { className: styles$n.container }, /* @__PURE__ */ React__default.createElement(
47032
+ progressWrap,
47033
+ headerActions,
47034
+ headerButton,
47035
+ space
47036
+ }, { Text: Text$m } = Typography;
47037
+ function LinkedinActions() {
47038
+ var oe;
47039
+ const C = useAnalytics(), [$, V] = useState(!1), F = () => {
47040
+ V(!0), C == null || C.click("Resume Parsing - Watch to know how", PRODUCT_NAME);
47041
+ }, K = () => {
47042
+ V(!1), C == null || C.click("Resume Parsing - Close video modal", PRODUCT_NAME);
47043
+ }, J = () => {
47044
+ K(), C == null || C.click("Resume Parsing - Go to my Linkdin", PRODUCT_NAME);
47045
+ }, ee = useSelector(
47046
+ (ne) => ne.scalantResumeBuilder.resumeBuilder.resumeData
47047
+ ), te = (oe = ee == null ? void 0 : ee.user_company_profile) == null ? void 0 : oe.linkedin, re = () => {
47048
+ C == null || C.click("Resume Parsing - Go to LinkedIn Profile", PRODUCT_NAME);
47049
+ };
47050
+ return te ? /* @__PURE__ */ React__default.createElement(React__default.Fragment, null, /* @__PURE__ */ React__default.createElement(Flex, { flex: 1, gap: 8, className: styles$n.headerActions }, /* @__PURE__ */ React__default.createElement(
47051
+ Button$2,
47052
+ {
47053
+ variant: "solid",
47054
+ color: "primary",
47055
+ className: styles$n.headerButton,
47056
+ onClick: re,
47057
+ href: te,
47058
+ target: "_blank"
47059
+ },
47060
+ "Go to my LinkedIn Profile"
47061
+ ), /* @__PURE__ */ React__default.createElement(
47062
+ Button$2,
47063
+ {
47064
+ variant: "outlined",
47065
+ color: "primary",
47066
+ icon: /* @__PURE__ */ React__default.createElement(RefIcon$8, null),
47067
+ className: styles$n.headerButton,
47068
+ onClick: F
47069
+ },
47070
+ "Watch to know how"
47071
+ )), /* @__PURE__ */ React__default.createElement(
47072
+ Modal,
47073
+ {
47074
+ open: $,
47075
+ onCancel: K,
47076
+ onOk: J,
47077
+ okButtonProps: {
47078
+ href: te,
47079
+ target: "_blank",
47080
+ onClick: re,
47081
+ variant: "outlined",
47082
+ color: "primary"
47083
+ },
47084
+ okText: "Go to my Linkdin",
47085
+ width: 500,
47086
+ destroyOnHidden: !0,
47087
+ centered: !0
47088
+ },
47089
+ /* @__PURE__ */ React__default.createElement(Flex, { vertical: !0, gap: 16 }, /* @__PURE__ */ React__default.createElement("span", { className: styles$n.space }), /* @__PURE__ */ React__default.createElement("video", { controls: !0, width: "100%" }, /* @__PURE__ */ React__default.createElement("source", { src: LINKEDIN_VIDEO_URL, type: "video/mp4" })), /* @__PURE__ */ React__default.createElement(Text$m, null, "How to download your LinkedIn Profile as a resume"))
47090
+ )) : null;
47091
+ }
47092
+ function Header$2({ parsingStatus: C }) {
47093
+ const $ = getSourceFromURL(), V = getParsingHeaderConfig(C, $);
47094
+ return /* @__PURE__ */ React__default.createElement(Flex, { vertical: !0, flex: 1 }, /* @__PURE__ */ React__default.createElement(PageHeader, { title: V.title, subtitle: V.subtitle }), /* @__PURE__ */ React__default.createElement(LinkedinActions, null));
47095
+ }
47096
+ const { Paragraph: Paragraph$4, Text: Text$l } = Typography, { Dragger } = Upload, UploadPrompt = ({ onSkip: C, onSelectFile: $ }) => /* @__PURE__ */ React__default.createElement("div", { className: styles$n.container }, /* @__PURE__ */ React__default.createElement(
47002
47097
  Dragger,
47003
47098
  {
47004
47099
  multiple: !1,
@@ -47014,14 +47109,14 @@ Include complex / elaborate Projects done outside work if your tech work experie
47014
47109
  }
47015
47110
  }
47016
47111
  },
47017
- /* @__PURE__ */ React__default.createElement("div", { className: styles$n.centered }, /* @__PURE__ */ React__default.createElement(RefIcon$g, { style: { fontSize: 40, color: "#1677ff" } }), /* @__PURE__ */ React__default.createElement(Paragraph$4, { style: { marginTop: 12, marginBottom: 0 } }, "Click or drop your old resume to upload"), /* @__PURE__ */ React__default.createElement(Text$l, { type: "secondary" }, "We support PDF, DOCX, TXT & MD below 2MB"))
47018
- ), /* @__PURE__ */ React__default.createElement(Button$2, { block: !0, className: styles$n.secondaryButton, onClick: C }, "Skip and Fill Manually")), { Paragraph: Paragraph$3 } = Typography, Loading = ({ fileName: C = "Resume.pdf", percent: $ = 40 }) => /* @__PURE__ */ React__default.createElement("div", { className: styles$n.container }, /* @__PURE__ */ React__default.createElement("div", { className: `${styles$n.card} ${styles$n.centered}` }, /* @__PURE__ */ React__default.createElement(RefIcon$n, { style: { fontSize: 40, color: "#1677ff" } }), /* @__PURE__ */ React__default.createElement(Paragraph$3, { className: styles$n.fileName }, C), /* @__PURE__ */ React__default.createElement("div", { className: styles$n.progressWrap }, /* @__PURE__ */ React__default.createElement(Progress, { percent: $, showInfo: !0 }))), /* @__PURE__ */ React__default.createElement(Button$2, { block: !0, disabled: !0, className: styles$n.primaryButton, type: "primary" }, "Continue")), { Paragraph: Paragraph$2, Text: Text$k } = Typography, ErrorState = ({ fileName: C = "Resume.pdf", onRetry: $, onSkip: V }) => /* @__PURE__ */ React__default.createElement("div", { className: styles$n.container }, /* @__PURE__ */ React__default.createElement(
47112
+ /* @__PURE__ */ React__default.createElement("div", { className: styles$n.centered }, /* @__PURE__ */ React__default.createElement(RefIcon$h, { style: { fontSize: 40, color: "#1677ff" } }), /* @__PURE__ */ React__default.createElement(Paragraph$4, { style: { marginTop: 12, marginBottom: 0 } }, "Click or drop your old resume to upload"), /* @__PURE__ */ React__default.createElement(Text$l, { type: "secondary" }, "We support PDF, DOCX, TXT & MD below 2MB"))
47113
+ ), /* @__PURE__ */ React__default.createElement(Button$2, { block: !0, className: styles$n.secondaryButton, onClick: C }, "Skip and Fill Manually")), { Paragraph: Paragraph$3 } = Typography, Loading = ({ fileName: C = "Resume.pdf", percent: $ = 40 }) => /* @__PURE__ */ React__default.createElement("div", { className: styles$n.container }, /* @__PURE__ */ React__default.createElement("div", { className: `${styles$n.card} ${styles$n.centered}` }, /* @__PURE__ */ React__default.createElement(RefIcon$o, { style: { fontSize: 40, color: "#1677ff" } }), /* @__PURE__ */ React__default.createElement(Paragraph$3, { className: styles$n.fileName }, C), /* @__PURE__ */ React__default.createElement("div", { className: styles$n.progressWrap }, /* @__PURE__ */ React__default.createElement(Progress, { percent: $, showInfo: !0 }))), /* @__PURE__ */ React__default.createElement(Button$2, { block: !0, disabled: !0, className: styles$n.primaryButton, type: "primary" }, "Continue")), { Paragraph: Paragraph$2, Text: Text$k } = Typography, ErrorState = ({ fileName: C = "Resume.pdf", onRetry: $, onSkip: V }) => /* @__PURE__ */ React__default.createElement("div", { className: styles$n.container }, /* @__PURE__ */ React__default.createElement(
47019
47114
  "div",
47020
47115
  {
47021
47116
  className: `${styles$n.card} ${styles$n.centered}`,
47022
47117
  style: { background: "#fff1f0", borderColor: "#ffccc7" }
47023
47118
  },
47024
- /* @__PURE__ */ React__default.createElement(RefIcon$q, { style: { fontSize: 40, color: "#ff4d4f" } }),
47119
+ /* @__PURE__ */ React__default.createElement(RefIcon$r, { style: { fontSize: 40, color: "#ff4d4f" } }),
47025
47120
  /* @__PURE__ */ React__default.createElement(Paragraph$2, { className: styles$n.fileName, style: { marginBottom: 0 } }, C),
47026
47121
  /* @__PURE__ */ React__default.createElement(Text$k, { type: "secondary" }, "We were not able to analyze anything from the file")
47027
47122
  ), /* @__PURE__ */ React__default.createElement(
@@ -47052,7 +47147,7 @@ Include complex / elaborate Projects done outside work if your tech work experie
47052
47147
  className: `${styles$n.card} ${styles$n.centered}`,
47053
47148
  style: { background: "#f6ffed", borderColor: "#b7eb8f" }
47054
47149
  },
47055
- /* @__PURE__ */ React__default.createElement(RefIcon$p, { style: { fontSize: 40, color: "#52c41a" } }),
47150
+ /* @__PURE__ */ React__default.createElement(RefIcon$q, { style: { fontSize: 40, color: "#52c41a" } }),
47056
47151
  /* @__PURE__ */ React__default.createElement(Paragraph$1, { className: styles$n.fileName, style: { marginBottom: 0 } }, C),
47057
47152
  /* @__PURE__ */ React__default.createElement(Text$j, { type: "secondary" }, "Sections Parsed: ", $.join(", "))
47058
47153
  ), /* @__PURE__ */ React__default.createElement(
@@ -49616,13 +49711,7 @@ const dynamicBaseQuery = (C, $, V) => $r(null, null, function* () {
49616
49711
  pe(), ce();
49617
49712
  },
49618
49713
  [pe, ce]
49619
- ), /* @__PURE__ */ React__default.createElement("div", null, /* @__PURE__ */ React__default.createElement(
49620
- PageHeader,
49621
- {
49622
- title: se === "success" ? "Your resume is ready" : "Profile Autofill",
49623
- subtitle: se === "success" ? "All set! We've filled in your details – feel free to tweak anything you'd like in the next page" : "Save time. Upload your existing resume and we will auto-fill all of your details"
49624
- }
49625
- ), (!se || se === PARSING_STATUS.IDLE) && /* @__PURE__ */ React__default.createElement(UploadPrompt, { onSkip: be, onSelectFile: ge }), se === PARSING_STATUS.LOADING && /* @__PURE__ */ React__default.createElement(Loading, { fileName: ee, percent: me }), se === PARSING_STATUS.ERROR && /* @__PURE__ */ React__default.createElement(
49714
+ ), /* @__PURE__ */ React__default.createElement("div", null, /* @__PURE__ */ React__default.createElement(Header$2, { parsingStatus: se }), (!se || se === PARSING_STATUS.IDLE) && /* @__PURE__ */ React__default.createElement(UploadPrompt, { onSkip: be, onSelectFile: ge }), se === PARSING_STATUS.LOADING && /* @__PURE__ */ React__default.createElement(Loading, { fileName: ee, percent: me }), se === PARSING_STATUS.ERROR && /* @__PURE__ */ React__default.createElement(
49626
49715
  ErrorState,
49627
49716
  {
49628
49717
  fileName: ee,
@@ -49711,7 +49800,7 @@ const dynamicBaseQuery = (C, $, V) => $r(null, null, function* () {
49711
49800
  description: "Click on the button below to download industry ready resume and apply with confidence",
49712
49801
  isButtonDisabled: !1,
49713
49802
  buttonText: "Download Resume",
49714
- buttonIcon: /* @__PURE__ */ React__default.createElement(RefIcon$t, null),
49803
+ buttonIcon: /* @__PURE__ */ React__default.createElement(RefIcon$u, null),
49715
49804
  onButtonClick: re
49716
49805
  }
49717
49806
  }[C];
@@ -49801,7 +49890,7 @@ const dynamicBaseQuery = (C, $, V) => $r(null, null, function* () {
49801
49890
  style: { width: "100%", position: "relative" }
49802
49891
  },
49803
49892
  /* @__PURE__ */ React__default.createElement("div", null, C && /* @__PURE__ */ React__default.createElement(
49804
- RefIcon$W,
49893
+ RefIcon$X,
49805
49894
  {
49806
49895
  className: styles$l.backButton,
49807
49896
  onClick: C
@@ -50452,9 +50541,9 @@ const dynamicBaseQuery = (C, $, V) => $r(null, null, function* () {
50452
50541
  icon: icon$1,
50453
50542
  required
50454
50543
  }, { Title: Title$1, Text: Text$e } = Typography, STATUS_TAGS = {
50455
- complete: /* @__PURE__ */ React__default.createElement(Tag, { color: "green", bordered: !0, icon: /* @__PURE__ */ React__default.createElement(RefIcon$y, null) }, "Complete"),
50456
- incomplete: /* @__PURE__ */ React__default.createElement(Tag, { color: "red", bordered: !0, icon: /* @__PURE__ */ React__default.createElement(RefIcon$x, null) }, "Incomplete"),
50457
- looks_good: /* @__PURE__ */ React__default.createElement(Tag, { color: "green", bordered: !0, icon: /* @__PURE__ */ React__default.createElement(RefIcon$y, null) }, "Looks Good"),
50544
+ complete: /* @__PURE__ */ React__default.createElement(Tag, { color: "green", bordered: !0, icon: /* @__PURE__ */ React__default.createElement(RefIcon$z, null) }, "Complete"),
50545
+ incomplete: /* @__PURE__ */ React__default.createElement(Tag, { color: "red", bordered: !0, icon: /* @__PURE__ */ React__default.createElement(RefIcon$y, null) }, "Incomplete"),
50546
+ looks_good: /* @__PURE__ */ React__default.createElement(Tag, { color: "green", bordered: !0, icon: /* @__PURE__ */ React__default.createElement(RefIcon$z, null) }, "Looks Good"),
50458
50547
  needs_work: /* @__PURE__ */ React__default.createElement(Tag, { color: "gold", bordered: !0, icon: /* @__PURE__ */ React__default.createElement(RefIcon$4, null) }, "Needs Work"),
50459
50548
  needs_review: /* @__PURE__ */ React__default.createElement(Tag, { color: "blue", bordered: !0, icon: /* @__PURE__ */ React__default.createElement(RefIcon$4, null) }, "Needs Review"),
50460
50549
  under_review: /* @__PURE__ */ React__default.createElement(Tag, { color: "blue", bordered: !0, icon: /* @__PURE__ */ React__default.createElement(RefIcon$4, { spin: !0 }) }, "Under Review")
@@ -50480,7 +50569,7 @@ const dynamicBaseQuery = (C, $, V) => $r(null, null, function* () {
50480
50569
  size: 40,
50481
50570
  icon: React__default.createElement(V)
50482
50571
  }
50483
- ), /* @__PURE__ */ React__default.createElement("div", null, /* @__PURE__ */ React__default.createElement(Flex, { align: "center", gap: 8 }, /* @__PURE__ */ React__default.createElement(Title$1, { level: 5, className: styles$h.title, style: { margin: 0 } }, C), re && /* @__PURE__ */ React__default.createElement(Tooltip, { title: "This step is required to complete your profile" }, /* @__PURE__ */ React__default.createElement("span", { className: styles$h.required }, "*")), ee && re && !te && !ne && STATUS_TAGS[ee], te && re && STATUS_TAGS[te]), /* @__PURE__ */ React__default.createElement(Text$e, { type: "secondary" }, $))), /* @__PURE__ */ React__default.createElement("div", { className: styles$h.toggleIcon }, K ? /* @__PURE__ */ React__default.createElement(RefIcon$c, null) : /* @__PURE__ */ React__default.createElement(RefIcon$K, null)))), K && /* @__PURE__ */ React__default.createElement("div", { className: styles$h.content }, F));
50572
+ ), /* @__PURE__ */ React__default.createElement("div", null, /* @__PURE__ */ React__default.createElement(Flex, { align: "center", gap: 8 }, /* @__PURE__ */ React__default.createElement(Title$1, { level: 5, className: styles$h.title, style: { margin: 0 } }, C), re && /* @__PURE__ */ React__default.createElement(Tooltip, { title: "This step is required to complete your profile" }, /* @__PURE__ */ React__default.createElement("span", { className: styles$h.required }, "*")), ee && re && !te && !ne && STATUS_TAGS[ee], te && re && STATUS_TAGS[te]), /* @__PURE__ */ React__default.createElement(Text$e, { type: "secondary" }, $))), /* @__PURE__ */ React__default.createElement("div", { className: styles$h.toggleIcon }, K ? /* @__PURE__ */ React__default.createElement(RefIcon$d, null) : /* @__PURE__ */ React__default.createElement(RefIcon$L, null)))), K && /* @__PURE__ */ React__default.createElement("div", { className: styles$h.content }, F));
50484
50573
  }, container$8 = "_container_xolmi_1", activeIcon = "_activeIcon_xolmi_9", completeIcon = "_completeIcon_xolmi_14", incompleteIcon = "_incompleteIcon_xolmi_19", profileCard = "_profileCard_xolmi_24", styles$g = {
50485
50574
  container: container$8,
50486
50575
  activeIcon,
@@ -50687,7 +50776,7 @@ const dynamicBaseQuery = (C, $, V) => $r(null, null, function* () {
50687
50776
  Button$2,
50688
50777
  {
50689
50778
  type: "text",
50690
- icon: /* @__PURE__ */ React__default.createElement(RefIcon$W, null),
50779
+ icon: /* @__PURE__ */ React__default.createElement(RefIcon$X, null),
50691
50780
  onClick: () => de(Se),
50692
50781
  style: { marginTop: 4 }
50693
50782
  }
@@ -50792,7 +50881,7 @@ const dynamicBaseQuery = (C, $, V) => $r(null, null, function* () {
50792
50881
  ],
50793
50882
  className: styles$f.formItem
50794
50883
  },
50795
- /* @__PURE__ */ React__default.createElement(Input, { prefix: /* @__PURE__ */ React__default.createElement(RefIcon$d, null) })
50884
+ /* @__PURE__ */ React__default.createElement(Input, { prefix: /* @__PURE__ */ React__default.createElement(RefIcon$e, null) })
50796
50885
  ),
50797
50886
  /* @__PURE__ */ React__default.createElement(
50798
50887
  Form.Item,
@@ -50807,7 +50896,7 @@ const dynamicBaseQuery = (C, $, V) => $r(null, null, function* () {
50807
50896
  }
50808
50897
  ]
50809
50898
  },
50810
- /* @__PURE__ */ React__default.createElement(Input, { prefix: /* @__PURE__ */ React__default.createElement(RefIcon$h, null) })
50899
+ /* @__PURE__ */ React__default.createElement(Input, { prefix: /* @__PURE__ */ React__default.createElement(RefIcon$i, null) })
50811
50900
  ),
50812
50901
  /* @__PURE__ */ React__default.createElement(
50813
50902
  Form.Item,
@@ -50822,7 +50911,7 @@ const dynamicBaseQuery = (C, $, V) => $r(null, null, function* () {
50822
50911
  }
50823
50912
  ]
50824
50913
  },
50825
- /* @__PURE__ */ React__default.createElement(Input, { prefix: /* @__PURE__ */ React__default.createElement(RefIcon$w, null) })
50914
+ /* @__PURE__ */ React__default.createElement(Input, { prefix: /* @__PURE__ */ React__default.createElement(RefIcon$x, null) })
50826
50915
  )
50827
50916
  ),
50828
50917
  /* @__PURE__ */ React__default.createElement(Flex, { gap: 16, vertical: !0, style: { width: "100%", marginTop: 24 } }, be(), /* @__PURE__ */ React__default.createElement(Button$2, { type: "dashed", onClick: fe }, "Add Profile")),
@@ -50855,7 +50944,7 @@ const dynamicBaseQuery = (C, $, V) => $r(null, null, function* () {
50855
50944
  feedbackText,
50856
50945
  feedbackDescription
50857
50946
  }, SectionFeedback = ({
50858
- icon: C = /* @__PURE__ */ React__default.createElement(RefIcon$V, { style: { color: "#faad14", fontSize: "1.6rem" } }),
50947
+ icon: C = /* @__PURE__ */ React__default.createElement(RefIcon$W, { style: { color: "#faad14", fontSize: "1.6rem" } }),
50859
50948
  feedbackData: $ = []
50860
50949
  }) => /* @__PURE__ */ React__default.createElement(React__default.Fragment, null, $.length > 0 ? /* @__PURE__ */ React__default.createElement(
50861
50950
  Flex,
@@ -50905,7 +50994,7 @@ const dynamicBaseQuery = (C, $, V) => $r(null, null, function* () {
50905
50994
  className: styles$d.playHeader,
50906
50995
  onClick: () => $(!0)
50907
50996
  },
50908
- /* @__PURE__ */ React__default.createElement(RefIcon$8, { className: styles$d.playIcon }),
50997
+ /* @__PURE__ */ React__default.createElement(RefIcon$9, { className: styles$d.playIcon }),
50909
50998
  /* @__PURE__ */ React__default.createElement("span", { className: styles$d.primaryText }, "Why do we have limited number of skills here?"),
50910
50999
  /* @__PURE__ */ React__default.createElement(
50911
51000
  Modal,
@@ -51042,7 +51131,7 @@ const dynamicBaseQuery = (C, $, V) => $r(null, null, function* () {
51042
51131
  },
51043
51132
  /* @__PURE__ */ React__default.createElement("span", null, J.name, " ", te),
51044
51133
  /* @__PURE__ */ React__default.createElement(
51045
- RefIcon$W,
51134
+ RefIcon$X,
51046
51135
  {
51047
51136
  className: styles$d.closeIcon,
51048
51137
  onClick: (re) => K(re, J.skill_id)
@@ -51252,7 +51341,7 @@ const dynamicBaseQuery = (C, $, V) => $r(null, null, function* () {
51252
51341
  }), Ee = () => $r(null, null, function* () {
51253
51342
  (yield Ae()) && (C == null || C(FORM_KEYS.skills));
51254
51343
  });
51255
- return /* @__PURE__ */ React__default.createElement(Space, { direction: "vertical", size: 24, className: styles$d.container }, /* @__PURE__ */ React__default.createElement(SectionFeedback, { feedbackData: ie }), /* @__PURE__ */ React__default.createElement(SkillDemoVideoModal, null), /* @__PURE__ */ React__default.createElement(Flex, { align: "center", gap: 16 }, /* @__PURE__ */ React__default.createElement(Checkbox, { checked: V, onChange: Oe }, /* @__PURE__ */ React__default.createElement(Text$9, null, "Group skills as ", /* @__PURE__ */ React__default.createElement("strong", null, "Languages, Libraries, Tools."))), /* @__PURE__ */ React__default.createElement(Tooltip, { title: SKILL_VIEW_TOOLTIPS.CATEGORIZE }, /* @__PURE__ */ React__default.createElement(RefIcon$f, { style: { color: "#8c8c8c", cursor: "pointer" } }))), ge.length > 0 && /* @__PURE__ */ React__default.createElement(
51344
+ return /* @__PURE__ */ React__default.createElement(Space, { direction: "vertical", size: 24, className: styles$d.container }, /* @__PURE__ */ React__default.createElement(SectionFeedback, { feedbackData: ie }), /* @__PURE__ */ React__default.createElement(SkillDemoVideoModal, null), /* @__PURE__ */ React__default.createElement(Flex, { align: "center", gap: 16 }, /* @__PURE__ */ React__default.createElement(Checkbox, { checked: V, onChange: Oe }, /* @__PURE__ */ React__default.createElement(Text$9, null, "Group skills as ", /* @__PURE__ */ React__default.createElement("strong", null, "Languages, Libraries, Tools."))), /* @__PURE__ */ React__default.createElement(Tooltip, { title: SKILL_VIEW_TOOLTIPS.CATEGORIZE }, /* @__PURE__ */ React__default.createElement(RefIcon$g, { style: { color: "#8c8c8c", cursor: "pointer" } }))), ge.length > 0 && /* @__PURE__ */ React__default.createElement(
51256
51345
  SelectedSkillsPanel,
51257
51346
  {
51258
51347
  selectedSkills: ge,
@@ -60694,7 +60783,7 @@ const { Text: Text$8 } = Typography, DeleteConfirmationModal = ({
60694
60783
  }, se = () => {
60695
60784
  re(!1);
60696
60785
  };
60697
- return C.expanded ? /* @__PURE__ */ React__default.createElement(Card, { key: F }, /* @__PURE__ */ React__default.createElement(Flex, { gap: 16, justify: "space-between" }, /* @__PURE__ */ React__default.createElement(Flex, { gap: 4 }, /* @__PURE__ */ React__default.createElement(Text$7, null, "Project ", F + 1), /* @__PURE__ */ React__default.createElement(RefIcon$u, { onClick: ae, style: { color: "red" } })), /* @__PURE__ */ React__default.createElement(RefIcon$J, { onClick: ne })), /* @__PURE__ */ React__default.createElement(
60786
+ return C.expanded ? /* @__PURE__ */ React__default.createElement(Card, { key: F }, /* @__PURE__ */ React__default.createElement(Flex, { gap: 16, justify: "space-between" }, /* @__PURE__ */ React__default.createElement(Flex, { gap: 4 }, /* @__PURE__ */ React__default.createElement(Text$7, null, "Project ", F + 1), /* @__PURE__ */ React__default.createElement(RefIcon$v, { onClick: ae, style: { color: "red" } })), /* @__PURE__ */ React__default.createElement(RefIcon$K, { onClick: ne })), /* @__PURE__ */ React__default.createElement(
60698
60787
  Form,
60699
60788
  {
60700
60789
  form: ee,
@@ -60752,7 +60841,7 @@ const { Text: Text$8 } = Typography, DeleteConfirmationModal = ({
60752
60841
  description: "Are you sure you want to delete this project?",
60753
60842
  style: { top: 20 }
60754
60843
  }
60755
- )) : /* @__PURE__ */ React__default.createElement(Card, { key: F, onClick: ne }, /* @__PURE__ */ React__default.createElement(Flex, { justify: "space-between", align: "center" }, /* @__PURE__ */ React__default.createElement(Text$7, { strong: !0 }, (me = C.formData) != null && me.title ? (ue = C.formData) == null ? void 0 : ue.title : "---"), /* @__PURE__ */ React__default.createElement(RefIcon$Q, null)));
60844
+ )) : /* @__PURE__ */ React__default.createElement(Card, { key: F, onClick: ne }, /* @__PURE__ */ React__default.createElement(Flex, { justify: "space-between", align: "center" }, /* @__PURE__ */ React__default.createElement(Text$7, { strong: !0 }, (me = C.formData) != null && me.title ? (ue = C.formData) == null ? void 0 : ue.title : "---"), /* @__PURE__ */ React__default.createElement(RefIcon$R, null)));
60756
60845
  }, container$6 = "_container_fstwu_1", title$1 = "_title_fstwu_7", button = "_button_fstwu_11", bold = "_bold_fstwu_23", styles$b = {
60757
60846
  container: container$6,
60758
60847
  title: title$1,
@@ -60918,7 +61007,7 @@ const { Text: Text$8 } = Typography, DeleteConfirmationModal = ({
60918
61007
  {
60919
61008
  type: "dashed",
60920
61009
  block: !0,
60921
- icon: /* @__PURE__ */ React__default.createElement(RefIcon$K, null),
61010
+ icon: /* @__PURE__ */ React__default.createElement(RefIcon$L, null),
60922
61011
  onClick: le
60923
61012
  },
60924
61013
  "Add Project"
@@ -61004,7 +61093,7 @@ const { Text: Text$8 } = Typography, DeleteConfirmationModal = ({
61004
61093
  ]
61005
61094
  }
61006
61095
  ));
61007
- return C.expanded ? /* @__PURE__ */ React__default.createElement(Card, { key: F }, /* @__PURE__ */ React__default.createElement(Flex, { gap: 16, justify: "space-between" }, /* @__PURE__ */ React__default.createElement(Flex, { gap: 4 }, /* @__PURE__ */ React__default.createElement(Text$5, { strong: !0 }, "Education ", F + 1), /* @__PURE__ */ React__default.createElement(RefIcon$u, { onClick: ae, style: { color: "red" } })), /* @__PURE__ */ React__default.createElement(RefIcon$J, { onClick: ne })), /* @__PURE__ */ React__default.createElement(
61096
+ return C.expanded ? /* @__PURE__ */ React__default.createElement(Card, { key: F }, /* @__PURE__ */ React__default.createElement(Flex, { gap: 16, justify: "space-between" }, /* @__PURE__ */ React__default.createElement(Flex, { gap: 4 }, /* @__PURE__ */ React__default.createElement(Text$5, { strong: !0 }, "Education ", F + 1), /* @__PURE__ */ React__default.createElement(RefIcon$v, { onClick: ae, style: { color: "red" } })), /* @__PURE__ */ React__default.createElement(RefIcon$K, { onClick: ne })), /* @__PURE__ */ React__default.createElement(
61008
61097
  Form,
61009
61098
  {
61010
61099
  form: ee,
@@ -61158,7 +61247,7 @@ const { Text: Text$8 } = Typography, DeleteConfirmationModal = ({
61158
61247
  description: "Are you sure you want to delete this education item?",
61159
61248
  style: { top: 20 }
61160
61249
  }
61161
- )) : /* @__PURE__ */ React__default.createElement(Card, { key: F, onClick: ne }, /* @__PURE__ */ React__default.createElement(Flex, { justify: "space-between", align: "center" }, /* @__PURE__ */ React__default.createElement(Flex, { vertical: !0, gap: 4 }, /* @__PURE__ */ React__default.createElement(Text$5, { strong: !0 }, (ue = C.formData) != null && ue.university ? (le = C.formData) == null ? void 0 : le.university : "---"), /* @__PURE__ */ React__default.createElement(Text$5, null, (pe = C.formData) != null && pe.degree ? `${C.formData.degree}, ` : "---", /* @__PURE__ */ React__default.createElement(Divider, { type: "vertical" }), (ce = C.formData) != null && ce.graduation_date ? `${C.formData.graduation_date.format("YYYY")}` : "---")), /* @__PURE__ */ React__default.createElement(RefIcon$Q, null)));
61250
+ )) : /* @__PURE__ */ React__default.createElement(Card, { key: F, onClick: ne }, /* @__PURE__ */ React__default.createElement(Flex, { justify: "space-between", align: "center" }, /* @__PURE__ */ React__default.createElement(Flex, { vertical: !0, gap: 4 }, /* @__PURE__ */ React__default.createElement(Text$5, { strong: !0 }, (ue = C.formData) != null && ue.university ? (le = C.formData) == null ? void 0 : le.university : "---"), /* @__PURE__ */ React__default.createElement(Text$5, null, (pe = C.formData) != null && pe.degree ? `${C.formData.degree}, ` : "---", /* @__PURE__ */ React__default.createElement(Divider, { type: "vertical" }), (ce = C.formData) != null && ce.graduation_date ? `${C.formData.graduation_date.format("YYYY")}` : "---")), /* @__PURE__ */ React__default.createElement(RefIcon$R, null)));
61162
61251
  }, { Text: Text$4 } = Typography, CustomEducationFormItem = ({ formId: C }) => {
61163
61252
  const $ = useDispatch(), V = useSelector(
61164
61253
  (ie) => ie.scalantResumeBuilder.formStore.forms[C]
@@ -61201,7 +61290,7 @@ const { Text: Text$8 } = Typography, DeleteConfirmationModal = ({
61201
61290
  })
61202
61291
  );
61203
61292
  };
61204
- return !ee || Object.keys(ee).length === 0 ? /* @__PURE__ */ React__default.createElement(Button$2, { type: "dashed", block: !0, icon: /* @__PURE__ */ React__default.createElement(RefIcon$K, null), onClick: ae }, "Add Custom Education") : /* @__PURE__ */ React__default.createElement(Card, null, /* @__PURE__ */ React__default.createElement(Flex, { gap: 16, justify: "space-between" }, /* @__PURE__ */ React__default.createElement(Flex, { gap: 4 }, /* @__PURE__ */ React__default.createElement(Text$4, { strong: !0 }, "Custom Education"), /* @__PURE__ */ React__default.createElement(RefIcon$u, { onClick: re }))), /* @__PURE__ */ React__default.createElement(
61293
+ return !ee || Object.keys(ee).length === 0 ? /* @__PURE__ */ React__default.createElement(Button$2, { type: "dashed", block: !0, icon: /* @__PURE__ */ React__default.createElement(RefIcon$L, null), onClick: ae }, "Add Custom Education") : /* @__PURE__ */ React__default.createElement(Card, null, /* @__PURE__ */ React__default.createElement(Flex, { gap: 16, justify: "space-between" }, /* @__PURE__ */ React__default.createElement(Flex, { gap: 4 }, /* @__PURE__ */ React__default.createElement(Text$4, { strong: !0 }, "Custom Education"), /* @__PURE__ */ React__default.createElement(RefIcon$v, { onClick: re }))), /* @__PURE__ */ React__default.createElement(
61205
61294
  Form,
61206
61295
  {
61207
61296
  form: J,
@@ -61386,7 +61475,7 @@ const { Text: Text$8 } = Typography, DeleteConfirmationModal = ({
61386
61475
  {
61387
61476
  type: "dashed",
61388
61477
  block: !0,
61389
- icon: /* @__PURE__ */ React__default.createElement(RefIcon$K, null),
61478
+ icon: /* @__PURE__ */ React__default.createElement(RefIcon$L, null),
61390
61479
  onClick: ie
61391
61480
  },
61392
61481
  ((K == null ? void 0 : K.educationItems) || []).length === 1 ? "Add secondary education" : "Add another education"
@@ -61455,7 +61544,7 @@ const { Text: Text$8 } = Typography, DeleteConfirmationModal = ({
61455
61544
  }, se = () => {
61456
61545
  te(!1);
61457
61546
  };
61458
- return C.expanded ? /* @__PURE__ */ React__default.createElement(Card, { key: F }, /* @__PURE__ */ React__default.createElement(Flex, { gap: 16, justify: "space-between" }, /* @__PURE__ */ React__default.createElement(Flex, { gap: 4 }, /* @__PURE__ */ React__default.createElement(Text$3, null, "Work Experience ", F + 1), /* @__PURE__ */ React__default.createElement(RefIcon$u, { onClick: ae, style: { color: "red" } })), /* @__PURE__ */ React__default.createElement(RefIcon$J, { onClick: ne })), /* @__PURE__ */ React__default.createElement(
61547
+ return C.expanded ? /* @__PURE__ */ React__default.createElement(Card, { key: F }, /* @__PURE__ */ React__default.createElement(Flex, { gap: 16, justify: "space-between" }, /* @__PURE__ */ React__default.createElement(Flex, { gap: 4 }, /* @__PURE__ */ React__default.createElement(Text$3, null, "Work Experience ", F + 1), /* @__PURE__ */ React__default.createElement(RefIcon$v, { onClick: ae, style: { color: "red" } })), /* @__PURE__ */ React__default.createElement(RefIcon$K, { onClick: ne })), /* @__PURE__ */ React__default.createElement(
61459
61548
  Form,
61460
61549
  {
61461
61550
  form: re,
@@ -61525,7 +61614,7 @@ const { Text: Text$8 } = Typography, DeleteConfirmationModal = ({
61525
61614
  description: "Are you sure you want to delete this work experience?",
61526
61615
  style: { top: 20 }
61527
61616
  }
61528
- )) : /* @__PURE__ */ React__default.createElement(Card, { key: F, onClick: ne }, /* @__PURE__ */ React__default.createElement(Flex, { justify: "space-between", align: "center" }, /* @__PURE__ */ React__default.createElement(Flex, { vertical: !0, gap: 4 }, /* @__PURE__ */ React__default.createElement(Text$3, { strong: !0 }, (me = C.formData) == null ? void 0 : me.company), /* @__PURE__ */ React__default.createElement(Text$3, null, (ue = C.formData) != null && ue.position ? `${(le = C.formData) == null ? void 0 : le.position}, ` : "---", /* @__PURE__ */ React__default.createElement(Divider, { type: "vertical" }), (pe = C.formData) != null && pe.from ? `${(ce = C.formData) == null ? void 0 : ce.from.format("YYYY")}` : "---", "-", (ve = C.formData) != null && ve.to ? `${(fe = C.formData) == null ? void 0 : fe.to.format("YYYY")}` : (de = C.formData) != null && de.is_current ? "Present" : "---")), /* @__PURE__ */ React__default.createElement(RefIcon$Q, null)));
61617
+ )) : /* @__PURE__ */ React__default.createElement(Card, { key: F, onClick: ne }, /* @__PURE__ */ React__default.createElement(Flex, { justify: "space-between", align: "center" }, /* @__PURE__ */ React__default.createElement(Flex, { vertical: !0, gap: 4 }, /* @__PURE__ */ React__default.createElement(Text$3, { strong: !0 }, (me = C.formData) == null ? void 0 : me.company), /* @__PURE__ */ React__default.createElement(Text$3, null, (ue = C.formData) != null && ue.position ? `${(le = C.formData) == null ? void 0 : le.position}, ` : "---", /* @__PURE__ */ React__default.createElement(Divider, { type: "vertical" }), (pe = C.formData) != null && pe.from ? `${(ce = C.formData) == null ? void 0 : ce.from.format("YYYY")}` : "---", "-", (ve = C.formData) != null && ve.to ? `${(fe = C.formData) == null ? void 0 : fe.to.format("YYYY")}` : (de = C.formData) != null && de.is_current ? "Present" : "---")), /* @__PURE__ */ React__default.createElement(RefIcon$R, null)));
61529
61618
  }, FORM_ID$1 = "workExperienceForm", initialFormData$1 = {
61530
61619
  workExperienceItems: [
61531
61620
  {
@@ -61685,7 +61774,7 @@ const { Text: Text$8 } = Typography, DeleteConfirmationModal = ({
61685
61774
  {
61686
61775
  type: "dashed",
61687
61776
  block: !0,
61688
- icon: /* @__PURE__ */ React__default.createElement(RefIcon$K, null),
61777
+ icon: /* @__PURE__ */ React__default.createElement(RefIcon$L, null),
61689
61778
  onClick: le
61690
61779
  },
61691
61780
  "Add another experience"
@@ -61889,14 +61978,14 @@ const { Text: Text$8 } = Typography, DeleteConfirmationModal = ({
61889
61978
  key: "projects",
61890
61979
  title: "Projects",
61891
61980
  subtitle: "Add personal projects",
61892
- icon: RefIcon$F,
61981
+ icon: RefIcon$G,
61893
61982
  component: ProjectForm
61894
61983
  },
61895
61984
  {
61896
61985
  key: "education",
61897
61986
  title: "Education",
61898
61987
  subtitle: "Add academic background and certifications",
61899
- icon: RefIcon$z,
61988
+ icon: RefIcon$A,
61900
61989
  component: EducationForm
61901
61990
  },
61902
61991
  {
@@ -61910,7 +61999,7 @@ const { Text: Text$8 } = Typography, DeleteConfirmationModal = ({
61910
61999
  key: "achievements",
61911
62000
  title: "Achievements",
61912
62001
  subtitle: "Add your achievements",
61913
- icon: RefIcon$i,
62002
+ icon: RefIcon$j,
61914
62003
  component: CustomForm
61915
62004
  }
61916
62005
  ], FORM_AI_FEEDBACK_SECTIONS = {
@@ -62321,7 +62410,7 @@ const { Text: Text$8 } = Typography, DeleteConfirmationModal = ({
62321
62410
  items: [
62322
62411
  ...re.map((Ce) => {
62323
62412
  let Re;
62324
- return Ce.key === ee ? Re = /* @__PURE__ */ React__default.createElement(RefIcon$T, { className: styles$g.activeIcon }) : Ce.status === "complete" ? Re = /* @__PURE__ */ React__default.createElement(RefIcon$y, { className: styles$g.completeIcon }) : Re = /* @__PURE__ */ React__default.createElement(RefIcon$H, { className: styles$g.incompleteIcon }), {
62413
+ return Ce.key === ee ? Re = /* @__PURE__ */ React__default.createElement(RefIcon$U, { className: styles$g.activeIcon }) : Ce.status === "complete" ? Re = /* @__PURE__ */ React__default.createElement(RefIcon$z, { className: styles$g.completeIcon }) : Re = /* @__PURE__ */ React__default.createElement(RefIcon$I, { className: styles$g.incompleteIcon }), {
62325
62414
  dot: Re,
62326
62415
  children: /* @__PURE__ */ React__default.createElement("div", { ref: (we) => se.current[Ce.key] = we }, /* @__PURE__ */ React__default.createElement(
62327
62416
  ResumeStepCard,
@@ -62368,7 +62457,7 @@ const { Text: Text$8 } = Typography, DeleteConfirmationModal = ({
62368
62457
  return /* @__PURE__ */ React__default.createElement(Dropdown, { overlay: re, trigger: ["click"] }, /* @__PURE__ */ React__default.createElement(
62369
62458
  FloatButton,
62370
62459
  {
62371
- icon: /* @__PURE__ */ React__default.createElement(RefIcon$j, null),
62460
+ icon: /* @__PURE__ */ React__default.createElement(RefIcon$k, null),
62372
62461
  tooltip: `Font Size: ${K.charAt(0).toUpperCase() + K.slice(1)}`
62373
62462
  }
62374
62463
  ));
@@ -62414,7 +62503,7 @@ const { Text: Text$8 } = Typography, DeleteConfirmationModal = ({
62414
62503
  selectedKeys: [F == null ? void 0 : F.toString()]
62415
62504
  }
62416
62505
  },
62417
- /* @__PURE__ */ React__default.createElement("div", { className: styles$7.dropdown }, (te = K.find((re) => re.id === F)) == null ? void 0 : te.name, /* @__PURE__ */ React__default.createElement(RefIcon$Q, { className: styles$7.dropdownIcon }))
62506
+ /* @__PURE__ */ React__default.createElement("div", { className: styles$7.dropdown }, (te = K.find((re) => re.id === F)) == null ? void 0 : te.name, /* @__PURE__ */ React__default.createElement(RefIcon$R, { className: styles$7.dropdownIcon }))
62418
62507
  );
62419
62508
  }, Button = (F) => {
62420
62509
  var K = F, { children: C, onClick: $ } = K, V = so(K, ["children", "onClick"]);
@@ -62718,7 +62807,7 @@ const { Text: Text$8 } = Typography, DeleteConfirmationModal = ({
62718
62807
  title: "Change Template",
62719
62808
  placement: "right"
62720
62809
  },
62721
- /* @__PURE__ */ React__default.createElement(FloatButton, { icon: /* @__PURE__ */ React__default.createElement(RefIcon$A, null), onClick: se })
62810
+ /* @__PURE__ */ React__default.createElement(FloatButton, { icon: /* @__PURE__ */ React__default.createElement(RefIcon$B, null), onClick: se })
62722
62811
  ), /* @__PURE__ */ React__default.createElement(
62723
62812
  Modal,
62724
62813
  {
@@ -82243,7 +82332,7 @@ const MESSAGES = {
82243
82332
  justify: "center",
82244
82333
  className: styles$5.loadingContainer
82245
82334
  },
82246
- /* @__PURE__ */ React__default.createElement(RefIcon$T, { className: styles$5.loader }),
82335
+ /* @__PURE__ */ React__default.createElement(RefIcon$U, { className: styles$5.loader }),
82247
82336
  /* @__PURE__ */ React__default.createElement("span", { className: styles$5.loadingText }, C)
82248
82337
  ), ErrorLayout = ({ onRetry: C }) => /* @__PURE__ */ React__default.createElement(
82249
82338
  Flex,
@@ -82315,11 +82404,11 @@ const MESSAGES = {
82315
82404
  justify: "center",
82316
82405
  className: styles$5.container
82317
82406
  },
82318
- /* @__PURE__ */ React__default.createElement(Flex, { className: styles$5.header, align: "center", justify: "space-between" }, /* @__PURE__ */ React__default.createElement("h4", { className: styles$5.title }, /* @__PURE__ */ React__default.createElement(RefIcon$l, { className: styles$5.icon }), $), /* @__PURE__ */ React__default.createElement(Flex, { align: "center" }, /* @__PURE__ */ React__default.createElement(
82407
+ /* @__PURE__ */ React__default.createElement(Flex, { className: styles$5.header, align: "center", justify: "space-between" }, /* @__PURE__ */ React__default.createElement("h4", { className: styles$5.title }, /* @__PURE__ */ React__default.createElement(RefIcon$m, { className: styles$5.icon }), $), /* @__PURE__ */ React__default.createElement(Flex, { align: "center" }, /* @__PURE__ */ React__default.createElement(
82319
82408
  Button$2,
82320
82409
  {
82321
82410
  type: "text",
82322
- icon: /* @__PURE__ */ React__default.createElement(RefIcon$N, null),
82411
+ icon: /* @__PURE__ */ React__default.createElement(RefIcon$O, null),
82323
82412
  onClick: le,
82324
82413
  disabled: re <= 1,
82325
82414
  className: styles$5.paginationArrow,
@@ -82329,13 +82418,13 @@ const MESSAGES = {
82329
82418
  Button$2,
82330
82419
  {
82331
82420
  type: "text",
82332
- icon: /* @__PURE__ */ React__default.createElement(RefIcon$S, null),
82421
+ icon: /* @__PURE__ */ React__default.createElement(RefIcon$T, null),
82333
82422
  onClick: pe,
82334
82423
  disabled: re >= ee,
82335
82424
  className: styles$5.paginationArrow,
82336
82425
  size: "small"
82337
82426
  }
82338
- )), /* @__PURE__ */ React__default.createElement(Button$2, { type: "primary", onClick: ce }, /* @__PURE__ */ React__default.createElement(RefIcon$t, { className: styles$5.downloadIcon }), " Download")),
82427
+ )), /* @__PURE__ */ React__default.createElement(Button$2, { type: "primary", onClick: ce }, /* @__PURE__ */ React__default.createElement(RefIcon$u, { className: styles$5.downloadIcon }), " Download")),
82339
82428
  /* @__PURE__ */ React__default.createElement(Flex, { align: "center", justify: "center" }, /* @__PURE__ */ React__default.createElement(ErrorBoundary, { className: styles$5.document }, /* @__PURE__ */ React__default.createElement(
82340
82429
  Document$1,
82341
82430
  {
@@ -82412,10 +82501,10 @@ const MESSAGES = {
82412
82501
  isError: ue,
82413
82502
  onDownloadClick: te
82414
82503
  }
82415
- ), !se && !me && !ue && !oe && /* @__PURE__ */ React__default.createElement(Flex, { vertical: !0 }, /* @__PURE__ */ React__default.createElement(FloatButton.Group, { shape: "square", className: styles$7.floatButtonGroup }, /* @__PURE__ */ React__default.createElement(ChangeTemplate, { resumeTemplateConfig: ee }), /* @__PURE__ */ React__default.createElement(FontSizeDropdown, { onFontSizeChange: C }), /* @__PURE__ */ React__default.createElement(Tooltip, { title: TOOLTIPS.EDIT, placement: "right" }, /* @__PURE__ */ React__default.createElement(FloatButton, { onClick: $, icon: /* @__PURE__ */ React__default.createElement(RefIcon$B, null) })), /* @__PURE__ */ React__default.createElement(Tooltip, { title: TOOLTIPS.SAMPLE_RESUME, placement: "right" }, /* @__PURE__ */ React__default.createElement(
82504
+ ), !se && !me && !ue && !oe && /* @__PURE__ */ React__default.createElement(Flex, { vertical: !0 }, /* @__PURE__ */ React__default.createElement(FloatButton.Group, { shape: "square", className: styles$7.floatButtonGroup }, /* @__PURE__ */ React__default.createElement(ChangeTemplate, { resumeTemplateConfig: ee }), /* @__PURE__ */ React__default.createElement(FontSizeDropdown, { onFontSizeChange: C }), /* @__PURE__ */ React__default.createElement(Tooltip, { title: TOOLTIPS.EDIT, placement: "right" }, /* @__PURE__ */ React__default.createElement(FloatButton, { onClick: $, icon: /* @__PURE__ */ React__default.createElement(RefIcon$C, null) })), /* @__PURE__ */ React__default.createElement(Tooltip, { title: TOOLTIPS.SAMPLE_RESUME, placement: "right" }, /* @__PURE__ */ React__default.createElement(
82416
82505
  FloatButton,
82417
82506
  {
82418
- icon: /* @__PURE__ */ React__default.createElement(RefIcon$o, null),
82507
+ icon: /* @__PURE__ */ React__default.createElement(RefIcon$p, null),
82419
82508
  onClick: () => ce()
82420
82509
  }
82421
82510
  )), /* @__PURE__ */ React__default.createElement(
@@ -82427,7 +82516,7 @@ const MESSAGES = {
82427
82516
  ), /* @__PURE__ */ React__default.createElement(Tooltip, { title: TOOLTIPS.FEEDBACK, placement: "right" }, /* @__PURE__ */ React__default.createElement(
82428
82517
  FloatButton,
82429
82518
  {
82430
- icon: /* @__PURE__ */ React__default.createElement(RefIcon$e, null),
82519
+ icon: /* @__PURE__ */ React__default.createElement(RefIcon$f, null),
82431
82520
  href: `https://interviewbit.typeform.com/to/oH5N1sDP?email=${ae}`,
82432
82521
  target: "_blank"
82433
82522
  }
@@ -82764,7 +82853,7 @@ const MESSAGES = {
82764
82853
  return null;
82765
82854
  }
82766
82855
  };
82767
- return !$ || ie ? /* @__PURE__ */ React__default.createElement("div", { className: styles$2.loadingContainer }, /* @__PURE__ */ React__default.createElement(RefIcon$T, { className: styles$2.loadingIcon, size: "large" }), /* @__PURE__ */ React__default.createElement("h1", null, "Loading your resume data...")) : /* @__PURE__ */ React__default.createElement(
82856
+ return !$ || ie ? /* @__PURE__ */ React__default.createElement("div", { className: styles$2.loadingContainer }, /* @__PURE__ */ React__default.createElement(RefIcon$U, { className: styles$2.loadingIcon, size: "large" }), /* @__PURE__ */ React__default.createElement("h1", null, "Loading your resume data...")) : /* @__PURE__ */ React__default.createElement(
82768
82857
  ResumeLayout,
82769
82858
  {
82770
82859
  onBackButtonClick: V,
@@ -82888,7 +82977,7 @@ const MESSAGES = {
82888
82977
  ) < J && $();
82889
82978
  }, [ee, J, $, C]), useEffect(() => () => {
82890
82979
  K(resetSteps()), K(resetAllForms());
82891
- }, [K]), !C || F ? /* @__PURE__ */ React__default.createElement("div", { className: styles$1.loadingContainer }, /* @__PURE__ */ React__default.createElement(RefIcon$T, { className: styles$1.loadingIcon, size: "large" }), /* @__PURE__ */ React__default.createElement("h1", null, "Loading your preferences...")) : /* @__PURE__ */ React__default.createElement(ResumeLayout, { onBackButtonClick: $, preview: re() }, te());
82980
+ }, [K]), !C || F ? /* @__PURE__ */ React__default.createElement("div", { className: styles$1.loadingContainer }, /* @__PURE__ */ React__default.createElement(RefIcon$U, { className: styles$1.loadingIcon, size: "large" }), /* @__PURE__ */ React__default.createElement("h1", null, "Loading your preferences...")) : /* @__PURE__ */ React__default.createElement(ResumeLayout, { onBackButtonClick: $, preview: re() }, te());
82892
82981
  }, resumeRepository = resumeBuilderApi.injectEndpoints({
82893
82982
  endpoints: (C) => ({
82894
82983
  getAllResumes: C.query({
@@ -82926,7 +83015,7 @@ const MESSAGES = {
82926
83015
  useDeleteResumeMutation,
82927
83016
  useRenameResumeMutation,
82928
83017
  useCreateResumeMutation
82929
- } = resumeRepository, PRODUCT_NAME = "Resume Builder", AnalyticsContext = createContext(null), AnalyticsProvider = ({ analytics: C, children: $ }) => /* @__PURE__ */ React__default.createElement(AnalyticsContext.Provider, { value: C }, $), useAnalytics = () => useContext(AnalyticsContext), stepText = "_stepText_19be1_1", container = "_container_19be1_6", titleContainer = "_titleContainer_19be1_10", titleIcon = "_titleIcon_19be1_14", titleText = "_titleText_19be1_19", footer = "_footer_19be1_23", resumeChoiceOptionLabel = "_resumeChoiceOptionLabel_19be1_29", resumeChoiceOptionLabelChecked = "_resumeChoiceOptionLabelChecked_19be1_40", resumeChoiceOptionLabelContent = "_resumeChoiceOptionLabelContent_19be1_51", resumeChoiceOptionLabelName = "_resumeChoiceOptionLabelName_19be1_55", resumeChoiceOptionLabelModifiedAt = "_resumeChoiceOptionLabelModifiedAt_19be1_61", resumeChoiceOptionLabelEditButton = "_resumeChoiceOptionLabelEditButton_19be1_74", resumeChoiceOptionLabelMoreButtonIcon = "_resumeChoiceOptionLabelMoreButtonIcon_19be1_83", resumePreviewContainer = "_resumePreviewContainer_19be1_92", deletedCard = "_deletedCard_19be1_102", deletedCardIcon = "_deletedCardIcon_19be1_106", deletionModalWarningIcon = "_deletionModalWarningIcon_19be1_111", renameModalInfoIcon = "_renameModalInfoIcon_19be1_116", actionModalWarningTitle = "_actionModalWarningTitle_19be1_121", actionModalDescription = "_actionModalDescription_19be1_126", styles = {
83018
+ } = resumeRepository, stepText = "_stepText_19be1_1", container = "_container_19be1_6", titleContainer = "_titleContainer_19be1_10", titleIcon = "_titleIcon_19be1_14", titleText = "_titleText_19be1_19", footer = "_footer_19be1_23", resumeChoiceOptionLabel = "_resumeChoiceOptionLabel_19be1_29", resumeChoiceOptionLabelChecked = "_resumeChoiceOptionLabelChecked_19be1_40", resumeChoiceOptionLabelContent = "_resumeChoiceOptionLabelContent_19be1_51", resumeChoiceOptionLabelName = "_resumeChoiceOptionLabelName_19be1_55", resumeChoiceOptionLabelModifiedAt = "_resumeChoiceOptionLabelModifiedAt_19be1_61", resumeChoiceOptionLabelEditButton = "_resumeChoiceOptionLabelEditButton_19be1_74", resumeChoiceOptionLabelMoreButtonIcon = "_resumeChoiceOptionLabelMoreButtonIcon_19be1_83", resumePreviewContainer = "_resumePreviewContainer_19be1_92", deletedCard = "_deletedCard_19be1_102", deletedCardIcon = "_deletedCardIcon_19be1_106", deletionModalWarningIcon = "_deletionModalWarningIcon_19be1_111", renameModalInfoIcon = "_renameModalInfoIcon_19be1_116", actionModalWarningTitle = "_actionModalWarningTitle_19be1_121", actionModalDescription = "_actionModalDescription_19be1_126", styles = {
82930
83019
  stepText,
82931
83020
  container,
82932
83021
  titleContainer,
@@ -82953,7 +83042,7 @@ function Header({ onClose: C }) {
82953
83042
  const { data: $ } = useGetAllResumesQuery(), V = ((J = $ == null ? void 0 : $.data) == null ? void 0 : J.length) || 0, F = useAnalytics(), K = () => {
82954
83043
  F == null || F.click("Resume Repository Header - Close", PRODUCT_NAME), C == null || C();
82955
83044
  };
82956
- return /* @__PURE__ */ React__default.createElement(Flex, { justify: "space-between" }, /* @__PURE__ */ React__default.createElement(Space, { direction: "vertical" }, /* @__PURE__ */ React__default.createElement(Space, { className: styles.titleContainer }, /* @__PURE__ */ React__default.createElement(RefIcon$m, { className: styles.titleIcon }), /* @__PURE__ */ React__default.createElement(Text$1, { className: styles.titleText }, "Manage my Resumes (", V, ")")), /* @__PURE__ */ React__default.createElement(Text$1, { className: styles.stepText }, "Your resume(s) will be used by the recruiters to screen your profile for the jobs you apply to")), /* @__PURE__ */ React__default.createElement(Button$2, { icon: /* @__PURE__ */ React__default.createElement(RefIcon$W, null), type: "text", onClick: K }));
83045
+ return /* @__PURE__ */ React__default.createElement(Flex, { justify: "space-between" }, /* @__PURE__ */ React__default.createElement(Space, { direction: "vertical" }, /* @__PURE__ */ React__default.createElement(Space, { className: styles.titleContainer }, /* @__PURE__ */ React__default.createElement(RefIcon$n, { className: styles.titleIcon }), /* @__PURE__ */ React__default.createElement(Text$1, { className: styles.titleText }, "Manage my Resumes (", V, ")")), /* @__PURE__ */ React__default.createElement(Text$1, { className: styles.stepText }, "Your resume(s) will be used by the recruiters to screen your profile for the jobs you apply to")), /* @__PURE__ */ React__default.createElement(Button$2, { icon: /* @__PURE__ */ React__default.createElement(RefIcon$X, null), type: "text", onClick: K }));
82957
83046
  }
82958
83047
  const initialState$1 = {
82959
83048
  resumes: [],
@@ -83095,20 +83184,20 @@ function Actions({
83095
83184
  items: [
83096
83185
  {
83097
83186
  disabled: te,
83098
- icon: /* @__PURE__ */ React__default.createElement(RefIcon$v, null),
83187
+ icon: /* @__PURE__ */ React__default.createElement(RefIcon$w, null),
83099
83188
  key: "duplicate",
83100
83189
  label: "Duplicate",
83101
83190
  onClick: ae
83102
83191
  },
83103
83192
  {
83104
- icon: /* @__PURE__ */ React__default.createElement(RefIcon$s, null),
83193
+ icon: /* @__PURE__ */ React__default.createElement(RefIcon$t, null),
83105
83194
  key: "rename",
83106
83195
  label: "Rename",
83107
83196
  onClick: ie
83108
83197
  },
83109
83198
  ...C ? [] : [
83110
83199
  {
83111
- icon: /* @__PURE__ */ React__default.createElement(RefIcon$u, null),
83200
+ icon: /* @__PURE__ */ React__default.createElement(RefIcon$v, null),
83112
83201
  danger: !0,
83113
83202
  key: "delete",
83114
83203
  label: "Delete",
@@ -83124,7 +83213,7 @@ function Actions({
83124
83213
  {
83125
83214
  type: "link",
83126
83215
  icon: /* @__PURE__ */ React__default.createElement(
83127
- RefIcon$b,
83216
+ RefIcon$c,
83128
83217
  {
83129
83218
  className: styles.resumeChoiceOptionLabelMoreButtonIcon
83130
83219
  }
@@ -83237,7 +83326,7 @@ function DeletedCard({ name: C, countDown: $, onUndoDelete: V, resumeId: F }) {
83237
83326
  resumeName: C
83238
83327
  }), V();
83239
83328
  };
83240
- return /* @__PURE__ */ React__default.createElement(Card, { size: "small", className: styles.deletedCard }, /* @__PURE__ */ React__default.createElement(Flex, { justify: "space-between" }, /* @__PURE__ */ React__default.createElement(Flex, { align: "center", gap: 16 }, /* @__PURE__ */ React__default.createElement(RefIcon$Y, { className: styles.deletedCardIcon }), /* @__PURE__ */ React__default.createElement(Typography.Text, null, '"', C, '" has been deleted successfully')), /* @__PURE__ */ React__default.createElement(
83329
+ return /* @__PURE__ */ React__default.createElement(Card, { size: "small", className: styles.deletedCard }, /* @__PURE__ */ React__default.createElement(Flex, { justify: "space-between" }, /* @__PURE__ */ React__default.createElement(Flex, { align: "center", gap: 16 }, /* @__PURE__ */ React__default.createElement(RefIcon$Z, { className: styles.deletedCardIcon }), /* @__PURE__ */ React__default.createElement(Typography.Text, null, '"', C, '" has been deleted successfully')), /* @__PURE__ */ React__default.createElement(
83241
83330
  Button$2,
83242
83331
  {
83243
83332
  className: styles.resumeChoiceOptionLabelEditButton,
@@ -83376,7 +83465,7 @@ function RenameModal() {
83376
83465
  loading: te,
83377
83466
  disabled: !C
83378
83467
  },
83379
- title: /* @__PURE__ */ React__default.createElement(Flex, { gap: 12 }, /* @__PURE__ */ React__default.createElement(RefIcon$U, { className: styles.renameModalInfoIcon }), /* @__PURE__ */ React__default.createElement(Typography.Text, { className: styles.actionModalWarningTitle }, `Rename ${J}?`))
83468
+ title: /* @__PURE__ */ React__default.createElement(Flex, { gap: 12 }, /* @__PURE__ */ React__default.createElement(RefIcon$V, { className: styles.renameModalInfoIcon }), /* @__PURE__ */ React__default.createElement(Typography.Text, { className: styles.actionModalWarningTitle }, `Rename ${J}?`))
83380
83469
  },
83381
83470
  /* @__PURE__ */ React__default.createElement(Flex, { vertical: !0, gap: 24 }, /* @__PURE__ */ React__default.createElement(Typography.Text, { className: styles.actionModalDescription }, "Keep relevant names to your resume, so you remember when you have to choose when applying for jobs"), /* @__PURE__ */ React__default.createElement(Flex, { vertical: !0, gap: 12 }, /* @__PURE__ */ React__default.createElement(Typography.Text, { className: styles.actionModalLabel }, "Rename to"), /* @__PURE__ */ React__default.createElement(
83382
83471
  Input,
@@ -83435,7 +83524,7 @@ function CreationModal({ onEditResume: C }) {
83435
83524
  loading: re,
83436
83525
  disabled: !$
83437
83526
  },
83438
- title: /* @__PURE__ */ React__default.createElement(Flex, { gap: 12 }, /* @__PURE__ */ React__default.createElement(RefIcon$U, { className: styles.renameModalInfoIcon }), /* @__PURE__ */ React__default.createElement(Typography.Text, { className: styles.actionModalWarningTitle }, ee ? `Duplicate ${ee}?` : "Let's start with giving your resume a name"))
83527
+ title: /* @__PURE__ */ React__default.createElement(Flex, { gap: 12 }, /* @__PURE__ */ React__default.createElement(RefIcon$V, { className: styles.renameModalInfoIcon }), /* @__PURE__ */ React__default.createElement(Typography.Text, { className: styles.actionModalWarningTitle }, ee ? `Duplicate ${ee}?` : "Let's start with giving your resume a name"))
83439
83528
  },
83440
83529
  /* @__PURE__ */ React__default.createElement(Flex, { vertical: !0, gap: 24 }, /* @__PURE__ */ React__default.createElement(Typography.Text, { className: styles.actionModalDescription }, "Keep relevant names to your resume, so you remember when you have to choose when applying for jobs"), /* @__PURE__ */ React__default.createElement(Flex, { vertical: !0, gap: 12 }, /* @__PURE__ */ React__default.createElement(Typography.Text, { className: styles.actionModalDescription }, "Resume Name"), /* @__PURE__ */ React__default.createElement(
83441
83530
  Input,