magneto365.ui 2.65.8 → 2.65.9

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.
Files changed (255) hide show
  1. package/dist/assets/1253515892ec4862.svg +1 -0
  2. package/dist/assets/16671092bad46464.svg +1 -0
  3. package/dist/assets/1f027acf3d37cf69.svg +11 -0
  4. package/dist/assets/1fe5277b200423a5.svg +1 -0
  5. package/dist/assets/2267cf3018877f0c.svg +3 -0
  6. package/dist/assets/28c11d134f3f8b5f.svg +1 -0
  7. package/dist/assets/4cd3a7c17b813d84.svg +1 -0
  8. package/dist/assets/5611e3b171d6e88e.svg +1 -0
  9. package/dist/assets/599f290b4e035cc1.svg +1 -0
  10. package/dist/assets/5c3018bce9e14b03.svg +1 -0
  11. package/dist/assets/7de4c06756942825.svg +11 -0
  12. package/dist/assets/8151ef3a24011e20.svg +12 -0
  13. package/dist/assets/94128d65dd734eeb.svg +10 -0
  14. package/dist/assets/b73cc07a7375b900.svg +5 -0
  15. package/dist/assets/{e12cf8464a04c04d.svg → b8b5d3e12f55ef1a.svg} +5 -1
  16. package/dist/assets/c4c782c882ed1d2d.svg +5 -0
  17. package/dist/assets/d933df106cb1d319.svg +1 -0
  18. package/dist/assets/e2a818abde415b1c.svg +14 -0
  19. package/dist/assets/f219c790fbb2c214.svg +10 -0
  20. package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
  21. package/dist/cjs/index.js +2722 -1889
  22. package/dist/cjs/index.js.map +1 -1
  23. package/dist/cjs/types/components/UI/atoms/Collapse/Collapse.component.d.ts +12 -0
  24. package/dist/cjs/types/components/UI/atoms/Collapse/Collapse.context.d.ts +4 -0
  25. package/dist/cjs/types/components/UI/atoms/Collapse/Collapse.interface.d.ts +16 -0
  26. package/dist/cjs/types/components/UI/atoms/Collapse/children/CollapseBody/CollapseBody.component.d.ts +6 -0
  27. package/dist/cjs/types/components/UI/atoms/Collapse/children/CollapseBody/CollapseBody.interface.d.ts +2 -0
  28. package/dist/cjs/types/components/UI/atoms/Collapse/children/CollapseBody/index.d.ts +2 -0
  29. package/dist/cjs/types/components/UI/atoms/Collapse/children/CollapseHeader/CollapseHeader.component.d.ts +6 -0
  30. package/dist/cjs/types/components/UI/atoms/Collapse/children/CollapseHeader/CollapseHeader.interface.d.ts +2 -0
  31. package/dist/cjs/types/components/UI/atoms/Collapse/children/CollapseHeader/index.d.ts +2 -0
  32. package/dist/cjs/types/components/UI/atoms/Collapse/children/CollapseToggler/CollapseToggler.component.d.ts +6 -0
  33. package/dist/cjs/types/components/UI/atoms/Collapse/children/CollapseToggler/CollapseToggler.interface.d.ts +2 -0
  34. package/dist/cjs/types/components/UI/atoms/Collapse/children/CollapseToggler/index.d.ts +2 -0
  35. package/dist/cjs/types/components/UI/atoms/Collapse/children/index.d.ts +3 -0
  36. package/dist/cjs/types/components/UI/atoms/Collapse/index.d.ts +3 -0
  37. package/dist/cjs/types/components/UI/atoms/InputFile/InputFile.component.d.ts +9 -0
  38. package/dist/cjs/types/components/UI/atoms/InputFile/children/InputFileButton/InputFileButton.component.d.ts +6 -0
  39. package/dist/cjs/types/components/UI/atoms/InputFile/children/InputFileButton/InputFileButton.interface.d.ts +2 -0
  40. package/dist/cjs/types/components/UI/atoms/InputFile/children/InputFileButton/index.d.ts +2 -0
  41. package/dist/cjs/types/components/UI/atoms/InputFile/children/InputFileContainer/InputFileContainer.component.d.ts +6 -0
  42. package/dist/cjs/types/components/UI/atoms/InputFile/children/InputFileContainer/InputFileContainer.interface.d.ts +2 -0
  43. package/dist/cjs/types/components/UI/atoms/InputFile/children/InputFileContainer/index.d.ts +2 -0
  44. package/dist/cjs/types/components/UI/atoms/InputFile/children/index.d.ts +2 -0
  45. package/dist/cjs/types/components/UI/atoms/InputFile/index.d.ts +2 -0
  46. package/dist/cjs/types/components/UI/atoms/InputFile/inputFile.interface.d.ts +2 -0
  47. package/dist/cjs/types/components/UI/atoms/RatingBadge/RatingBadge.component.d.ts +6 -0
  48. package/dist/cjs/types/components/UI/atoms/RatingBadge/RatingBadge.interface.d.ts +6 -0
  49. package/dist/cjs/types/components/UI/atoms/RatingBadge/index.d.ts +2 -0
  50. package/dist/cjs/types/components/UI/atoms/Typography/Typography.component.d.ts +10 -0
  51. package/dist/cjs/types/components/UI/atoms/Typography/Typography.constant.d.ts +796 -0
  52. package/dist/cjs/types/components/UI/atoms/Typography/Typography.interface.d.ts +99 -0
  53. package/dist/cjs/types/components/UI/atoms/Typography/children/TypographyLink/TypographyLink.component.d.ts +3 -0
  54. package/dist/cjs/types/components/UI/atoms/Typography/children/TypographyLink/TypographyLink.interface.d.ts +3 -0
  55. package/dist/cjs/types/components/UI/atoms/Typography/children/TypographyLink/index.d.ts +2 -0
  56. package/dist/cjs/types/components/UI/atoms/Typography/children/TypographyParagraph/TypographyParagraph.component.d.ts +3 -0
  57. package/dist/cjs/types/components/UI/atoms/Typography/children/TypographyParagraph/TypographyParagraph.interface.d.ts +3 -0
  58. package/dist/cjs/types/components/UI/atoms/Typography/children/TypographyParagraph/index.d.ts +2 -0
  59. package/dist/cjs/types/components/UI/atoms/Typography/children/TypographyText/TypographyText.component.d.ts +3 -0
  60. package/dist/cjs/types/components/UI/atoms/Typography/children/TypographyText/TypographyText.interface.d.ts +3 -0
  61. package/dist/cjs/types/components/UI/atoms/Typography/children/TypographyText/index.d.ts +2 -0
  62. package/dist/cjs/types/components/UI/atoms/Typography/children/TypographyTitle/TypographyTitle.component.d.ts +3 -0
  63. package/dist/cjs/types/components/UI/atoms/Typography/children/TypographyTitle/TypographyTitle.interface.d.ts +11 -0
  64. package/dist/cjs/types/components/UI/atoms/Typography/children/TypographyTitle/index.d.ts +2 -0
  65. package/dist/cjs/types/components/UI/atoms/Typography/children/index.d.ts +4 -0
  66. package/dist/cjs/types/components/UI/atoms/Typography/index.d.ts +3 -0
  67. package/dist/cjs/types/components/UI/atoms/index.d.ts +7 -3
  68. package/dist/cjs/types/components/UI/molecules/CandidateNav/CandidateNav.component.d.ts +13 -0
  69. package/dist/cjs/types/components/UI/molecules/CandidateNav/CandidateNav.context.d.ts +4 -0
  70. package/dist/cjs/types/components/UI/molecules/CandidateNav/CandidateNav.interface.d.ts +12 -0
  71. package/dist/cjs/types/components/UI/molecules/CandidateNav/children/CandidateNavButton/CandidateNavButton.component.d.ts +6 -0
  72. package/dist/cjs/types/components/UI/molecules/CandidateNav/children/CandidateNavButton/CandidateNavButton.interface.d.ts +13 -0
  73. package/dist/cjs/types/components/UI/molecules/CandidateNav/children/CandidateNavButton/index.d.ts +2 -0
  74. package/dist/cjs/types/components/UI/molecules/CandidateNav/children/CandidateNavOption/CandidateNavOption.component.d.ts +6 -0
  75. package/dist/cjs/types/components/UI/molecules/CandidateNav/children/CandidateNavOption/CandidateNavOption.interface.d.ts +2 -0
  76. package/dist/cjs/types/components/UI/molecules/CandidateNav/children/CandidateNavOption/index.d.ts +2 -0
  77. package/dist/cjs/types/components/UI/molecules/CandidateNav/children/CandidateNavOptions/CandidateNavOptions.component.d.ts +6 -0
  78. package/dist/cjs/types/components/UI/molecules/CandidateNav/children/CandidateNavOptions/CandidateNavOptions.interface.d.ts +2 -0
  79. package/dist/cjs/types/components/UI/molecules/CandidateNav/children/CandidateNavOptions/index.d.ts +2 -0
  80. package/dist/cjs/types/components/UI/molecules/CandidateNav/children/CandidateNavStep/CandidateNavStep.component.d.ts +6 -0
  81. package/dist/cjs/types/components/UI/molecules/CandidateNav/children/CandidateNavStep/CandidateNavStep.interface.d.ts +2 -0
  82. package/dist/cjs/types/components/UI/molecules/CandidateNav/children/CandidateNavStep/index.d.ts +2 -0
  83. package/dist/cjs/types/components/UI/molecules/CandidateNav/children/index.d.ts +4 -0
  84. package/dist/cjs/types/components/UI/molecules/CandidateNav/index.d.ts +3 -0
  85. package/dist/cjs/types/components/UI/molecules/CandidateProfile/CandidateProfile.component.d.ts +7 -0
  86. package/dist/cjs/types/components/UI/molecules/CandidateProfile/CandidateProfile.interface.d.ts +3 -0
  87. package/dist/cjs/types/components/UI/molecules/CandidateProfile/children/CandidateProfileAvatar/CandidateProfileAvatar.component.d.ts +6 -0
  88. package/dist/cjs/types/components/UI/molecules/CandidateProfile/children/CandidateProfileAvatar/CandidateProfileAvatar.interface.d.ts +6 -0
  89. package/dist/cjs/types/components/UI/molecules/CandidateProfile/children/CandidateProfileAvatar/index.d.ts +2 -0
  90. package/dist/cjs/types/components/UI/molecules/CandidateProfile/children/CandidateProfileBody/CandidateProfileBody.component.d.ts +5 -0
  91. package/dist/cjs/types/components/UI/molecules/CandidateProfile/children/CandidateProfileBody/CandidateProfileBody.interface.d.ts +2 -0
  92. package/dist/cjs/types/components/UI/molecules/CandidateProfile/children/CandidateProfileBody/index.d.ts +2 -0
  93. package/dist/cjs/types/components/UI/molecules/CandidateProfile/children/CandidateProfileHeader/CandidateProfileHeader.component.d.ts +5 -0
  94. package/dist/cjs/types/components/UI/molecules/CandidateProfile/children/CandidateProfileHeader/CandidateProfileHeader.interface.d.ts +2 -0
  95. package/dist/cjs/types/components/UI/molecules/CandidateProfile/children/CandidateProfileHeader/index.d.ts +2 -0
  96. package/dist/cjs/types/components/UI/molecules/CandidateProfile/children/CandidateProfileToggler/CandidateProfileToggler.component.d.ts +5 -0
  97. package/dist/cjs/types/components/UI/molecules/CandidateProfile/children/CandidateProfileToggler/CandidateProfileToggler.interface.d.ts +2 -0
  98. package/dist/cjs/types/components/UI/molecules/CandidateProfile/children/CandidateProfileToggler/index.d.ts +2 -0
  99. package/dist/cjs/types/components/UI/molecules/CandidateProfile/children/index.d.ts +4 -0
  100. package/dist/cjs/types/components/UI/molecules/CandidateProfile/index.d.ts +3 -0
  101. package/dist/cjs/types/components/UI/molecules/HorizontalMenu/HorizontalMenu.component.d.ts +6 -0
  102. package/dist/cjs/types/components/UI/molecules/HorizontalMenu/HorizontalMenu.interface.d.ts +29 -0
  103. package/dist/cjs/types/components/UI/molecules/HorizontalMenu/index.d.ts +2 -0
  104. package/dist/cjs/types/components/UI/molecules/Qualification/Qualification.component.d.ts +7 -0
  105. package/dist/cjs/types/components/UI/molecules/Qualification/Qualification.constants.d.ts +2 -0
  106. package/dist/cjs/types/components/UI/molecules/Qualification/Qualification.interface.d.ts +28 -0
  107. package/dist/cjs/types/components/UI/molecules/Qualification/index.d.ts +2 -0
  108. package/dist/cjs/types/components/UI/molecules/index.d.ts +11 -7
  109. package/dist/cjs/types/components/UI/organism/Select2/Select2.hook.d.ts +1 -1
  110. package/dist/cjs/types/components/UI/organism/index.d.ts +5 -5
  111. package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/CandidateProfileTemplate.component.d.ts +13 -0
  112. package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/CandidateProfileTemplate.context.d.ts +4 -0
  113. package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/CandidateProfileTemplate.interface.d.ts +69 -0
  114. package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateHeader/CandidateProfileTemplateHeader.component.d.ts +5 -0
  115. package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateHeader/CandidateProfileTemplateHeader.interface.d.ts +2 -0
  116. package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateHeader/index.d.ts +2 -0
  117. package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateNav/CandidateProfileTemplateNav.component.d.ts +6 -0
  118. package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateNav/CandidateProfileTemplateNav.interface.d.ts +2 -0
  119. package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateNav/index.d.ts +2 -0
  120. package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateProfile/CandidateProfileTemplateProfile.component.d.ts +6 -0
  121. package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateProfile/CandidateProfileTemplateProfile.interface.d.ts +12 -0
  122. package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateProfile/index.d.ts +2 -0
  123. package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateScreen/CandidateProfileTemplateScreen.component.d.ts +5 -0
  124. package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateScreen/index.d.ts +1 -0
  125. package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/children/index.d.ts +4 -0
  126. package/dist/cjs/types/components/UI/template/CandidateProfileTemplate/index.d.ts +3 -0
  127. package/dist/cjs/types/components/UI/template/index.d.ts +3 -1
  128. package/dist/cjs/types/constants/icons.constants.d.ts +18 -0
  129. package/dist/cjs/types/constants/stories/CandidateNavigationBar.d.ts +2 -0
  130. package/dist/cjs/types/constants/stories/candidateProfile.constants.d.ts +6 -0
  131. package/dist/cjs/types/constants/stories/common.constants.d.ts +2 -0
  132. package/dist/cjs/types/constants/stories/drawer.constants.d.ts +2 -0
  133. package/dist/cjs/types/constants/stories/index.d.ts +12 -8
  134. package/dist/cjs/types/constants/stories/ratingBadge.constants.d.ts +3 -0
  135. package/dist/cjs/types/constants/stories/vacancyProcessCard.constants.d.ts +2 -0
  136. package/dist/cjs/types/constants/stories/vacancyStageCard.constants.d.ts +2 -0
  137. package/dist/esm/css/magneto.ui.lib.min.css +1 -1
  138. package/dist/esm/index.js +2715 -1891
  139. package/dist/esm/index.js.map +1 -1
  140. package/dist/esm/types/components/UI/atoms/Collapse/Collapse.component.d.ts +12 -0
  141. package/dist/esm/types/components/UI/atoms/Collapse/Collapse.context.d.ts +4 -0
  142. package/dist/esm/types/components/UI/atoms/Collapse/Collapse.interface.d.ts +16 -0
  143. package/dist/esm/types/components/UI/atoms/Collapse/children/CollapseBody/CollapseBody.component.d.ts +6 -0
  144. package/dist/esm/types/components/UI/atoms/Collapse/children/CollapseBody/CollapseBody.interface.d.ts +2 -0
  145. package/dist/esm/types/components/UI/atoms/Collapse/children/CollapseBody/index.d.ts +2 -0
  146. package/dist/esm/types/components/UI/atoms/Collapse/children/CollapseHeader/CollapseHeader.component.d.ts +6 -0
  147. package/dist/esm/types/components/UI/atoms/Collapse/children/CollapseHeader/CollapseHeader.interface.d.ts +2 -0
  148. package/dist/esm/types/components/UI/atoms/Collapse/children/CollapseHeader/index.d.ts +2 -0
  149. package/dist/esm/types/components/UI/atoms/Collapse/children/CollapseToggler/CollapseToggler.component.d.ts +6 -0
  150. package/dist/esm/types/components/UI/atoms/Collapse/children/CollapseToggler/CollapseToggler.interface.d.ts +2 -0
  151. package/dist/esm/types/components/UI/atoms/Collapse/children/CollapseToggler/index.d.ts +2 -0
  152. package/dist/esm/types/components/UI/atoms/Collapse/children/index.d.ts +3 -0
  153. package/dist/esm/types/components/UI/atoms/Collapse/index.d.ts +3 -0
  154. package/dist/esm/types/components/UI/atoms/InputFile/InputFile.component.d.ts +9 -0
  155. package/dist/esm/types/components/UI/atoms/InputFile/children/InputFileButton/InputFileButton.component.d.ts +6 -0
  156. package/dist/esm/types/components/UI/atoms/InputFile/children/InputFileButton/InputFileButton.interface.d.ts +2 -0
  157. package/dist/esm/types/components/UI/atoms/InputFile/children/InputFileButton/index.d.ts +2 -0
  158. package/dist/esm/types/components/UI/atoms/InputFile/children/InputFileContainer/InputFileContainer.component.d.ts +6 -0
  159. package/dist/esm/types/components/UI/atoms/InputFile/children/InputFileContainer/InputFileContainer.interface.d.ts +2 -0
  160. package/dist/esm/types/components/UI/atoms/InputFile/children/InputFileContainer/index.d.ts +2 -0
  161. package/dist/esm/types/components/UI/atoms/InputFile/children/index.d.ts +2 -0
  162. package/dist/esm/types/components/UI/atoms/InputFile/index.d.ts +2 -0
  163. package/dist/esm/types/components/UI/atoms/InputFile/inputFile.interface.d.ts +2 -0
  164. package/dist/esm/types/components/UI/atoms/RatingBadge/RatingBadge.component.d.ts +6 -0
  165. package/dist/esm/types/components/UI/atoms/RatingBadge/RatingBadge.interface.d.ts +6 -0
  166. package/dist/esm/types/components/UI/atoms/RatingBadge/index.d.ts +2 -0
  167. package/dist/esm/types/components/UI/atoms/Typography/Typography.component.d.ts +10 -0
  168. package/dist/esm/types/components/UI/atoms/Typography/Typography.constant.d.ts +796 -0
  169. package/dist/esm/types/components/UI/atoms/Typography/Typography.interface.d.ts +99 -0
  170. package/dist/esm/types/components/UI/atoms/Typography/children/TypographyLink/TypographyLink.component.d.ts +3 -0
  171. package/dist/esm/types/components/UI/atoms/Typography/children/TypographyLink/TypographyLink.interface.d.ts +3 -0
  172. package/dist/esm/types/components/UI/atoms/Typography/children/TypographyLink/index.d.ts +2 -0
  173. package/dist/esm/types/components/UI/atoms/Typography/children/TypographyParagraph/TypographyParagraph.component.d.ts +3 -0
  174. package/dist/esm/types/components/UI/atoms/Typography/children/TypographyParagraph/TypographyParagraph.interface.d.ts +3 -0
  175. package/dist/esm/types/components/UI/atoms/Typography/children/TypographyParagraph/index.d.ts +2 -0
  176. package/dist/esm/types/components/UI/atoms/Typography/children/TypographyText/TypographyText.component.d.ts +3 -0
  177. package/dist/esm/types/components/UI/atoms/Typography/children/TypographyText/TypographyText.interface.d.ts +3 -0
  178. package/dist/esm/types/components/UI/atoms/Typography/children/TypographyText/index.d.ts +2 -0
  179. package/dist/esm/types/components/UI/atoms/Typography/children/TypographyTitle/TypographyTitle.component.d.ts +3 -0
  180. package/dist/esm/types/components/UI/atoms/Typography/children/TypographyTitle/TypographyTitle.interface.d.ts +11 -0
  181. package/dist/esm/types/components/UI/atoms/Typography/children/TypographyTitle/index.d.ts +2 -0
  182. package/dist/esm/types/components/UI/atoms/Typography/children/index.d.ts +4 -0
  183. package/dist/esm/types/components/UI/atoms/Typography/index.d.ts +3 -0
  184. package/dist/esm/types/components/UI/atoms/index.d.ts +7 -3
  185. package/dist/esm/types/components/UI/molecules/CandidateNav/CandidateNav.component.d.ts +13 -0
  186. package/dist/esm/types/components/UI/molecules/CandidateNav/CandidateNav.context.d.ts +4 -0
  187. package/dist/esm/types/components/UI/molecules/CandidateNav/CandidateNav.interface.d.ts +12 -0
  188. package/dist/esm/types/components/UI/molecules/CandidateNav/children/CandidateNavButton/CandidateNavButton.component.d.ts +6 -0
  189. package/dist/esm/types/components/UI/molecules/CandidateNav/children/CandidateNavButton/CandidateNavButton.interface.d.ts +13 -0
  190. package/dist/esm/types/components/UI/molecules/CandidateNav/children/CandidateNavButton/index.d.ts +2 -0
  191. package/dist/esm/types/components/UI/molecules/CandidateNav/children/CandidateNavOption/CandidateNavOption.component.d.ts +6 -0
  192. package/dist/esm/types/components/UI/molecules/CandidateNav/children/CandidateNavOption/CandidateNavOption.interface.d.ts +2 -0
  193. package/dist/esm/types/components/UI/molecules/CandidateNav/children/CandidateNavOption/index.d.ts +2 -0
  194. package/dist/esm/types/components/UI/molecules/CandidateNav/children/CandidateNavOptions/CandidateNavOptions.component.d.ts +6 -0
  195. package/dist/esm/types/components/UI/molecules/CandidateNav/children/CandidateNavOptions/CandidateNavOptions.interface.d.ts +2 -0
  196. package/dist/esm/types/components/UI/molecules/CandidateNav/children/CandidateNavOptions/index.d.ts +2 -0
  197. package/dist/esm/types/components/UI/molecules/CandidateNav/children/CandidateNavStep/CandidateNavStep.component.d.ts +6 -0
  198. package/dist/esm/types/components/UI/molecules/CandidateNav/children/CandidateNavStep/CandidateNavStep.interface.d.ts +2 -0
  199. package/dist/esm/types/components/UI/molecules/CandidateNav/children/CandidateNavStep/index.d.ts +2 -0
  200. package/dist/esm/types/components/UI/molecules/CandidateNav/children/index.d.ts +4 -0
  201. package/dist/esm/types/components/UI/molecules/CandidateNav/index.d.ts +3 -0
  202. package/dist/esm/types/components/UI/molecules/CandidateProfile/CandidateProfile.component.d.ts +7 -0
  203. package/dist/esm/types/components/UI/molecules/CandidateProfile/CandidateProfile.interface.d.ts +3 -0
  204. package/dist/esm/types/components/UI/molecules/CandidateProfile/children/CandidateProfileAvatar/CandidateProfileAvatar.component.d.ts +6 -0
  205. package/dist/esm/types/components/UI/molecules/CandidateProfile/children/CandidateProfileAvatar/CandidateProfileAvatar.interface.d.ts +6 -0
  206. package/dist/esm/types/components/UI/molecules/CandidateProfile/children/CandidateProfileAvatar/index.d.ts +2 -0
  207. package/dist/esm/types/components/UI/molecules/CandidateProfile/children/CandidateProfileBody/CandidateProfileBody.component.d.ts +5 -0
  208. package/dist/esm/types/components/UI/molecules/CandidateProfile/children/CandidateProfileBody/CandidateProfileBody.interface.d.ts +2 -0
  209. package/dist/esm/types/components/UI/molecules/CandidateProfile/children/CandidateProfileBody/index.d.ts +2 -0
  210. package/dist/esm/types/components/UI/molecules/CandidateProfile/children/CandidateProfileHeader/CandidateProfileHeader.component.d.ts +5 -0
  211. package/dist/esm/types/components/UI/molecules/CandidateProfile/children/CandidateProfileHeader/CandidateProfileHeader.interface.d.ts +2 -0
  212. package/dist/esm/types/components/UI/molecules/CandidateProfile/children/CandidateProfileHeader/index.d.ts +2 -0
  213. package/dist/esm/types/components/UI/molecules/CandidateProfile/children/CandidateProfileToggler/CandidateProfileToggler.component.d.ts +5 -0
  214. package/dist/esm/types/components/UI/molecules/CandidateProfile/children/CandidateProfileToggler/CandidateProfileToggler.interface.d.ts +2 -0
  215. package/dist/esm/types/components/UI/molecules/CandidateProfile/children/CandidateProfileToggler/index.d.ts +2 -0
  216. package/dist/esm/types/components/UI/molecules/CandidateProfile/children/index.d.ts +4 -0
  217. package/dist/esm/types/components/UI/molecules/CandidateProfile/index.d.ts +3 -0
  218. package/dist/esm/types/components/UI/molecules/HorizontalMenu/HorizontalMenu.component.d.ts +6 -0
  219. package/dist/esm/types/components/UI/molecules/HorizontalMenu/HorizontalMenu.interface.d.ts +29 -0
  220. package/dist/esm/types/components/UI/molecules/HorizontalMenu/index.d.ts +2 -0
  221. package/dist/esm/types/components/UI/molecules/Qualification/Qualification.component.d.ts +7 -0
  222. package/dist/esm/types/components/UI/molecules/Qualification/Qualification.constants.d.ts +2 -0
  223. package/dist/esm/types/components/UI/molecules/Qualification/Qualification.interface.d.ts +28 -0
  224. package/dist/esm/types/components/UI/molecules/Qualification/index.d.ts +2 -0
  225. package/dist/esm/types/components/UI/molecules/index.d.ts +11 -7
  226. package/dist/esm/types/components/UI/organism/Select2/Select2.hook.d.ts +1 -1
  227. package/dist/esm/types/components/UI/organism/index.d.ts +5 -5
  228. package/dist/esm/types/components/UI/template/CandidateProfileTemplate/CandidateProfileTemplate.component.d.ts +13 -0
  229. package/dist/esm/types/components/UI/template/CandidateProfileTemplate/CandidateProfileTemplate.context.d.ts +4 -0
  230. package/dist/esm/types/components/UI/template/CandidateProfileTemplate/CandidateProfileTemplate.interface.d.ts +69 -0
  231. package/dist/esm/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateHeader/CandidateProfileTemplateHeader.component.d.ts +5 -0
  232. package/dist/esm/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateHeader/CandidateProfileTemplateHeader.interface.d.ts +2 -0
  233. package/dist/esm/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateHeader/index.d.ts +2 -0
  234. package/dist/esm/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateNav/CandidateProfileTemplateNav.component.d.ts +6 -0
  235. package/dist/esm/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateNav/CandidateProfileTemplateNav.interface.d.ts +2 -0
  236. package/dist/esm/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateNav/index.d.ts +2 -0
  237. package/dist/esm/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateProfile/CandidateProfileTemplateProfile.component.d.ts +6 -0
  238. package/dist/esm/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateProfile/CandidateProfileTemplateProfile.interface.d.ts +12 -0
  239. package/dist/esm/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateProfile/index.d.ts +2 -0
  240. package/dist/esm/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateScreen/CandidateProfileTemplateScreen.component.d.ts +5 -0
  241. package/dist/esm/types/components/UI/template/CandidateProfileTemplate/children/CandidateProfileTemplateScreen/index.d.ts +1 -0
  242. package/dist/esm/types/components/UI/template/CandidateProfileTemplate/children/index.d.ts +4 -0
  243. package/dist/esm/types/components/UI/template/CandidateProfileTemplate/index.d.ts +3 -0
  244. package/dist/esm/types/components/UI/template/index.d.ts +3 -1
  245. package/dist/esm/types/constants/icons.constants.d.ts +18 -0
  246. package/dist/esm/types/constants/stories/CandidateNavigationBar.d.ts +2 -0
  247. package/dist/esm/types/constants/stories/candidateProfile.constants.d.ts +6 -0
  248. package/dist/esm/types/constants/stories/common.constants.d.ts +2 -0
  249. package/dist/esm/types/constants/stories/drawer.constants.d.ts +2 -0
  250. package/dist/esm/types/constants/stories/index.d.ts +12 -8
  251. package/dist/esm/types/constants/stories/ratingBadge.constants.d.ts +3 -0
  252. package/dist/esm/types/constants/stories/vacancyProcessCard.constants.d.ts +2 -0
  253. package/dist/esm/types/constants/stories/vacancyStageCard.constants.d.ts +2 -0
  254. package/dist/index.d.ts +2337 -1887
  255. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#8591A0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-star"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-star"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
@@ -0,0 +1,11 @@
1
+ <svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_886_3109)">
3
+ <path d="M7.5 9.25C8.53553 9.25 9.375 8.41053 9.375 7.375C9.375 6.33947 8.53553 5.5 7.5 5.5C6.46447 5.5 5.625 6.33947 5.625 7.375C5.625 8.41053 6.46447 9.25 7.5 9.25Z" stroke="#66C1EA" stroke-miterlimit="7.3333" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M11.0625 10.9375L8.4375 13.5625C7.9375 14.0625 7.1875 14.0625 6.6875 13.5625L4.0625 10.9375C2.125 9 2.125 5.8125 4.0625 3.875C6 1.9375 9.1875 1.9375 11.125 3.875C13 5.8125 13 8.9375 11.0625 10.9375Z" stroke="#66C1EA" stroke-miterlimit="7.3333" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_886_3109">
8
+ <rect width="15" height="15" fill="white" transform="translate(0 0.5)"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="none"><path d="M8.5 19H8c-4 0-6-1-6-6V8c0-4 2-6 6-6h8c4 0 6 2 6 6v5c0 4-2 6-6 6h-.5c-.31 0-.61.15-.8.4l-1.5 2c-.66.88-1.74.88-2.4 0l-1.5-2c-.16-.22-.53-.4-.8-.4Z" stroke="#000000" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7 8h10M7 13h6" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>
@@ -0,0 +1,3 @@
1
+ <svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.99967 6.1999C5.53301 6.1999 5.06634 6.0199 4.71301 5.66657L0.366359 1.31993C0.173026 1.12659 0.173026 0.806595 0.366359 0.613262C0.559693 0.419928 0.879692 0.419928 1.07303 0.613262L5.41967 4.9599C5.73967 5.2799 6.25967 5.2799 6.57967 4.9599L10.9263 0.613262C11.1197 0.419928 11.4397 0.419928 11.633 0.613262C11.8263 0.806595 11.8263 1.12659 11.633 1.31993L7.28634 5.66657C6.933 6.0199 6.46634 6.1999 5.99967 6.1999Z" fill="#6DD695"/>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#8591A0" class="icon icon-tabler icons-tabler-filled icon-tabler-star"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-users"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M9 7m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" /><path d="M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" /><path d="M16 3.13a4 4 0 0 1 0 7.75" /><path d="M21 21v-2a4 4 0 0 0 -3 -3.85" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-file-download"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /><path d="M12 17v-6" /><path d="M9.5 14.5l2.5 2.5l2.5 -2.5" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#14141C" class="icon icon-tabler icons-tabler-filled icon-tabler-star"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="none"><path d="M22 9v6c0 .23 0 .45-.02.67-.04-.06-.09-.12-.14-.17-.01-.01-.02-.03-.03-.04-.81-.9-2-1.46-3.31-1.46-1.26 0-2.41.52-3.23 1.36a4.5 4.5 0 0 0-.62 5.46c.22.37.5.71.82.99.02.01.03.02.04.03.05.05.1.09.16.14-.21.02-.44.02-.67.02H9c-5 0-7-2-7-7V9c0-5 2-7 7-7h6c5 0 7 2 7 7ZM2.52 7.11h18.96M8.52 2.11v4.86M15.48 2.11v4.41" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M23 18.5c0 .36-.04.71-.13 1.05-.11.45-.29.88-.52 1.27A4.487 4.487 0 0 1 18.5 23a4.35 4.35 0 0 1-2.82-1.02h-.01c-.06-.05-.11-.09-.16-.14a.138.138 0 0 0-.04-.03c-.32-.28-.6-.62-.82-.99a4.5 4.5 0 0 1 .62-5.46c.82-.84 1.97-1.36 3.23-1.36 1.31 0 2.5.56 3.31 1.46.01.01.02.03.03.04.05.05.1.11.14.17.64.77 1.02 1.76 1.02 2.83ZM20.18 18.48h-3.36M18.5 16.84v3.36" stroke="#000000" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>
@@ -0,0 +1,11 @@
1
+ <svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_837_2654)">
3
+ <path d="M3.125 3.625H11.875C12.5625 3.625 13.125 4.1875 13.125 4.875V11.125C13.125 11.8125 12.5625 12.375 11.875 12.375H3.125C2.4375 12.375 1.875 11.8125 1.875 11.125V4.875C1.875 4.1875 2.4375 3.625 3.125 3.625Z" stroke="white" stroke-miterlimit="7.3333" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M1.875 4.875L7.5 8.625L13.125 4.875" stroke="white" stroke-miterlimit="7.3333" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_837_2654">
8
+ <rect width="15" height="15" fill="white" transform="translate(0 0.5)"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_837_2636)">
3
+ <path d="M7.5 13.625C10.6066 13.625 13.125 11.1066 13.125 8C13.125 4.8934 10.6066 2.375 7.5 2.375C4.3934 2.375 1.875 4.8934 1.875 8C1.875 11.1066 4.3934 13.625 7.5 13.625Z" stroke="white" stroke-miterlimit="7.3333" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M5.9375 9.875C6.8125 10.75 8.1875 10.75 9 9.9375C9 9.9375 9 9.9375 9.0625 9.875" stroke="white" stroke-miterlimit="7.3333" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M7.5 2.375C6.8125 2.375 6.25 2.9375 6.25 3.625C6.25 4.3125 6.8125 4.875 7.5 4.875" stroke="white" stroke-miterlimit="7.3333" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_837_2636">
9
+ <rect width="15" height="15" fill="white" transform="translate(0 0.5)"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_837_2645)">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.625 3.625C3.625 3.21079 3.96079 2.875 4.375 2.875C4.78921 2.875 5.125 3.21079 5.125 3.625C5.125 4.03921 4.78921 4.375 4.375 4.375C3.96079 4.375 3.625 4.03921 3.625 3.625ZM4.375 1.875C3.4085 1.875 2.625 2.6585 2.625 3.625C2.625 4.5915 3.4085 5.375 4.375 5.375C5.3415 5.375 6.125 4.5915 6.125 3.625C6.125 2.6585 5.3415 1.875 4.375 1.875ZM3 8C3 7.92612 3.02244 7.90341 3.02543 7.90043C3.02841 7.89744 3.05112 7.875 3.125 7.875H5.625C5.69888 7.875 5.72159 7.89744 5.72457 7.90043C5.72756 7.90341 5.75 7.92612 5.75 8V10.2929L5.27145 10.7714C5.17768 10.8652 5.125 10.9924 5.125 11.125V14.25C5.125 14.5261 5.34886 14.75 5.625 14.75C5.90114 14.75 6.125 14.5261 6.125 14.25V11.3321L6.60355 10.8536C6.69732 10.7598 6.75 10.6326 6.75 10.5V8C6.75 7.69888 6.64744 7.40909 6.43168 7.19332C6.21591 6.97756 5.92612 6.875 5.625 6.875H3.125C2.82388 6.875 2.53409 6.97756 2.31832 7.19332C2.10256 7.40909 2 7.69888 2 8V10.5C2 10.6326 2.05268 10.7598 2.14645 10.8536L2.625 11.3321V14.25C2.625 14.5261 2.84886 14.75 3.125 14.75C3.40114 14.75 3.625 14.5261 3.625 14.25V11.125C3.625 10.9924 3.57232 10.8652 3.47855 10.7714L3 10.2929V8ZM10.625 2.875C10.2108 2.875 9.875 3.21079 9.875 3.625C9.875 4.03921 10.2108 4.375 10.625 4.375C11.0392 4.375 11.375 4.03921 11.375 3.625C11.375 3.21079 11.0392 2.875 10.625 2.875ZM8.875 3.625C8.875 2.6585 9.6585 1.875 10.625 1.875C11.5915 1.875 12.375 2.6585 12.375 3.625C12.375 4.5915 11.5915 5.375 10.625 5.375C9.6585 5.375 8.875 4.5915 8.875 3.625ZM9.875 8C9.875 7.92612 9.89744 7.90341 9.90043 7.90043C9.90341 7.89744 9.92612 7.875 10 7.875H11.25C11.3239 7.875 11.3466 7.89744 11.3496 7.90043C11.3526 7.90341 11.375 7.92612 11.375 8C11.375 8.05374 11.3837 8.10713 11.4007 8.15811L12.4313 11.25H11.875C11.5989 11.25 11.375 11.4739 11.375 11.75V14.25C11.375 14.5261 11.5989 14.75 11.875 14.75C12.1511 14.75 12.375 14.5261 12.375 14.25V12.25H13.125C13.2857 12.25 13.4366 12.1727 13.5306 12.0424C13.6246 11.912 13.6502 11.7444 13.5993 11.5919L12.3719 7.90948C12.3532 7.64129 12.2507 7.38737 12.0567 7.19332C11.8409 6.97756 11.5511 6.875 11.25 6.875H10C9.69888 6.875 9.40909 6.97756 9.19332 7.19332C8.99928 7.38737 8.89679 7.64129 8.87813 7.90948L7.65066 11.5919C7.59983 11.7444 7.6254 11.912 7.71938 12.0424C7.81335 12.1727 7.96428 12.25 8.125 12.25H8.875V14.25C8.875 14.5261 9.09886 14.75 9.375 14.75C9.65114 14.75 9.875 14.5261 9.875 14.25V11.75C9.875 11.4739 9.65114 11.25 9.375 11.25H8.81871L9.84934 8.15811C9.86634 8.10713 9.875 8.05374 9.875 8Z" fill="white"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_837_2645">
7
+ <rect width="15" height="15" fill="white" transform="translate(0 0.5)"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7.50644 11.1248C6.97519 11.1248 6.43769 10.9873 6.01895 10.7185L2.25645 8.26229C1.55645 7.80604 1.1377 7.03729 1.1377 6.19981C1.1377 5.36231 1.55645 4.59356 2.25645 4.13731L6.0252 1.68731C6.86269 1.14356 8.16894 1.14356 9.00019 1.69356L12.7439 4.14981C13.4377 4.60606 13.8564 5.37481 13.8564 6.20606C13.8564 7.03729 13.4377 7.80604 12.7439 8.26229L9.00019 10.7185C8.58144 10.9935 8.04394 11.1248 7.50644 11.1248ZM7.50644 2.21856C7.15019 2.21856 6.79394 2.29981 6.53769 2.47481L2.7752 4.92481C2.3377 5.21231 2.08145 5.67481 2.08145 6.19981C2.08145 6.72481 2.33145 7.18729 2.7752 7.47479L6.53769 9.93104C7.05644 10.2685 7.96894 10.2685 8.48769 9.93104L12.2314 7.47479C12.6689 7.18729 12.9189 6.72481 12.9189 6.19981C12.9189 5.67481 12.6689 5.21231 12.2314 4.92481L8.48769 2.46856C8.22519 2.30606 7.86894 2.21856 7.50644 2.21856Z" fill="white"/>
3
+ <path d="M4.7245 13.944L6.71825 14.6065C6.94325 14.6815 7.2245 14.719 7.4995 14.719C7.7745 14.719 8.05575 14.6815 8.28075 14.6128L4.7245 13.944ZM4.7245 13.944C3.78075 13.6315 3.037 12.6003 3.04325 11.6065L4.7245 13.944Z" fill="white" stroke="white"/>
4
+ <path d="M13.3752 10.3438C13.119 10.3438 12.9065 10.1312 12.9065 9.875V6.125C12.9065 5.86875 13.119 5.65625 13.3752 5.65625C13.6315 5.65625 13.844 5.86875 13.844 6.125V9.875C13.844 10.1312 13.6315 10.3438 13.3752 10.3438Z" fill="white"/>
5
+ </svg>
@@ -1 +1,5 @@
1
- <svg id="Capa_1" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m450.201 407.453c-1.505-.977-12.832-8.912-24.174-32.917-20.829-44.082-25.201-106.18-25.201-150.511 0-.193-.004-.384-.011-.576-.227-58.589-35.31-109.095-85.514-131.756v-34.657c0-31.45-25.544-57.036-56.942-57.036h-4.719c-31.398 0-56.942 25.586-56.942 57.036v34.655c-50.372 22.734-85.525 73.498-85.525 132.334 0 44.331-4.372 106.428-25.201 150.511-11.341 24.004-22.668 31.939-24.174 32.917-6.342 2.935-9.469 9.715-8.01 16.586 1.473 6.939 7.959 11.723 15.042 11.723h109.947c.614 42.141 35.008 76.238 77.223 76.238s76.609-34.097 77.223-76.238h109.947c7.082 0 13.569-4.784 15.042-11.723 1.457-6.871-1.669-13.652-8.011-16.586zm-223.502-350.417c0-14.881 12.086-26.987 26.942-26.987h4.719c14.856 0 26.942 12.106 26.942 26.987v24.917c-9.468-1.957-19.269-2.987-29.306-2.987-10.034 0-19.832 1.029-29.296 2.984v-24.914zm29.301 424.915c-25.673 0-46.614-20.617-47.223-46.188h94.445c-.608 25.57-21.549 46.188-47.222 46.188zm60.4-76.239c-.003 0-213.385 0-213.385 0 2.595-4.044 5.236-8.623 7.861-13.798 20.104-39.643 30.298-96.129 30.298-167.889 0-63.417 51.509-115.01 114.821-115.01s114.821 51.593 114.821 115.06c0 .185.003.369.01.553.057 71.472 10.25 127.755 30.298 167.286 2.625 5.176 5.267 9.754 7.861 13.798z"/></svg>
1
+ <<<<<<< HEAD
2
+ <svg id="Capa_1" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m450.201 407.453c-1.505-.977-12.832-8.912-24.174-32.917-20.829-44.082-25.201-106.18-25.201-150.511 0-.193-.004-.384-.011-.576-.227-58.589-35.31-109.095-85.514-131.756v-34.657c0-31.45-25.544-57.036-56.942-57.036h-4.719c-31.398 0-56.942 25.586-56.942 57.036v34.655c-50.372 22.734-85.525 73.498-85.525 132.334 0 44.331-4.372 106.428-25.201 150.511-11.341 24.004-22.668 31.939-24.174 32.917-6.342 2.935-9.469 9.715-8.01 16.586 1.473 6.939 7.959 11.723 15.042 11.723h109.947c.614 42.141 35.008 76.238 77.223 76.238s76.609-34.097 77.223-76.238h109.947c7.082 0 13.569-4.784 15.042-11.723 1.457-6.871-1.669-13.652-8.011-16.586zm-223.502-350.417c0-14.881 12.086-26.987 26.942-26.987h4.719c14.856 0 26.942 12.106 26.942 26.987v24.917c-9.468-1.957-19.269-2.987-29.306-2.987-10.034 0-19.832 1.029-29.296 2.984v-24.914zm29.301 424.915c-25.673 0-46.614-20.617-47.223-46.188h94.445c-.608 25.57-21.549 46.188-47.222 46.188zm60.4-76.239c-.003 0-213.385 0-213.385 0 2.595-4.044 5.236-8.623 7.861-13.798 20.104-39.643 30.298-96.129 30.298-167.889 0-63.417 51.509-115.01 114.821-115.01s114.821 51.593 114.821 115.06c0 .185.003.369.01.553.057 71.472 10.25 127.755 30.298 167.286 2.625 5.176 5.267 9.754 7.861 13.798z"/></svg>
3
+ =======
4
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-bell"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" /><path d="M9 17v1a3 3 0 0 0 6 0v-1" /></svg>
5
+ >>>>>>> feat/profileCandidate
@@ -0,0 +1,5 @@
1
+ <svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.5 12.823C6.12083 12.823 5.73625 12.6768 5.44917 12.3897L4.52291 11.4743C4.29541 11.2468 3.98126 11.1222 3.66167 11.1222H3.25C2.12875 11.1222 1.21875 10.2176 1.21875 9.1072V3.1976C1.21875 2.08718 2.12875 1.18262 3.25 1.18262H9.75C10.8713 1.18262 11.7812 2.08718 11.7812 3.1976V9.1072C11.7812 10.2176 10.8713 11.1222 9.75 11.1222H9.33833C9.01875 11.1222 8.70458 11.2522 8.47708 11.4743L7.55083 12.3897C7.26375 12.6768 6.87917 12.823 6.5 12.823ZM3.25 1.9897C2.57833 1.9897 2.03125 2.53135 2.03125 3.19218V9.10178C2.03125 9.76803 2.57833 10.3043 3.25 10.3043H3.66167C4.19792 10.3043 4.7179 10.5209 5.09707 10.8947L6.02333 11.8101C6.28875 12.0701 6.71667 12.0701 6.98208 11.8101L7.90833 10.8947C8.2875 10.5209 8.8075 10.3043 9.34375 10.3043H9.75C10.4217 10.3043 10.9688 9.76261 10.9688 9.10178V3.19218C10.9688 2.52593 10.4217 1.9897 9.75 1.9897H3.25Z" fill="white"/>
3
+ <path d="M6.49999 6.323C5.57915 6.323 4.83167 5.57547 4.83167 4.65463C4.83167 3.7338 5.57915 2.98633 6.49999 2.98633C7.42082 2.98633 8.16838 3.7338 8.16838 4.65463C8.16838 5.57547 7.42082 6.323 6.49999 6.323ZM6.49999 3.79883C6.02874 3.79883 5.64415 4.18338 5.64415 4.65463C5.64415 5.12588 6.02874 5.51048 6.49999 5.51048C6.97124 5.51048 7.35588 5.12588 7.35588 4.65463C7.35588 4.18338 6.97124 3.79883 6.49999 3.79883Z" fill="white"/>
4
+ <path d="M8.66671 9.38888C8.44462 9.38888 8.26046 9.20471 8.26046 8.98263C8.26046 8.23513 7.46962 7.62305 6.50004 7.62305C5.53046 7.62305 4.73962 8.23513 4.73962 8.98263C4.73962 9.20471 4.55546 9.38888 4.33337 9.38888C4.11129 9.38888 3.92712 9.20471 3.92712 8.98263C3.92712 7.78555 5.08087 6.81055 6.50004 6.81055C7.91921 6.81055 9.07296 7.78555 9.07296 8.98263C9.07296 9.20471 8.88879 9.38888 8.66671 9.38888Z" fill="white"/>
5
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-id"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M3 4m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" /><path d="M9 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" /><path d="M15 8l2 0" /><path d="M15 12l2 0" /><path d="M7 16l10 0" /></svg>
@@ -0,0 +1,14 @@
1
+ <svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_830_2614)">
3
+ <path d="M3.25 2.1665H9.75C10.6708 2.1665 11.375 2.87067 11.375 3.7915V9.20817C11.375 10.129 10.6708 10.8332 9.75 10.8332H3.25C2.32917 10.8332 1.625 10.129 1.625 9.20817V3.7915C1.625 2.87067 2.32917 2.1665 3.25 2.1665Z" stroke="white" stroke-miterlimit="7.3333" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M4.87496 6.50016C5.47327 6.50016 5.95829 6.01514 5.95829 5.41683C5.95829 4.81852 5.47327 4.3335 4.87496 4.3335C4.27665 4.3335 3.79163 4.81852 3.79163 5.41683C3.79163 6.01514 4.27665 6.50016 4.87496 6.50016Z" stroke="white" stroke-miterlimit="7.3333" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M8.125 4.3335H9.20833" stroke="white" stroke-miterlimit="7.3333" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M8.125 6.5H9.20833" stroke="white" stroke-miterlimit="7.3333" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M3.79163 8.6665H9.20829" stroke="white" stroke-miterlimit="7.3333" stroke-linecap="round" stroke-linejoin="round"/>
8
+ </g>
9
+ <defs>
10
+ <clipPath id="clip0_830_2614">
11
+ <rect width="13" height="13" fill="white"/>
12
+ </clipPath>
13
+ </defs>
14
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_886_17219)">
3
+ <path d="M8.85 11.3499C8.6 11.3499 8.25 11.2499 7.8 10.9999L6.3 10.0999C6.15 9.9999 5.85 9.9999 5.7 10.0999L4.2 10.9999C3.3 11.5499 2.8 11.2999 2.55 11.1499C2.3 10.9999 1.95 10.5499 2.2 9.5499L2.55 7.9999C2.6 7.8499 2.5 7.5499 2.4 7.4499L1.15 6.1999C0.550004 5.5999 0.600004 5.0499 0.650004 4.7999C0.750004 4.5499 1 4.0999 1.85 3.9499L3.5 3.6499C3.65 3.6499 3.85 3.4499 3.95 3.3499L4.85 1.5999C5.25 0.799902 5.75 0.649902 6.05 0.649902C6.35 0.649902 6.85 0.749902 7.25 1.5999L8.15 3.3499C8.15 3.4999 8.35 3.6499 8.5 3.6499L10.1 3.8999C10.95 4.0499 11.25 4.4999 11.3 4.7499C11.4 4.9999 11.45 5.5499 10.8 6.1499L9.55 7.3999C9.45 7.4999 9.35 7.7999 9.4 7.9499L9.75 9.4999C10 10.4999 9.65 10.9499 9.4 11.0999C9.3 11.2499 9.1 11.3499 8.85 11.3499Z" fill="#FAAD14"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_886_17219">
7
+ <rect width="12" height="12" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>