@scalant/resume-builder 9.3.6 → 9.3.7

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.
@@ -45223,8 +45223,8 @@ const merge = /* @__PURE__ */ getDefaultExportFromCjs(cjsExports), PROGRAM_TYPES
45223
45223
  "graduation_date"
45224
45224
  ], ACHIEVEMENTS_FORM_REQUIRED_FIELDS = ["description"], STEPS_ORDER = [
45225
45225
  RESUME_BUILDER_STEPS.ACKNOWLEDGEMENT,
45226
- RESUME_BUILDER_STEPS.RESUME_BASIC_QUESTIONS,
45227
45226
  RESUME_BUILDER_STEPS.PREFERENCE_SETTINGS,
45227
+ RESUME_BUILDER_STEPS.RESUME_BASIC_QUESTIONS,
45228
45228
  RESUME_BUILDER_STEPS.RESUME_TIPS,
45229
45229
  RESUME_BUILDER_STEPS.RESUME_PARSING,
45230
45230
  RESUME_BUILDER_STEPS.RESUME_STEPS
@@ -366,7 +366,7 @@ html body {
366
366
  ${V}-eye,
367
367
  ${V}-download,
368
368
  ${V}-delete
369
- `]:{zIndex:10,width:F,margin:`0 ${unit$1(C.marginXXS)}`,fontSize:F,cursor:"pointer",transition:`all ${C.motionDurationSlow}`,color:K,"&:hover":{color:K},svg:{verticalAlign:"baseline"}}},[`${te}-thumbnail, ${te}-thumbnail img`]:{position:"static",display:"block",width:"100%",height:"100%",objectFit:"contain"},[`${te}-name`]:{display:"none",textAlign:"center"},[`${te}-file + ${te}-name`]:{position:"absolute",bottom:C.margin,display:"block",width:`calc(100% - ${unit$1(J(C.paddingXS).mul(2).equal())})`},[`${te}-uploading`]:{[`&${te}`]:{backgroundColor:C.colorFillAlter},[`&::before, ${V}-eye, ${V}-download, ${V}-delete`]:{display:"none"}},[`${te}-progress`]:{bottom:C.marginXL,width:`calc(100% - ${unit$1(J(C.paddingXS).mul(2).equal())})`,paddingInlineStart:0}}}),[`${$}-wrapper${$}-picture-circle-wrapper`]:{[`${$}${$}-select`]:{borderRadius:"50%"}}}},genRtlStyle=C=>{const{componentCls:$}=C;return{[`${$}-rtl`]:{direction:"rtl"}}},genBaseStyle=C=>{const{componentCls:$,colorTextDisabled:V}=C;return{[`${$}-wrapper`]:Object.assign(Object.assign({},resetComponent(C)),{[$]:{outline:0,"input[type='file']":{cursor:"pointer"}},[`${$}-select`]:{display:"inline-block"},[`${$}-hidden`]:{display:"none"},[`${$}-disabled`]:{color:V,cursor:"not-allowed"}})}},prepareComponentToken=C=>({actionsColor:C.colorIcon}),useStyle=genStyleHooks("Upload",C=>{const{fontSizeHeading3:$,fontHeight:V,lineWidth:F,controlHeightLG:K,calc:J}=C,ee=merge$1(C,{uploadThumbnailSize:J($).mul(2).equal(),uploadProgressOffset:J(J(V).div(2)).add(F).equal(),uploadPicCardSize:J(K).mul(2.55).equal()});return[genBaseStyle(ee),genDraggerStyle(ee),genPictureStyle(ee),genPictureCardStyle(ee),genListStyle(ee),genMotionStyle(ee),genRtlStyle(ee),genCollapseMotion(ee)]},prepareComponentToken);function file2Obj(C){return Object.assign(Object.assign({},C),{lastModified:C.lastModified,lastModifiedDate:C.lastModifiedDate,name:C.name,size:C.size,type:C.type,uid:C.uid,percent:0,originFileObj:C})}function updateFileList(C,$){const V=_toConsumableArray($),F=V.findIndex(K=>{let{uid:J}=K;return J===C.uid});return F===-1?V.push(C):V[F]=C,V}function getFileItem(C,$){const V=C.uid!==void 0?"uid":"name";return $.filter(F=>F[V]===C[V])[0]}function removeFileItem(C,$){const V=C.uid!==void 0?"uid":"name",F=$.filter(K=>K[V]!==C[V]);return F.length===$.length?null:F}const extname=function(){const $=(arguments.length>0&&arguments[0]!==void 0?arguments[0]:"").split("/"),F=$[$.length-1].split(/#|\?/)[0];return(/\.[^./\\]*$/.exec(F)||[""])[0]},isImageFileType=C=>C.indexOf("image/")===0,isImageUrl=C=>{if(C.type&&!C.thumbUrl)return isImageFileType(C.type);const $=C.thumbUrl||C.url||"",V=extname($);return/^data:image\//.test($)||/(webp|svg|png|gif|jpg|jpeg|jfif|bmp|dpg|ico|heic|heif)$/i.test(V)?!0:!(/^data:/.test($)||V)},MEASURE_SIZE=200;function previewImage$4(C){return new Promise($=>{if(!C.type||!isImageFileType(C.type)){$("");return}const V=document.createElement("canvas");V.width=MEASURE_SIZE,V.height=MEASURE_SIZE,V.style.cssText=`position: fixed; left: 0; top: 0; width: ${MEASURE_SIZE}px; height: ${MEASURE_SIZE}px; z-index: 9999; display: none;`,document.body.appendChild(V);const F=V.getContext("2d"),K=new Image;if(K.onload=()=>{const{width:J,height:ee}=K;let te=MEASURE_SIZE,ne=MEASURE_SIZE,re=0,oe=0;J>ee?(ne=ee*(MEASURE_SIZE/J),oe=-(ne-te)/2):(te=J*(MEASURE_SIZE/ee),re=-(te-ne)/2),F.drawImage(K,re,oe,te,ne);const ae=V.toDataURL();document.body.removeChild(V),window.URL.revokeObjectURL(K.src),$(ae)},K.crossOrigin="anonymous",C.type.startsWith("image/svg+xml")){const J=new FileReader;J.onload=()=>{J.result&&typeof J.result=="string"&&(K.src=J.result)},J.readAsDataURL(C)}else if(C.type.startsWith("image/gif")){const J=new FileReader;J.onload=()=>{J.result&&$(J.result)},J.readAsDataURL(C)}else K.src=window.URL.createObjectURL(C)})}const ListItem=React__namespace.forwardRef((C,$)=>{let{prefixCls:V,className:F,style:K,locale:J,listType:ee,file:te,items:ne,progress:re,iconRender:oe,actionIconRender:ae,itemRender:ie,isImgUrl:se,showPreviewIcon:me,showRemoveIcon:ue,showDownloadIcon:le,previewIcon:pe,removeIcon:de,downloadIcon:he,extra:ce,onPreview:fe,onDownload:ve,onClose:ge}=C;var _e,be;const{status:ye}=te,[Se,Re]=React__namespace.useState(ye);React__namespace.useEffect(()=>{ye!=="removed"&&Re(ye)},[ye]);const[Ce,we]=React__namespace.useState(!1);React__namespace.useEffect(()=>{const Me=setTimeout(()=>{we(!0)},300);return()=>{clearTimeout(Me)}},[]);const xe=oe(te);let $e=React__namespace.createElement("div",{className:`${V}-icon`},xe);if(ee==="picture"||ee==="picture-card"||ee==="picture-circle")if(Se==="uploading"||!te.thumbUrl&&!te.url){const Me=classNames(`${V}-list-item-thumbnail`,{[`${V}-list-item-file`]:Se!=="uploading"});$e=React__namespace.createElement("div",{className:Me},xe)}else{const Me=se!=null&&se(te)?React__namespace.createElement("img",{src:te.thumbUrl||te.url,alt:te.name,className:`${V}-list-item-image`,crossOrigin:te.crossOrigin}):xe,Be=classNames(`${V}-list-item-thumbnail`,{[`${V}-list-item-file`]:se&&!se(te)});$e=React__namespace.createElement("a",{className:Be,onClick:We=>fe(te,We),href:te.url||te.thumbUrl,target:"_blank",rel:"noopener noreferrer"},Me)}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((typeof de=="function"?de(te):de)||React__namespace.createElement(RefIcon$q,null),()=>ge(te),V,J.removeFile,!0):null,Pe=(typeof le=="function"?le(te):le)&&Se==="done"?ae((typeof he=="function"?he(te):he)||React__namespace.createElement(RefIcon$p,null),()=>ve(te),V,J.downloadFile):null,Ee=ee!=="picture-card"&&ee!=="picture-circle"&&React__namespace.createElement("span",{key:"download-delete",className:classNames(`${V}-list-item-actions`,{picture:ee==="picture"})},Pe,Ae),Oe=typeof ce=="function"?ce(te):ce,Te=Oe&&React__namespace.createElement("span",{className:`${V}-list-item-extra`},Oe),Le=classNames(`${V}-list-item-name`),je=te.url?React__namespace.createElement("a",Object.assign({key:"view",target:"_blank",rel:"noopener noreferrer",className:Le,title:te.name},Ne,{href:te.url,onClick:Me=>fe(te,Me)}),te.name,Te):React__namespace.createElement("span",{key:"view",className:Le,onClick:Me=>fe(te,Me),title:te.name},te.name,Te),De=(typeof me=="function"?me(te):me)&&(te.url||te.thumbUrl)?React__namespace.createElement("a",{href:te.url||te.thumbUrl,target:"_blank",rel:"noopener noreferrer",onClick:Me=>fe(te,Me),title:J.previewFile},typeof pe=="function"?pe(te):pe||React__namespace.createElement(RefIcon$z,null)):null,qe=(ee==="picture-card"||ee==="picture-circle")&&Se!=="uploading"&&React__namespace.createElement("span",{className:`${V}-list-item-actions`},De,Se==="done"&&Pe,Ae),{getPrefixCls:Ue}=React__namespace.useContext(ConfigContext),Ke=Ue(),He=React__namespace.createElement("div",{className:Fe},$e,je,Ee,qe,Ce&&React__namespace.createElement(CSSMotion,{motionName:`${Ke}-fade`,visible:Se==="uploading",motionDeadline:2e3},Me=>{let{className:Be}=Me;const We="percent"in te?React__namespace.createElement(Progress,Object.assign({},re,{type:"line",percent:te.percent,"aria-label":te["aria-label"],"aria-labelledby":te["aria-labelledby"]})):null;return React__namespace.createElement("div",{className:classNames(`${V}-list-item-progress`,Be)},We)})),ze=te.response&&typeof te.response=="string"?te.response:((_e=te.error)===null||_e===void 0?void 0:_e.statusText)||((be=te.error)===null||be===void 0?void 0:be.message)||J.uploadError,ke=Se==="error"?React__namespace.createElement(Tooltip,{title:ze,getPopupContainer:Me=>Me.parentNode},He):He;return React__namespace.createElement("div",{className:classNames(`${V}-list-item-container`,F),style:K,ref:$},ie?ie(ke,te,ne,{download:ve.bind(null,te),preview:fe.bind(null,te),remove:ge.bind(null,te)}):ke)}),InternalUploadList=(C,$)=>{const{listType:V="text",previewFile:F=previewImage$4,onPreview:K,onDownload:J,onRemove:ee,locale:te,iconRender:ne,isImageUrl:re=isImageUrl,prefixCls:oe,items:ae=[],showPreviewIcon:ie=!0,showRemoveIcon:se=!0,showDownloadIcon:me=!1,removeIcon:ue,previewIcon:le,downloadIcon:pe,extra:de,progress:he={size:[-1,2],showInfo:!1},appendAction:ce,appendActionVisible:fe=!0,itemRender:ve,disabled:ge}=C,_e=useForceUpdate(),[be,ye]=React__namespace.useState(!1),Se=["picture-card","picture-circle"].includes(V);React__namespace.useEffect(()=>{V.startsWith("picture")&&(ae||[]).forEach(Te=>{!(Te.originFileObj instanceof File||Te.originFileObj instanceof Blob)||Te.thumbUrl!==void 0||(Te.thumbUrl="",F==null||F(Te.originFileObj).then(Le=>{Te.thumbUrl=Le||"",_e()}))})},[V,ae,F]),React__namespace.useEffect(()=>{ye(!0)},[]);const Re=(Te,Le)=>{if(K)return Le==null||Le.preventDefault(),K(Te)},Ce=Te=>{typeof J=="function"?J(Te):Te.url&&window.open(Te.url)},we=Te=>{ee==null||ee(Te)},xe=Te=>{if(ne)return ne(Te,V);const Le=Te.status==="uploading";if(V.startsWith("picture")){const je=V==="picture"?React__namespace.createElement(RefIcon$P,null):te.uploading,De=re!=null&&re(Te)?React__namespace.createElement(RefIcon$7,null):React__namespace.createElement(RefIcon$h,null);return Le?je:De}return Le?React__namespace.createElement(RefIcon$P,null):React__namespace.createElement(RefIcon$8,null)},$e=(Te,Le,je,De,qe)=>{const Ue={type:"text",size:"small",title:De,onClick:Ke=>{var He,ze;Le(),React__namespace.isValidElement(Te)&&((ze=(He=Te.props).onClick)===null||ze===void 0||ze.call(He,Ke))},className:`${je}-list-item-action`,disabled:qe?ge:!1};return React__namespace.isValidElement(Te)?React__namespace.createElement(Button$2,Object.assign({},Ue,{icon:cloneElement(Te,Object.assign(Object.assign({},Te.props),{onClick:()=>{}}))})):React__namespace.createElement(Button$2,Object.assign({},Ue),React__namespace.createElement("span",null,Te))};React__namespace.useImperativeHandle($,()=>({handlePreview:Re,handleDownload:Ce}));const{getPrefixCls:Fe}=React__namespace.useContext(ConfigContext),Ne=Fe("upload",oe),Ae=Fe(),Pe=classNames(`${Ne}-list`,`${Ne}-list-${V}`),Ee=React__namespace.useMemo(()=>omit(initCollapseMotion(Ae),["onAppearEnd","onEnterEnd","onLeaveEnd"]),[Ae]),Oe=Object.assign(Object.assign({},Se?{}:Ee),{motionDeadline:2e3,motionName:`${Ne}-${Se?"animate-inline":"animate"}`,keys:_toConsumableArray(ae.map(Te=>({key:Te.uid,file:Te}))),motionAppear:be});return React__namespace.createElement("div",{className:Pe},React__namespace.createElement(CSSMotionList,Object.assign({},Oe,{component:!1}),Te=>{let{key:Le,file:je,className:De,style:qe}=Te;return React__namespace.createElement(ListItem,{key:Le,locale:te,prefixCls:Ne,className:De,style:qe,file:je,items:ae,progress:he,listType:V,isImgUrl:re,showPreviewIcon:ie,showRemoveIcon:se,showDownloadIcon:me,removeIcon:ue,previewIcon:le,downloadIcon:pe,extra:de,iconRender:xe,actionIconRender:$e,itemRender:ve,onPreview:Re,onDownload:Ce,onClose:we})}),ce&&React__namespace.createElement(CSSMotion,Object.assign({},Oe,{visible:fe,forceRender:!0}),Te=>{let{className:Le,style:je}=Te;return cloneElement(ce,De=>({className:classNames(De.className,Le),style:Object.assign(Object.assign(Object.assign({},je),{pointerEvents:Le?"none":void 0}),De.style)}))}))},UploadList=React__namespace.forwardRef(InternalUploadList);process.env.NODE_ENV!=="production"&&(UploadList.displayName="UploadList");var __awaiter=function(C,$,V,F){function K(J){return J instanceof V?J:new V(function(ee){ee(J)})}return new(V||(V=Promise))(function(J,ee){function te(oe){try{re(F.next(oe))}catch(ae){ee(ae)}}function ne(oe){try{re(F.throw(oe))}catch(ae){ee(ae)}}function re(oe){oe.done?J(oe.value):K(oe.value).then(te,ne)}re((F=F.apply(C,$||[])).next())})};const LIST_IGNORE=`__LIST_IGNORE_${Date.now()}__`,InternalUpload=(C,$)=>{const{fileList:V,defaultFileList:F,onRemove:K,showUploadList:J=!0,listType:ee="text",onPreview:te,onDownload:ne,onChange:re,onDrop:oe,previewFile:ae,disabled:ie,locale:se,iconRender:me,isImageUrl:ue,progress:le,prefixCls:pe,className:de,type:he="select",children:ce,style:fe,itemRender:ve,maxCount:ge,data:_e={},multiple:be=!1,hasControlInside:ye=!0,action:Se="",accept:Re="",supportServerRender:Ce=!0,rootClassName:we}=C,xe=React__namespace.useContext(DisabledContext),$e=ie!=null?ie:xe,[Fe,Ne]=useMergedState(F||[],{value:V,postState:et=>et!=null?et:[]}),[Ae,Pe]=React__namespace.useState("drop"),Ee=React__namespace.useRef(null),Oe=React__namespace.useRef(null);if(process.env.NODE_ENV!=="production"){const et=devUseWarning("Upload");process.env.NODE_ENV!=="production"&&et("fileList"in C||!("value"in C),"usage","`value` is not a valid prop, do you mean `fileList`?"),et.deprecated(!("transformFile"in C),"transformFile","beforeUpload")}React__namespace.useMemo(()=>{const et=Date.now();(V||[]).forEach((ot,Qe)=>{!ot.uid&&!Object.isFrozen(ot)&&(ot.uid=`__AUTO__${et}_${Qe}__`)})},[V]);const Te=(et,ot,Qe)=>{let it=_toConsumableArray(ot),ct=!1;ge===1?it=it.slice(-1):ge&&(ct=it.length>ge,it=it.slice(0,ge)),ReactDOM.flushSync(()=>{Ne(it)});const _t={file:et,fileList:it};Qe&&(_t.event=Qe),(!ct||et.status==="removed"||it.some(Et=>Et.uid===et.uid))&&ReactDOM.flushSync(()=>{re==null||re(_t)})},Le=(et,ot)=>__awaiter(void 0,void 0,void 0,function*(){const{beforeUpload:Qe,transformFile:it}=C;let ct=et;if(Qe){const _t=yield Qe(et,ot);if(_t===!1)return!1;if(delete et[LIST_IGNORE],_t===LIST_IGNORE)return Object.defineProperty(et,LIST_IGNORE,{value:!0,configurable:!0}),!1;typeof _t=="object"&&_t&&(ct=_t)}return it&&(ct=yield it(ct)),ct}),je=et=>{const ot=et.filter(ct=>!ct.file[LIST_IGNORE]);if(!ot.length)return;const Qe=ot.map(ct=>file2Obj(ct.file));let it=_toConsumableArray(Fe);Qe.forEach(ct=>{it=updateFileList(ct,it)}),Qe.forEach((ct,_t)=>{let Et=ct;if(ot[_t].parsedFile)ct.status="uploading";else{const{originFileObj:At}=ct;let xt;try{xt=new File([At],At.name,{type:At.type})}catch(bt){xt=new Blob([At],{type:At.type}),xt.name=At.name,xt.lastModifiedDate=new Date,xt.lastModified=new Date().getTime()}xt.uid=ct.uid,Et=xt}Te(Et,it)})},De=(et,ot,Qe)=>{try{typeof et=="string"&&(et=JSON.parse(et))}catch(_t){}if(!getFileItem(ot,Fe))return;const it=file2Obj(ot);it.status="done",it.percent=100,it.response=et,it.xhr=Qe;const ct=updateFileList(it,Fe);Te(it,ct)},qe=(et,ot)=>{if(!getFileItem(ot,Fe))return;const Qe=file2Obj(ot);Qe.status="uploading",Qe.percent=et.percent;const it=updateFileList(Qe,Fe);Te(Qe,it,et)},Ue=(et,ot,Qe)=>{if(!getFileItem(Qe,Fe))return;const it=file2Obj(Qe);it.error=et,it.response=ot,it.status="error";const ct=updateFileList(it,Fe);Te(it,ct)},Ke=et=>{let ot;Promise.resolve(typeof K=="function"?K(et):K).then(Qe=>{var it;if(Qe===!1)return;const ct=removeFileItem(et,Fe);ct&&(ot=Object.assign(Object.assign({},et),{status:"removed"}),Fe==null||Fe.forEach(_t=>{const Et=ot.uid!==void 0?"uid":"name";_t[Et]===ot[Et]&&!Object.isFrozen(_t)&&(_t.status="removed")}),(it=Ee.current)===null||it===void 0||it.abort(ot),Te(ot,ct))})},He=et=>{Pe(et.type),et.type==="drop"&&(oe==null||oe(et))};React__namespace.useImperativeHandle($,()=>({onBatchStart:je,onSuccess:De,onProgress:qe,onError:Ue,fileList:Fe,upload:Ee.current,nativeElement:Oe.current}));const{getPrefixCls:ze,direction:ke,upload:Me}=React__namespace.useContext(ConfigContext),Be=ze("upload",pe),We=Object.assign(Object.assign({onBatchStart:je,onError:Ue,onProgress:qe,onSuccess:De},C),{data:_e,multiple:be,action:Se,accept:Re,supportServerRender:Ce,prefixCls:Be,disabled:$e,beforeUpload:Le,onChange:void 0,hasControlInside:ye});delete We.className,delete We.style,(!ce||$e)&&delete We.id;const Ge=`${Be}-wrapper`,[Xe,Ye,Je]=useStyle(Be,Ge),[tt]=useLocale$1("Upload",localeValues.Upload),{showRemoveIcon:nt,showPreviewIcon:lt,showDownloadIcon:ut,removeIcon:pt,previewIcon:vt,downloadIcon:yt,extra:wt}=typeof J=="boolean"?{}:J,Ct=typeof nt=="undefined"?!$e:nt,dt=(et,ot)=>J?React__namespace.createElement(UploadList,{prefixCls:Be,listType:ee,items:Fe,previewFile:ae,onPreview:te,onDownload:ne,onRemove:Ke,showRemoveIcon:Ct,showPreviewIcon:lt,showDownloadIcon:ut,removeIcon:pt,previewIcon:vt,downloadIcon:yt,iconRender:me,extra:wt,locale:Object.assign(Object.assign({},tt),se),isImageUrl:ue,progress:le,appendAction:et,appendActionVisible:ot,itemRender:ve,disabled:$e}):et,ft=classNames(Ge,de,we,Ye,Je,Me==null?void 0:Me.className,{[`${Be}-rtl`]:ke==="rtl",[`${Be}-picture-card-wrapper`]:ee==="picture-card",[`${Be}-picture-circle-wrapper`]:ee==="picture-circle"}),Ze=Object.assign(Object.assign({},Me==null?void 0:Me.style),fe);if(he==="drag"){const et=classNames(Ye,Be,`${Be}-drag`,{[`${Be}-drag-uploading`]:Fe.some(ot=>ot.status==="uploading"),[`${Be}-drag-hover`]:Ae==="dragover",[`${Be}-disabled`]:$e,[`${Be}-rtl`]:ke==="rtl"});return Xe(React__namespace.createElement("span",{className:ft,ref:Oe},React__namespace.createElement("div",{className:et,style:Ze,onDrop:He,onDragOver:He,onDragLeave:He},React__namespace.createElement(Upload$2,Object.assign({},We,{ref:Ee,className:`${Be}-btn`}),React__namespace.createElement("div",{className:`${Be}-drag-container`},ce))),dt()))}const st=classNames(Be,`${Be}-select`,{[`${Be}-disabled`]:$e,[`${Be}-hidden`]:!ce}),at=React__namespace.createElement("div",{className:st},React__namespace.createElement(Upload$2,Object.assign({},We,{ref:Ee})));return Xe(ee==="picture-card"||ee==="picture-circle"?React__namespace.createElement("span",{className:ft,ref:Oe},dt(at,!!ce)):React__namespace.createElement("span",{className:ft,ref:Oe},at,dt()))},Upload$1=React__namespace.forwardRef(InternalUpload);process.env.NODE_ENV!=="production"&&(Upload$1.displayName="Upload");var __rest=function(C,$){var V={};for(var F in C)Object.prototype.hasOwnProperty.call(C,F)&&$.indexOf(F)<0&&(V[F]=C[F]);if(C!=null&&typeof Object.getOwnPropertySymbols=="function")for(var K=0,F=Object.getOwnPropertySymbols(C);K<F.length;K++)$.indexOf(F[K])<0&&Object.prototype.propertyIsEnumerable.call(C,F[K])&&(V[F[K]]=C[F[K]]);return V};const Dragger$1=React__namespace.forwardRef((C,$)=>{var{style:V,height:F,hasControlInside:K=!1}=C,J=__rest(C,["style","height","hasControlInside"]);return React__namespace.createElement(Upload$1,Object.assign({ref:$,hasControlInside:K},J,{type:"drag",style:Object.assign(Object.assign({},V),{height:F})}))});process.env.NODE_ENV!=="production"&&(Dragger$1.displayName="Dragger");const Upload=Upload$1;Upload.Dragger=Dragger$1,Upload.LIST_IGNORE=LIST_IGNORE;var cjs,hasRequiredCjs;function requireCjs(){if(hasRequiredCjs)return cjs;hasRequiredCjs=1;var C=function(de){return $(de)&&!V(de)};function $(pe){return!!pe&&typeof pe=="object"}function V(pe){var de=Object.prototype.toString.call(pe);return de==="[object RegExp]"||de==="[object Date]"||J(pe)}var F=typeof Symbol=="function"&&Symbol.for,K=F?Symbol.for("react.element"):60103;function J(pe){return pe.$$typeof===K}function ee(pe){return Array.isArray(pe)?[]:{}}function te(pe,de){return de.clone!==!1&&de.isMergeableObject(pe)?ue(ee(pe),pe,de):pe}function ne(pe,de,he){return pe.concat(de).map(function(ce){return te(ce,he)})}function re(pe,de){if(!de.customMerge)return ue;var he=de.customMerge(pe);return typeof he=="function"?he:ue}function oe(pe){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(pe).filter(function(de){return Object.propertyIsEnumerable.call(pe,de)}):[]}function ae(pe){return Object.keys(pe).concat(oe(pe))}function ie(pe,de){try{return de in pe}catch(he){return!1}}function se(pe,de){return ie(pe,de)&&!(Object.hasOwnProperty.call(pe,de)&&Object.propertyIsEnumerable.call(pe,de))}function me(pe,de,he){var ce={};return he.isMergeableObject(pe)&&ae(pe).forEach(function(fe){ce[fe]=te(pe[fe],he)}),ae(de).forEach(function(fe){se(pe,fe)||(ie(pe,fe)&&he.isMergeableObject(de[fe])?ce[fe]=re(fe,he)(pe[fe],de[fe],he):ce[fe]=te(de[fe],he))}),ce}function ue(pe,de,he){he=he||{},he.arrayMerge=he.arrayMerge||ne,he.isMergeableObject=he.isMergeableObject||C,he.cloneUnlessOtherwiseSpecified=te;var ce=Array.isArray(de),fe=Array.isArray(pe),ve=ce===fe;return ve?ce?he.arrayMerge(pe,de,he):me(pe,de,he):te(de,he)}ue.all=function(de,he){if(!Array.isArray(de))throw new Error("first argument should be an array");return de.reduce(function(ce,fe){return ue(ce,fe,he)},{})};var le=ue;return cjs=le,cjs}var cjsExports=requireCjs();const merge=getDefaultExportFromCjs(cjsExports),PROGRAM_TYPES={ACADEMY:"academy",DSML:"dsml",DEVOPS:"devops"},PREFERENCE_SETTINGS_IMAGE="https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/124/609/original/image_%281%29.png?1746936231",RESUME_BUILDER_STEPS={ACKNOWLEDGEMENT:{key:"acknowledgement",title:"Acknowledgement",component:"Acknowledgement"},PREFERENCE_SETTINGS:{key:"preferenceSettings",title:"Preference Settings",component:"PreferenceSettings"},RESUME_PARSING:{key:"resumeParsing",title:"Resume Parsing",component:"ResumeParsing"},RESUME_BASIC_QUESTIONS:{key:"resumeBasicQuestions",title:"Resume Basic Questions",component:"ResumeBasicQuestions"},RESUME_TIPS:{key:"resumeTips",title:"Resume Tips",component:"ResumeTips"},RESUME_STEPS:{key:"resumeSteps",title:"Resume Steps",component:"ResumeSteps"}},ADDITIONAL_PROFILES=[{label:"LeetCode",value:"leetcode"},{label:"Codeforces",value:"codeforces"},{label:"Codechef",value:"codechef"},{label:"HackerRank",value:"hackerrank"},{label:"HackerEarth",value:"hackerearth"},{label:"Geeksforgeeks",value:"geeksforgeeks"}],PROJECT_FORM_REQUIRED_FIELDS=["title","project_link","description"],PERSONAL_DETAILS_FORM_REQUIRED_FIELDS=["name","phone_number","email","gender","linkedin"],WORK_EXPERIENCE_FORM_REQUIRED_FIELDS=["company","position","from"],EDUCATION_FORM_REQUIRED_FIELDS=["university","degree","marks","graduation_date"],ACHIEVEMENTS_FORM_REQUIRED_FIELDS=["description"],STEPS_ORDER=[RESUME_BUILDER_STEPS.ACKNOWLEDGEMENT,RESUME_BUILDER_STEPS.RESUME_BASIC_QUESTIONS,RESUME_BUILDER_STEPS.PREFERENCE_SETTINGS,RESUME_BUILDER_STEPS.RESUME_TIPS,RESUME_BUILDER_STEPS.RESUME_PARSING,RESUME_BUILDER_STEPS.RESUME_STEPS],JOB_ROLES={fresher:"Fresher",nonTech:"Non-Tech",qualityAssuranceOrSdeInTesting:"Quality Assurance / SDE in Testing",salesforceOrServicenowOrRpa:"Salesforce / Servicenow / RPA",embeddedSystemsEngineer:"Embedded Systems Engineer",dataEngineer:"Data Engineer",engineeringLeadership:"Engineering Leadership",nonDeveloperAndItProfessional:"Non-Developer & IT Professional",developer:"Developer",dataAnalystOrBusinessAnalyst:"Data Analyst / Business Analyst",dataScientistOrMachineLearningEngineer:"Data Scientist / Machine Learning Engineer",devops:"DevOps/ Cloud Computing/ Platform/ Infrastructure Engineer",techAdjacent:"Tech Adjacent, Non DevOps/Cloud Computing"},RESUME_PDF_LINK_KEYS={FRESHER:"fresher",JUNIOR_BACKEND:"junior-back-end-engineer",JUNIOR_FRONTEND:"junior-front-end-engineer",SENIOR_BACKEND:"senior-back-end-engineer",NON_TECH:"non-tech",ENGG_MANAGER:"engg-manager",NON_TECH_BACKGROUND:"non-tech-background",DATA_ANALYST:"data-analyst",DATA_SCIENTIST:"data-scientist",DSML_FRESHER:"dsml-fresher",DEVOPS_FRESHER:"devops-fresher",DEVOPS_NON_TECH:"devops-non-tech",DEVOPS_DATA_ANALYST:"devops-data-analyst",DEVOPS_DEVELOPER:"devops-developer",DEVOPS_TECH_ADJACENT:"devops-tech-adjacent",DEVOPS_ENGINEER:"devops-engineer"},RESUME_PDF_LINKS={[RESUME_PDF_LINK_KEYS.DSML_FRESHER]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/153/281/original/DSML_Fresher.png",pdfLink:"https://drive.google.com/file/d/1IwLrSapgaYH2cY9-ojkgcUOWVZZpx2EO/view?usp=drive_link"},[RESUME_PDF_LINK_KEYS.FRESHER]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/153/286/original/Fresher_Good_Resume.png",pdfLink:"https://drive.google.com/file/d/1tlmkji8KF5pA_kh8Z1UDEGtQPkxDEfFL/view?usp=drive_link"},[RESUME_PDF_LINK_KEYS.JUNIOR_BACKEND]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/153/290/original/Junior_Backed.png",pdfLink:"https://drive.google.com/file/d/15Ws2o5bWkgFvaMMbtEcu73CREV0uxcL_/view?usp=drive_link"},[RESUME_PDF_LINK_KEYS.JUNIOR_FRONTEND]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/153/294/original/Junior_frontend_developer_good_resume.png",pdfLink:"https://drive.google.com/file/d/1Y_WHhG69ZamTsAbl10hTFtRrPcqXnl96/view?usp=drive_link"},[RESUME_PDF_LINK_KEYS.SENIOR_BACKEND]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/153/298/original/Senior_Backend.png",pdfLink:"https://drive.google.com/file/d/1EKNasTcnN76Hqf3jcyUOkXXBHMW0LXWf/view?usp=drive_link"},[RESUME_PDF_LINK_KEYS.NON_TECH]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/153/299/original/Non_Tech_Good_Resume.png",pdfLink:"https://drive.google.com/file/d/1GPnKQeftkyFf5Wfxr5XwQlGNHbQjyrDT/view?usp=drive_link"},[RESUME_PDF_LINK_KEYS.ENGG_MANAGER]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/128/798/original/Engineering_Manager_Good_Resume_1_page-0001.jpg?1748353948",pdfLink:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/128/677/original/Engineering_Manager_Good_Resume_1.pdf?1748329511"},[RESUME_PDF_LINK_KEYS.NON_TECH_BACKGROUND]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/153/324/original/DSML_Fresher_%281%29_%281%29-1.png",pdfLink:"https://drive.google.com/file/d/1v1QIHkDBOvL_GH1oRm3q-Ay_cyC3cu5z/view?usp=sharing"},[RESUME_PDF_LINK_KEYS.DATA_ANALYST]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/153/266/original/Data_Analyst.png",pdfLink:"https://drive.google.com/file/d/1lIzsnBcVFrszl--NiFJzNS_QyndifDFh/view?usp=drive_link"},[RESUME_PDF_LINK_KEYS.DATA_SCIENTIST]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/153/280/original/Data_Scientist.png",pdfLink:"https://drive.google.com/file/d/1qUONNSeheYDHBt6mxImdvFJLhwHKbM0a/view?usp=drive_link"},[RESUME_PDF_LINK_KEYS.DEVOPS_FRESHER]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/149/044/original/DevOps_Freshers.jpg?1757067205",pdfLink:"https://drive.google.com/file/d/1aonhXbW-zrD5J1Vmq7kpd1ibZZPMq6G_/view?usp=drive_link"},[RESUME_PDF_LINK_KEYS.DEVOPS_NON_TECH]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/149/045/original/DevOps_Non-Tech.jpg?1757067368",pdfLink:"https://drive.google.com/file/d/1serY58wCD2V3JwRkJcjUnomBut0CbGqT/view?usp=drive_link"},[RESUME_PDF_LINK_KEYS.DEVOPS_DATA_ANALYST]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/149/046/original/Data_Analyst_Devops.jpg?1757067400",pdfLink:"https://drive.google.com/file/d/1Z_nYiUX-aE8Cp_Kv2_-f6lNYd2HPh1jU/view?usp=drive_link"},[RESUME_PDF_LINK_KEYS.DEVOPS_DEVELOPER]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/149/047/original/Developer_DevOps_%281%29.jpg?1757067433",pdfLink:"https://drive.google.com/file/d/16lZ93HvZB7Ncy5_XrVtIFOlA_jkzZxra/view?usp=sharing"},[RESUME_PDF_LINK_KEYS.DEVOPS_TECH_ADJACENT]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/149/048/original/Tech-Adjacent_Role.jpg?1757067465",pdfLink:"https://drive.google.com/file/d/1wQERcG0sw7cwxHt9Mf3GLl3TKHM4mSBH/view?usp=drive_link"},[RESUME_PDF_LINK_KEYS.DEVOPS_ENGINEER]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/149/049/original/DevOps_Engineer_%281%29-images-0.jpg?1757067484",pdfLink:"https://drive.google.com/file/d/19bp0OwGciozWes66HKJ7swIAZ4_SUdLu/view?usp=drive_link"}},ACADEMY_JOB_ROLES=[{value:"Fresher",label:"Fresher"},{value:"Non-Tech",label:"Non-Tech"},{value:"Quality Assurance / SDE in Testing",label:"Quality Assurance / SDE in Testing"},{value:"Salesforce / Servicenow / RPA",label:"Salesforce / Servicenow / RPA"},{value:"Embedded Systems Engineer",label:"Embedded Systems Engineer"},{value:"Mobile Engineer",label:"Mobile Engineer"},{value:"Frontend/Full-stack",label:"Frontend/Full-stack"},{value:"Backend / Backend Heavy Full-stack",label:"Backend / Backend Heavy Full-stack"},{value:"DevOps / Network Engineer",label:"DevOps / Network Engineer"},{value:"Data Engineer",label:"Data Engineer"},{value:"Engineering Leadership",label:"Engineering Leadership"}],DSML_JOB_ROLES=[{value:"Fresher",label:"Fresher"},{value:"Non-Tech",label:"Non-Tech"},{value:"Non-Developer & IT Professional",label:"Non-Developer & IT Professional"},{value:"Developer",label:"Developer"},{value:"Data Analyst / Business Analyst",label:"Data Analyst / Business Analyst"},{value:"Data Scientist / Machine Learning Engineer",label:"Data Scientist / Machine Learning Engineer"}],DEV_OPS_JOB_ROLES=[{value:JOB_ROLES.fresher,label:JOB_ROLES.fresher},{value:JOB_ROLES.nonTech,label:JOB_ROLES.nonTech},{value:JOB_ROLES.devops,label:JOB_ROLES.devops},{value:JOB_ROLES.techAdjacent,label:JOB_ROLES.techAdjacent},{value:JOB_ROLES.developer,label:JOB_ROLES.developer},{value:JOB_ROLES.dataEngineer,label:JOB_ROLES.dataEngineer},{value:JOB_ROLES.dataAnalystOrBusinessAnalyst,label:JOB_ROLES.dataAnalystOrBusinessAnalyst},{value:JOB_ROLES.embeddedSystemsEngineer,label:JOB_ROLES.embeddedSystemsEngineer}],PROGRAM_JOB_ROLES={academy:ACADEMY_JOB_ROLES,dsml:DSML_JOB_ROLES,devops:DEV_OPS_JOB_ROLES},RESUME_TIPS={socialLinks:{icon:"🔗",title:"Add Social Links:",description:`Include links to various Professional social profiles like LinkedIn,
369
+ `]:{zIndex:10,width:F,margin:`0 ${unit$1(C.marginXXS)}`,fontSize:F,cursor:"pointer",transition:`all ${C.motionDurationSlow}`,color:K,"&:hover":{color:K},svg:{verticalAlign:"baseline"}}},[`${te}-thumbnail, ${te}-thumbnail img`]:{position:"static",display:"block",width:"100%",height:"100%",objectFit:"contain"},[`${te}-name`]:{display:"none",textAlign:"center"},[`${te}-file + ${te}-name`]:{position:"absolute",bottom:C.margin,display:"block",width:`calc(100% - ${unit$1(J(C.paddingXS).mul(2).equal())})`},[`${te}-uploading`]:{[`&${te}`]:{backgroundColor:C.colorFillAlter},[`&::before, ${V}-eye, ${V}-download, ${V}-delete`]:{display:"none"}},[`${te}-progress`]:{bottom:C.marginXL,width:`calc(100% - ${unit$1(J(C.paddingXS).mul(2).equal())})`,paddingInlineStart:0}}}),[`${$}-wrapper${$}-picture-circle-wrapper`]:{[`${$}${$}-select`]:{borderRadius:"50%"}}}},genRtlStyle=C=>{const{componentCls:$}=C;return{[`${$}-rtl`]:{direction:"rtl"}}},genBaseStyle=C=>{const{componentCls:$,colorTextDisabled:V}=C;return{[`${$}-wrapper`]:Object.assign(Object.assign({},resetComponent(C)),{[$]:{outline:0,"input[type='file']":{cursor:"pointer"}},[`${$}-select`]:{display:"inline-block"},[`${$}-hidden`]:{display:"none"},[`${$}-disabled`]:{color:V,cursor:"not-allowed"}})}},prepareComponentToken=C=>({actionsColor:C.colorIcon}),useStyle=genStyleHooks("Upload",C=>{const{fontSizeHeading3:$,fontHeight:V,lineWidth:F,controlHeightLG:K,calc:J}=C,ee=merge$1(C,{uploadThumbnailSize:J($).mul(2).equal(),uploadProgressOffset:J(J(V).div(2)).add(F).equal(),uploadPicCardSize:J(K).mul(2.55).equal()});return[genBaseStyle(ee),genDraggerStyle(ee),genPictureStyle(ee),genPictureCardStyle(ee),genListStyle(ee),genMotionStyle(ee),genRtlStyle(ee),genCollapseMotion(ee)]},prepareComponentToken);function file2Obj(C){return Object.assign(Object.assign({},C),{lastModified:C.lastModified,lastModifiedDate:C.lastModifiedDate,name:C.name,size:C.size,type:C.type,uid:C.uid,percent:0,originFileObj:C})}function updateFileList(C,$){const V=_toConsumableArray($),F=V.findIndex(K=>{let{uid:J}=K;return J===C.uid});return F===-1?V.push(C):V[F]=C,V}function getFileItem(C,$){const V=C.uid!==void 0?"uid":"name";return $.filter(F=>F[V]===C[V])[0]}function removeFileItem(C,$){const V=C.uid!==void 0?"uid":"name",F=$.filter(K=>K[V]!==C[V]);return F.length===$.length?null:F}const extname=function(){const $=(arguments.length>0&&arguments[0]!==void 0?arguments[0]:"").split("/"),F=$[$.length-1].split(/#|\?/)[0];return(/\.[^./\\]*$/.exec(F)||[""])[0]},isImageFileType=C=>C.indexOf("image/")===0,isImageUrl=C=>{if(C.type&&!C.thumbUrl)return isImageFileType(C.type);const $=C.thumbUrl||C.url||"",V=extname($);return/^data:image\//.test($)||/(webp|svg|png|gif|jpg|jpeg|jfif|bmp|dpg|ico|heic|heif)$/i.test(V)?!0:!(/^data:/.test($)||V)},MEASURE_SIZE=200;function previewImage$4(C){return new Promise($=>{if(!C.type||!isImageFileType(C.type)){$("");return}const V=document.createElement("canvas");V.width=MEASURE_SIZE,V.height=MEASURE_SIZE,V.style.cssText=`position: fixed; left: 0; top: 0; width: ${MEASURE_SIZE}px; height: ${MEASURE_SIZE}px; z-index: 9999; display: none;`,document.body.appendChild(V);const F=V.getContext("2d"),K=new Image;if(K.onload=()=>{const{width:J,height:ee}=K;let te=MEASURE_SIZE,ne=MEASURE_SIZE,re=0,oe=0;J>ee?(ne=ee*(MEASURE_SIZE/J),oe=-(ne-te)/2):(te=J*(MEASURE_SIZE/ee),re=-(te-ne)/2),F.drawImage(K,re,oe,te,ne);const ae=V.toDataURL();document.body.removeChild(V),window.URL.revokeObjectURL(K.src),$(ae)},K.crossOrigin="anonymous",C.type.startsWith("image/svg+xml")){const J=new FileReader;J.onload=()=>{J.result&&typeof J.result=="string"&&(K.src=J.result)},J.readAsDataURL(C)}else if(C.type.startsWith("image/gif")){const J=new FileReader;J.onload=()=>{J.result&&$(J.result)},J.readAsDataURL(C)}else K.src=window.URL.createObjectURL(C)})}const ListItem=React__namespace.forwardRef((C,$)=>{let{prefixCls:V,className:F,style:K,locale:J,listType:ee,file:te,items:ne,progress:re,iconRender:oe,actionIconRender:ae,itemRender:ie,isImgUrl:se,showPreviewIcon:me,showRemoveIcon:ue,showDownloadIcon:le,previewIcon:pe,removeIcon:de,downloadIcon:he,extra:ce,onPreview:fe,onDownload:ve,onClose:ge}=C;var _e,be;const{status:ye}=te,[Se,Re]=React__namespace.useState(ye);React__namespace.useEffect(()=>{ye!=="removed"&&Re(ye)},[ye]);const[Ce,we]=React__namespace.useState(!1);React__namespace.useEffect(()=>{const Me=setTimeout(()=>{we(!0)},300);return()=>{clearTimeout(Me)}},[]);const xe=oe(te);let $e=React__namespace.createElement("div",{className:`${V}-icon`},xe);if(ee==="picture"||ee==="picture-card"||ee==="picture-circle")if(Se==="uploading"||!te.thumbUrl&&!te.url){const Me=classNames(`${V}-list-item-thumbnail`,{[`${V}-list-item-file`]:Se!=="uploading"});$e=React__namespace.createElement("div",{className:Me},xe)}else{const Me=se!=null&&se(te)?React__namespace.createElement("img",{src:te.thumbUrl||te.url,alt:te.name,className:`${V}-list-item-image`,crossOrigin:te.crossOrigin}):xe,Be=classNames(`${V}-list-item-thumbnail`,{[`${V}-list-item-file`]:se&&!se(te)});$e=React__namespace.createElement("a",{className:Be,onClick:We=>fe(te,We),href:te.url||te.thumbUrl,target:"_blank",rel:"noopener noreferrer"},Me)}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((typeof de=="function"?de(te):de)||React__namespace.createElement(RefIcon$q,null),()=>ge(te),V,J.removeFile,!0):null,Pe=(typeof le=="function"?le(te):le)&&Se==="done"?ae((typeof he=="function"?he(te):he)||React__namespace.createElement(RefIcon$p,null),()=>ve(te),V,J.downloadFile):null,Ee=ee!=="picture-card"&&ee!=="picture-circle"&&React__namespace.createElement("span",{key:"download-delete",className:classNames(`${V}-list-item-actions`,{picture:ee==="picture"})},Pe,Ae),Oe=typeof ce=="function"?ce(te):ce,Te=Oe&&React__namespace.createElement("span",{className:`${V}-list-item-extra`},Oe),Le=classNames(`${V}-list-item-name`),je=te.url?React__namespace.createElement("a",Object.assign({key:"view",target:"_blank",rel:"noopener noreferrer",className:Le,title:te.name},Ne,{href:te.url,onClick:Me=>fe(te,Me)}),te.name,Te):React__namespace.createElement("span",{key:"view",className:Le,onClick:Me=>fe(te,Me),title:te.name},te.name,Te),De=(typeof me=="function"?me(te):me)&&(te.url||te.thumbUrl)?React__namespace.createElement("a",{href:te.url||te.thumbUrl,target:"_blank",rel:"noopener noreferrer",onClick:Me=>fe(te,Me),title:J.previewFile},typeof pe=="function"?pe(te):pe||React__namespace.createElement(RefIcon$z,null)):null,qe=(ee==="picture-card"||ee==="picture-circle")&&Se!=="uploading"&&React__namespace.createElement("span",{className:`${V}-list-item-actions`},De,Se==="done"&&Pe,Ae),{getPrefixCls:Ue}=React__namespace.useContext(ConfigContext),Ke=Ue(),He=React__namespace.createElement("div",{className:Fe},$e,je,Ee,qe,Ce&&React__namespace.createElement(CSSMotion,{motionName:`${Ke}-fade`,visible:Se==="uploading",motionDeadline:2e3},Me=>{let{className:Be}=Me;const We="percent"in te?React__namespace.createElement(Progress,Object.assign({},re,{type:"line",percent:te.percent,"aria-label":te["aria-label"],"aria-labelledby":te["aria-labelledby"]})):null;return React__namespace.createElement("div",{className:classNames(`${V}-list-item-progress`,Be)},We)})),ze=te.response&&typeof te.response=="string"?te.response:((_e=te.error)===null||_e===void 0?void 0:_e.statusText)||((be=te.error)===null||be===void 0?void 0:be.message)||J.uploadError,ke=Se==="error"?React__namespace.createElement(Tooltip,{title:ze,getPopupContainer:Me=>Me.parentNode},He):He;return React__namespace.createElement("div",{className:classNames(`${V}-list-item-container`,F),style:K,ref:$},ie?ie(ke,te,ne,{download:ve.bind(null,te),preview:fe.bind(null,te),remove:ge.bind(null,te)}):ke)}),InternalUploadList=(C,$)=>{const{listType:V="text",previewFile:F=previewImage$4,onPreview:K,onDownload:J,onRemove:ee,locale:te,iconRender:ne,isImageUrl:re=isImageUrl,prefixCls:oe,items:ae=[],showPreviewIcon:ie=!0,showRemoveIcon:se=!0,showDownloadIcon:me=!1,removeIcon:ue,previewIcon:le,downloadIcon:pe,extra:de,progress:he={size:[-1,2],showInfo:!1},appendAction:ce,appendActionVisible:fe=!0,itemRender:ve,disabled:ge}=C,_e=useForceUpdate(),[be,ye]=React__namespace.useState(!1),Se=["picture-card","picture-circle"].includes(V);React__namespace.useEffect(()=>{V.startsWith("picture")&&(ae||[]).forEach(Te=>{!(Te.originFileObj instanceof File||Te.originFileObj instanceof Blob)||Te.thumbUrl!==void 0||(Te.thumbUrl="",F==null||F(Te.originFileObj).then(Le=>{Te.thumbUrl=Le||"",_e()}))})},[V,ae,F]),React__namespace.useEffect(()=>{ye(!0)},[]);const Re=(Te,Le)=>{if(K)return Le==null||Le.preventDefault(),K(Te)},Ce=Te=>{typeof J=="function"?J(Te):Te.url&&window.open(Te.url)},we=Te=>{ee==null||ee(Te)},xe=Te=>{if(ne)return ne(Te,V);const Le=Te.status==="uploading";if(V.startsWith("picture")){const je=V==="picture"?React__namespace.createElement(RefIcon$P,null):te.uploading,De=re!=null&&re(Te)?React__namespace.createElement(RefIcon$7,null):React__namespace.createElement(RefIcon$h,null);return Le?je:De}return Le?React__namespace.createElement(RefIcon$P,null):React__namespace.createElement(RefIcon$8,null)},$e=(Te,Le,je,De,qe)=>{const Ue={type:"text",size:"small",title:De,onClick:Ke=>{var He,ze;Le(),React__namespace.isValidElement(Te)&&((ze=(He=Te.props).onClick)===null||ze===void 0||ze.call(He,Ke))},className:`${je}-list-item-action`,disabled:qe?ge:!1};return React__namespace.isValidElement(Te)?React__namespace.createElement(Button$2,Object.assign({},Ue,{icon:cloneElement(Te,Object.assign(Object.assign({},Te.props),{onClick:()=>{}}))})):React__namespace.createElement(Button$2,Object.assign({},Ue),React__namespace.createElement("span",null,Te))};React__namespace.useImperativeHandle($,()=>({handlePreview:Re,handleDownload:Ce}));const{getPrefixCls:Fe}=React__namespace.useContext(ConfigContext),Ne=Fe("upload",oe),Ae=Fe(),Pe=classNames(`${Ne}-list`,`${Ne}-list-${V}`),Ee=React__namespace.useMemo(()=>omit(initCollapseMotion(Ae),["onAppearEnd","onEnterEnd","onLeaveEnd"]),[Ae]),Oe=Object.assign(Object.assign({},Se?{}:Ee),{motionDeadline:2e3,motionName:`${Ne}-${Se?"animate-inline":"animate"}`,keys:_toConsumableArray(ae.map(Te=>({key:Te.uid,file:Te}))),motionAppear:be});return React__namespace.createElement("div",{className:Pe},React__namespace.createElement(CSSMotionList,Object.assign({},Oe,{component:!1}),Te=>{let{key:Le,file:je,className:De,style:qe}=Te;return React__namespace.createElement(ListItem,{key:Le,locale:te,prefixCls:Ne,className:De,style:qe,file:je,items:ae,progress:he,listType:V,isImgUrl:re,showPreviewIcon:ie,showRemoveIcon:se,showDownloadIcon:me,removeIcon:ue,previewIcon:le,downloadIcon:pe,extra:de,iconRender:xe,actionIconRender:$e,itemRender:ve,onPreview:Re,onDownload:Ce,onClose:we})}),ce&&React__namespace.createElement(CSSMotion,Object.assign({},Oe,{visible:fe,forceRender:!0}),Te=>{let{className:Le,style:je}=Te;return cloneElement(ce,De=>({className:classNames(De.className,Le),style:Object.assign(Object.assign(Object.assign({},je),{pointerEvents:Le?"none":void 0}),De.style)}))}))},UploadList=React__namespace.forwardRef(InternalUploadList);process.env.NODE_ENV!=="production"&&(UploadList.displayName="UploadList");var __awaiter=function(C,$,V,F){function K(J){return J instanceof V?J:new V(function(ee){ee(J)})}return new(V||(V=Promise))(function(J,ee){function te(oe){try{re(F.next(oe))}catch(ae){ee(ae)}}function ne(oe){try{re(F.throw(oe))}catch(ae){ee(ae)}}function re(oe){oe.done?J(oe.value):K(oe.value).then(te,ne)}re((F=F.apply(C,$||[])).next())})};const LIST_IGNORE=`__LIST_IGNORE_${Date.now()}__`,InternalUpload=(C,$)=>{const{fileList:V,defaultFileList:F,onRemove:K,showUploadList:J=!0,listType:ee="text",onPreview:te,onDownload:ne,onChange:re,onDrop:oe,previewFile:ae,disabled:ie,locale:se,iconRender:me,isImageUrl:ue,progress:le,prefixCls:pe,className:de,type:he="select",children:ce,style:fe,itemRender:ve,maxCount:ge,data:_e={},multiple:be=!1,hasControlInside:ye=!0,action:Se="",accept:Re="",supportServerRender:Ce=!0,rootClassName:we}=C,xe=React__namespace.useContext(DisabledContext),$e=ie!=null?ie:xe,[Fe,Ne]=useMergedState(F||[],{value:V,postState:et=>et!=null?et:[]}),[Ae,Pe]=React__namespace.useState("drop"),Ee=React__namespace.useRef(null),Oe=React__namespace.useRef(null);if(process.env.NODE_ENV!=="production"){const et=devUseWarning("Upload");process.env.NODE_ENV!=="production"&&et("fileList"in C||!("value"in C),"usage","`value` is not a valid prop, do you mean `fileList`?"),et.deprecated(!("transformFile"in C),"transformFile","beforeUpload")}React__namespace.useMemo(()=>{const et=Date.now();(V||[]).forEach((ot,Qe)=>{!ot.uid&&!Object.isFrozen(ot)&&(ot.uid=`__AUTO__${et}_${Qe}__`)})},[V]);const Te=(et,ot,Qe)=>{let it=_toConsumableArray(ot),ct=!1;ge===1?it=it.slice(-1):ge&&(ct=it.length>ge,it=it.slice(0,ge)),ReactDOM.flushSync(()=>{Ne(it)});const _t={file:et,fileList:it};Qe&&(_t.event=Qe),(!ct||et.status==="removed"||it.some(Et=>Et.uid===et.uid))&&ReactDOM.flushSync(()=>{re==null||re(_t)})},Le=(et,ot)=>__awaiter(void 0,void 0,void 0,function*(){const{beforeUpload:Qe,transformFile:it}=C;let ct=et;if(Qe){const _t=yield Qe(et,ot);if(_t===!1)return!1;if(delete et[LIST_IGNORE],_t===LIST_IGNORE)return Object.defineProperty(et,LIST_IGNORE,{value:!0,configurable:!0}),!1;typeof _t=="object"&&_t&&(ct=_t)}return it&&(ct=yield it(ct)),ct}),je=et=>{const ot=et.filter(ct=>!ct.file[LIST_IGNORE]);if(!ot.length)return;const Qe=ot.map(ct=>file2Obj(ct.file));let it=_toConsumableArray(Fe);Qe.forEach(ct=>{it=updateFileList(ct,it)}),Qe.forEach((ct,_t)=>{let Et=ct;if(ot[_t].parsedFile)ct.status="uploading";else{const{originFileObj:At}=ct;let xt;try{xt=new File([At],At.name,{type:At.type})}catch(bt){xt=new Blob([At],{type:At.type}),xt.name=At.name,xt.lastModifiedDate=new Date,xt.lastModified=new Date().getTime()}xt.uid=ct.uid,Et=xt}Te(Et,it)})},De=(et,ot,Qe)=>{try{typeof et=="string"&&(et=JSON.parse(et))}catch(_t){}if(!getFileItem(ot,Fe))return;const it=file2Obj(ot);it.status="done",it.percent=100,it.response=et,it.xhr=Qe;const ct=updateFileList(it,Fe);Te(it,ct)},qe=(et,ot)=>{if(!getFileItem(ot,Fe))return;const Qe=file2Obj(ot);Qe.status="uploading",Qe.percent=et.percent;const it=updateFileList(Qe,Fe);Te(Qe,it,et)},Ue=(et,ot,Qe)=>{if(!getFileItem(Qe,Fe))return;const it=file2Obj(Qe);it.error=et,it.response=ot,it.status="error";const ct=updateFileList(it,Fe);Te(it,ct)},Ke=et=>{let ot;Promise.resolve(typeof K=="function"?K(et):K).then(Qe=>{var it;if(Qe===!1)return;const ct=removeFileItem(et,Fe);ct&&(ot=Object.assign(Object.assign({},et),{status:"removed"}),Fe==null||Fe.forEach(_t=>{const Et=ot.uid!==void 0?"uid":"name";_t[Et]===ot[Et]&&!Object.isFrozen(_t)&&(_t.status="removed")}),(it=Ee.current)===null||it===void 0||it.abort(ot),Te(ot,ct))})},He=et=>{Pe(et.type),et.type==="drop"&&(oe==null||oe(et))};React__namespace.useImperativeHandle($,()=>({onBatchStart:je,onSuccess:De,onProgress:qe,onError:Ue,fileList:Fe,upload:Ee.current,nativeElement:Oe.current}));const{getPrefixCls:ze,direction:ke,upload:Me}=React__namespace.useContext(ConfigContext),Be=ze("upload",pe),We=Object.assign(Object.assign({onBatchStart:je,onError:Ue,onProgress:qe,onSuccess:De},C),{data:_e,multiple:be,action:Se,accept:Re,supportServerRender:Ce,prefixCls:Be,disabled:$e,beforeUpload:Le,onChange:void 0,hasControlInside:ye});delete We.className,delete We.style,(!ce||$e)&&delete We.id;const Ge=`${Be}-wrapper`,[Xe,Ye,Je]=useStyle(Be,Ge),[tt]=useLocale$1("Upload",localeValues.Upload),{showRemoveIcon:nt,showPreviewIcon:lt,showDownloadIcon:ut,removeIcon:pt,previewIcon:vt,downloadIcon:yt,extra:wt}=typeof J=="boolean"?{}:J,Ct=typeof nt=="undefined"?!$e:nt,dt=(et,ot)=>J?React__namespace.createElement(UploadList,{prefixCls:Be,listType:ee,items:Fe,previewFile:ae,onPreview:te,onDownload:ne,onRemove:Ke,showRemoveIcon:Ct,showPreviewIcon:lt,showDownloadIcon:ut,removeIcon:pt,previewIcon:vt,downloadIcon:yt,iconRender:me,extra:wt,locale:Object.assign(Object.assign({},tt),se),isImageUrl:ue,progress:le,appendAction:et,appendActionVisible:ot,itemRender:ve,disabled:$e}):et,ft=classNames(Ge,de,we,Ye,Je,Me==null?void 0:Me.className,{[`${Be}-rtl`]:ke==="rtl",[`${Be}-picture-card-wrapper`]:ee==="picture-card",[`${Be}-picture-circle-wrapper`]:ee==="picture-circle"}),Ze=Object.assign(Object.assign({},Me==null?void 0:Me.style),fe);if(he==="drag"){const et=classNames(Ye,Be,`${Be}-drag`,{[`${Be}-drag-uploading`]:Fe.some(ot=>ot.status==="uploading"),[`${Be}-drag-hover`]:Ae==="dragover",[`${Be}-disabled`]:$e,[`${Be}-rtl`]:ke==="rtl"});return Xe(React__namespace.createElement("span",{className:ft,ref:Oe},React__namespace.createElement("div",{className:et,style:Ze,onDrop:He,onDragOver:He,onDragLeave:He},React__namespace.createElement(Upload$2,Object.assign({},We,{ref:Ee,className:`${Be}-btn`}),React__namespace.createElement("div",{className:`${Be}-drag-container`},ce))),dt()))}const st=classNames(Be,`${Be}-select`,{[`${Be}-disabled`]:$e,[`${Be}-hidden`]:!ce}),at=React__namespace.createElement("div",{className:st},React__namespace.createElement(Upload$2,Object.assign({},We,{ref:Ee})));return Xe(ee==="picture-card"||ee==="picture-circle"?React__namespace.createElement("span",{className:ft,ref:Oe},dt(at,!!ce)):React__namespace.createElement("span",{className:ft,ref:Oe},at,dt()))},Upload$1=React__namespace.forwardRef(InternalUpload);process.env.NODE_ENV!=="production"&&(Upload$1.displayName="Upload");var __rest=function(C,$){var V={};for(var F in C)Object.prototype.hasOwnProperty.call(C,F)&&$.indexOf(F)<0&&(V[F]=C[F]);if(C!=null&&typeof Object.getOwnPropertySymbols=="function")for(var K=0,F=Object.getOwnPropertySymbols(C);K<F.length;K++)$.indexOf(F[K])<0&&Object.prototype.propertyIsEnumerable.call(C,F[K])&&(V[F[K]]=C[F[K]]);return V};const Dragger$1=React__namespace.forwardRef((C,$)=>{var{style:V,height:F,hasControlInside:K=!1}=C,J=__rest(C,["style","height","hasControlInside"]);return React__namespace.createElement(Upload$1,Object.assign({ref:$,hasControlInside:K},J,{type:"drag",style:Object.assign(Object.assign({},V),{height:F})}))});process.env.NODE_ENV!=="production"&&(Dragger$1.displayName="Dragger");const Upload=Upload$1;Upload.Dragger=Dragger$1,Upload.LIST_IGNORE=LIST_IGNORE;var cjs,hasRequiredCjs;function requireCjs(){if(hasRequiredCjs)return cjs;hasRequiredCjs=1;var C=function(de){return $(de)&&!V(de)};function $(pe){return!!pe&&typeof pe=="object"}function V(pe){var de=Object.prototype.toString.call(pe);return de==="[object RegExp]"||de==="[object Date]"||J(pe)}var F=typeof Symbol=="function"&&Symbol.for,K=F?Symbol.for("react.element"):60103;function J(pe){return pe.$$typeof===K}function ee(pe){return Array.isArray(pe)?[]:{}}function te(pe,de){return de.clone!==!1&&de.isMergeableObject(pe)?ue(ee(pe),pe,de):pe}function ne(pe,de,he){return pe.concat(de).map(function(ce){return te(ce,he)})}function re(pe,de){if(!de.customMerge)return ue;var he=de.customMerge(pe);return typeof he=="function"?he:ue}function oe(pe){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(pe).filter(function(de){return Object.propertyIsEnumerable.call(pe,de)}):[]}function ae(pe){return Object.keys(pe).concat(oe(pe))}function ie(pe,de){try{return de in pe}catch(he){return!1}}function se(pe,de){return ie(pe,de)&&!(Object.hasOwnProperty.call(pe,de)&&Object.propertyIsEnumerable.call(pe,de))}function me(pe,de,he){var ce={};return he.isMergeableObject(pe)&&ae(pe).forEach(function(fe){ce[fe]=te(pe[fe],he)}),ae(de).forEach(function(fe){se(pe,fe)||(ie(pe,fe)&&he.isMergeableObject(de[fe])?ce[fe]=re(fe,he)(pe[fe],de[fe],he):ce[fe]=te(de[fe],he))}),ce}function ue(pe,de,he){he=he||{},he.arrayMerge=he.arrayMerge||ne,he.isMergeableObject=he.isMergeableObject||C,he.cloneUnlessOtherwiseSpecified=te;var ce=Array.isArray(de),fe=Array.isArray(pe),ve=ce===fe;return ve?ce?he.arrayMerge(pe,de,he):me(pe,de,he):te(de,he)}ue.all=function(de,he){if(!Array.isArray(de))throw new Error("first argument should be an array");return de.reduce(function(ce,fe){return ue(ce,fe,he)},{})};var le=ue;return cjs=le,cjs}var cjsExports=requireCjs();const merge=getDefaultExportFromCjs(cjsExports),PROGRAM_TYPES={ACADEMY:"academy",DSML:"dsml",DEVOPS:"devops"},PREFERENCE_SETTINGS_IMAGE="https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/124/609/original/image_%281%29.png?1746936231",RESUME_BUILDER_STEPS={ACKNOWLEDGEMENT:{key:"acknowledgement",title:"Acknowledgement",component:"Acknowledgement"},PREFERENCE_SETTINGS:{key:"preferenceSettings",title:"Preference Settings",component:"PreferenceSettings"},RESUME_PARSING:{key:"resumeParsing",title:"Resume Parsing",component:"ResumeParsing"},RESUME_BASIC_QUESTIONS:{key:"resumeBasicQuestions",title:"Resume Basic Questions",component:"ResumeBasicQuestions"},RESUME_TIPS:{key:"resumeTips",title:"Resume Tips",component:"ResumeTips"},RESUME_STEPS:{key:"resumeSteps",title:"Resume Steps",component:"ResumeSteps"}},ADDITIONAL_PROFILES=[{label:"LeetCode",value:"leetcode"},{label:"Codeforces",value:"codeforces"},{label:"Codechef",value:"codechef"},{label:"HackerRank",value:"hackerrank"},{label:"HackerEarth",value:"hackerearth"},{label:"Geeksforgeeks",value:"geeksforgeeks"}],PROJECT_FORM_REQUIRED_FIELDS=["title","project_link","description"],PERSONAL_DETAILS_FORM_REQUIRED_FIELDS=["name","phone_number","email","gender","linkedin"],WORK_EXPERIENCE_FORM_REQUIRED_FIELDS=["company","position","from"],EDUCATION_FORM_REQUIRED_FIELDS=["university","degree","marks","graduation_date"],ACHIEVEMENTS_FORM_REQUIRED_FIELDS=["description"],STEPS_ORDER=[RESUME_BUILDER_STEPS.ACKNOWLEDGEMENT,RESUME_BUILDER_STEPS.PREFERENCE_SETTINGS,RESUME_BUILDER_STEPS.RESUME_BASIC_QUESTIONS,RESUME_BUILDER_STEPS.RESUME_TIPS,RESUME_BUILDER_STEPS.RESUME_PARSING,RESUME_BUILDER_STEPS.RESUME_STEPS],JOB_ROLES={fresher:"Fresher",nonTech:"Non-Tech",qualityAssuranceOrSdeInTesting:"Quality Assurance / SDE in Testing",salesforceOrServicenowOrRpa:"Salesforce / Servicenow / RPA",embeddedSystemsEngineer:"Embedded Systems Engineer",dataEngineer:"Data Engineer",engineeringLeadership:"Engineering Leadership",nonDeveloperAndItProfessional:"Non-Developer & IT Professional",developer:"Developer",dataAnalystOrBusinessAnalyst:"Data Analyst / Business Analyst",dataScientistOrMachineLearningEngineer:"Data Scientist / Machine Learning Engineer",devops:"DevOps/ Cloud Computing/ Platform/ Infrastructure Engineer",techAdjacent:"Tech Adjacent, Non DevOps/Cloud Computing"},RESUME_PDF_LINK_KEYS={FRESHER:"fresher",JUNIOR_BACKEND:"junior-back-end-engineer",JUNIOR_FRONTEND:"junior-front-end-engineer",SENIOR_BACKEND:"senior-back-end-engineer",NON_TECH:"non-tech",ENGG_MANAGER:"engg-manager",NON_TECH_BACKGROUND:"non-tech-background",DATA_ANALYST:"data-analyst",DATA_SCIENTIST:"data-scientist",DSML_FRESHER:"dsml-fresher",DEVOPS_FRESHER:"devops-fresher",DEVOPS_NON_TECH:"devops-non-tech",DEVOPS_DATA_ANALYST:"devops-data-analyst",DEVOPS_DEVELOPER:"devops-developer",DEVOPS_TECH_ADJACENT:"devops-tech-adjacent",DEVOPS_ENGINEER:"devops-engineer"},RESUME_PDF_LINKS={[RESUME_PDF_LINK_KEYS.DSML_FRESHER]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/153/281/original/DSML_Fresher.png",pdfLink:"https://drive.google.com/file/d/1IwLrSapgaYH2cY9-ojkgcUOWVZZpx2EO/view?usp=drive_link"},[RESUME_PDF_LINK_KEYS.FRESHER]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/153/286/original/Fresher_Good_Resume.png",pdfLink:"https://drive.google.com/file/d/1tlmkji8KF5pA_kh8Z1UDEGtQPkxDEfFL/view?usp=drive_link"},[RESUME_PDF_LINK_KEYS.JUNIOR_BACKEND]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/153/290/original/Junior_Backed.png",pdfLink:"https://drive.google.com/file/d/15Ws2o5bWkgFvaMMbtEcu73CREV0uxcL_/view?usp=drive_link"},[RESUME_PDF_LINK_KEYS.JUNIOR_FRONTEND]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/153/294/original/Junior_frontend_developer_good_resume.png",pdfLink:"https://drive.google.com/file/d/1Y_WHhG69ZamTsAbl10hTFtRrPcqXnl96/view?usp=drive_link"},[RESUME_PDF_LINK_KEYS.SENIOR_BACKEND]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/153/298/original/Senior_Backend.png",pdfLink:"https://drive.google.com/file/d/1EKNasTcnN76Hqf3jcyUOkXXBHMW0LXWf/view?usp=drive_link"},[RESUME_PDF_LINK_KEYS.NON_TECH]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/153/299/original/Non_Tech_Good_Resume.png",pdfLink:"https://drive.google.com/file/d/1GPnKQeftkyFf5Wfxr5XwQlGNHbQjyrDT/view?usp=drive_link"},[RESUME_PDF_LINK_KEYS.ENGG_MANAGER]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/128/798/original/Engineering_Manager_Good_Resume_1_page-0001.jpg?1748353948",pdfLink:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/128/677/original/Engineering_Manager_Good_Resume_1.pdf?1748329511"},[RESUME_PDF_LINK_KEYS.NON_TECH_BACKGROUND]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/153/324/original/DSML_Fresher_%281%29_%281%29-1.png",pdfLink:"https://drive.google.com/file/d/1v1QIHkDBOvL_GH1oRm3q-Ay_cyC3cu5z/view?usp=sharing"},[RESUME_PDF_LINK_KEYS.DATA_ANALYST]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/153/266/original/Data_Analyst.png",pdfLink:"https://drive.google.com/file/d/1lIzsnBcVFrszl--NiFJzNS_QyndifDFh/view?usp=drive_link"},[RESUME_PDF_LINK_KEYS.DATA_SCIENTIST]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/153/280/original/Data_Scientist.png",pdfLink:"https://drive.google.com/file/d/1qUONNSeheYDHBt6mxImdvFJLhwHKbM0a/view?usp=drive_link"},[RESUME_PDF_LINK_KEYS.DEVOPS_FRESHER]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/149/044/original/DevOps_Freshers.jpg?1757067205",pdfLink:"https://drive.google.com/file/d/1aonhXbW-zrD5J1Vmq7kpd1ibZZPMq6G_/view?usp=drive_link"},[RESUME_PDF_LINK_KEYS.DEVOPS_NON_TECH]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/149/045/original/DevOps_Non-Tech.jpg?1757067368",pdfLink:"https://drive.google.com/file/d/1serY58wCD2V3JwRkJcjUnomBut0CbGqT/view?usp=drive_link"},[RESUME_PDF_LINK_KEYS.DEVOPS_DATA_ANALYST]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/149/046/original/Data_Analyst_Devops.jpg?1757067400",pdfLink:"https://drive.google.com/file/d/1Z_nYiUX-aE8Cp_Kv2_-f6lNYd2HPh1jU/view?usp=drive_link"},[RESUME_PDF_LINK_KEYS.DEVOPS_DEVELOPER]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/149/047/original/Developer_DevOps_%281%29.jpg?1757067433",pdfLink:"https://drive.google.com/file/d/16lZ93HvZB7Ncy5_XrVtIFOlA_jkzZxra/view?usp=sharing"},[RESUME_PDF_LINK_KEYS.DEVOPS_TECH_ADJACENT]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/149/048/original/Tech-Adjacent_Role.jpg?1757067465",pdfLink:"https://drive.google.com/file/d/1wQERcG0sw7cwxHt9Mf3GLl3TKHM4mSBH/view?usp=drive_link"},[RESUME_PDF_LINK_KEYS.DEVOPS_ENGINEER]:{preview:"https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/149/049/original/DevOps_Engineer_%281%29-images-0.jpg?1757067484",pdfLink:"https://drive.google.com/file/d/19bp0OwGciozWes66HKJ7swIAZ4_SUdLu/view?usp=drive_link"}},ACADEMY_JOB_ROLES=[{value:"Fresher",label:"Fresher"},{value:"Non-Tech",label:"Non-Tech"},{value:"Quality Assurance / SDE in Testing",label:"Quality Assurance / SDE in Testing"},{value:"Salesforce / Servicenow / RPA",label:"Salesforce / Servicenow / RPA"},{value:"Embedded Systems Engineer",label:"Embedded Systems Engineer"},{value:"Mobile Engineer",label:"Mobile Engineer"},{value:"Frontend/Full-stack",label:"Frontend/Full-stack"},{value:"Backend / Backend Heavy Full-stack",label:"Backend / Backend Heavy Full-stack"},{value:"DevOps / Network Engineer",label:"DevOps / Network Engineer"},{value:"Data Engineer",label:"Data Engineer"},{value:"Engineering Leadership",label:"Engineering Leadership"}],DSML_JOB_ROLES=[{value:"Fresher",label:"Fresher"},{value:"Non-Tech",label:"Non-Tech"},{value:"Non-Developer & IT Professional",label:"Non-Developer & IT Professional"},{value:"Developer",label:"Developer"},{value:"Data Analyst / Business Analyst",label:"Data Analyst / Business Analyst"},{value:"Data Scientist / Machine Learning Engineer",label:"Data Scientist / Machine Learning Engineer"}],DEV_OPS_JOB_ROLES=[{value:JOB_ROLES.fresher,label:JOB_ROLES.fresher},{value:JOB_ROLES.nonTech,label:JOB_ROLES.nonTech},{value:JOB_ROLES.devops,label:JOB_ROLES.devops},{value:JOB_ROLES.techAdjacent,label:JOB_ROLES.techAdjacent},{value:JOB_ROLES.developer,label:JOB_ROLES.developer},{value:JOB_ROLES.dataEngineer,label:JOB_ROLES.dataEngineer},{value:JOB_ROLES.dataAnalystOrBusinessAnalyst,label:JOB_ROLES.dataAnalystOrBusinessAnalyst},{value:JOB_ROLES.embeddedSystemsEngineer,label:JOB_ROLES.embeddedSystemsEngineer}],PROGRAM_JOB_ROLES={academy:ACADEMY_JOB_ROLES,dsml:DSML_JOB_ROLES,devops:DEV_OPS_JOB_ROLES},RESUME_TIPS={socialLinks:{icon:"🔗",title:"Add Social Links:",description:`Include links to various Professional social profiles like LinkedIn,
370
370
  Github, Leetcode, Codeforces, HackerRank, HackerEarth,
371
371
  CodeChef, GeeksForGeeks, InterviewBit on your profile.`},keySkills:{icon:"🏆",title:"Highlight Key Skills:",description:`Include Programming Languages, Frameworks and Tools
372
372
  in which you have hands-on experience. Include at least 5 skills`},projects:{icon:"📄",title:"Showcase Projects:",description:`Include 1-2 impactful projects to showcase your technical ability.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scalant/resume-builder",
3
- "version": "9.3.6",
3
+ "version": "9.3.7",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -26,5 +26,5 @@
26
26
  "build": "vite build",
27
27
  "storybook": "start-storybook -p 6006"
28
28
  },
29
- "gitHead": "d7d085f5154ff51d68571b2369b02f4c40ad316c"
29
+ "gitHead": "109e9ed15ab5f8978239d8023a8615e6bb4ffa08"
30
30
  }