magneto365.ui 2.57.3-alpha → 2.57.4

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 (175) hide show
  1. package/dist/assets/035d90cb55b544da.svg +15 -0
  2. package/dist/assets/1aba91fa564f11d7.svg +16 -0
  3. package/dist/assets/3a1c54796cd5e026.svg +17 -0
  4. package/dist/assets/3e2d04cc8ff5910d.svg +11 -0
  5. package/dist/assets/58346511fd62e29a.svg +5 -0
  6. package/dist/assets/8a37a9c7b0fd5027.svg +9 -0
  7. package/dist/assets/f3929a315218dc82.svg +10 -0
  8. package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
  9. package/dist/cjs/index.js +1343 -968
  10. package/dist/cjs/index.js.map +1 -1
  11. package/dist/cjs/types/components/UI/atoms/Badge/Badge.component.d.ts +3 -0
  12. package/dist/cjs/types/components/UI/atoms/Badge/Badge.interface.d.ts +10 -0
  13. package/dist/cjs/types/components/UI/atoms/Badge/index.d.ts +1 -0
  14. package/dist/cjs/types/components/UI/atoms/Divider/Divider.interface.d.ts +1 -0
  15. package/dist/cjs/types/components/UI/atoms/HeaderTab/HeaderTab.interface.d.ts +7 -0
  16. package/dist/cjs/types/components/UI/atoms/ToggleButton/ToggleButton.interface.d.ts +9 -4
  17. package/dist/cjs/types/components/UI/atoms/index.d.ts +1 -0
  18. package/dist/cjs/types/components/UI/molecules/Alert/Alert.interface.d.ts +1 -1
  19. package/dist/cjs/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.component.d.ts +7 -0
  20. package/dist/cjs/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.interface.d.ts +41 -0
  21. package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/AlertJobStatusContainer.component.d.ts +3 -0
  22. package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/index.d.ts +1 -0
  23. package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/AlertJobStatusIcon.component.d.ts +3 -0
  24. package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/index.d.ts +1 -0
  25. package/dist/cjs/types/components/UI/molecules/AlertJobStatus/index.d.ts +4 -0
  26. package/dist/cjs/types/components/UI/molecules/FraudCardJob/FraudCardJob.component.d.ts +3 -0
  27. package/dist/cjs/types/components/UI/molecules/FraudCardJob/FraudCardJob.interface.d.ts +18 -0
  28. package/dist/cjs/types/components/UI/molecules/FraudCardJob/index.d.ts +1 -0
  29. package/dist/cjs/types/components/UI/molecules/MegaMenuCard/MegaMenuCard.interface.d.ts +1 -1
  30. package/dist/{esm/types/components/UI/atoms → cjs/types/components/UI/molecules}/MegaMenuDrawerItem/MegaMenuDrawerItem.interface.d.ts +5 -4
  31. package/dist/cjs/types/components/UI/molecules/MegaMenuSideCards/MegaMenuSideCards.interface.d.ts +1 -0
  32. package/dist/cjs/types/components/UI/molecules/ModalResponsive/ModalResponsive.component.d.ts +3 -0
  33. package/dist/cjs/types/components/UI/molecules/ModalResponsive/ModalResponsive.interface.d.ts +22 -0
  34. package/dist/cjs/types/components/UI/molecules/ModalResponsive/index.d.ts +1 -0
  35. package/dist/cjs/types/components/UI/molecules/SimilarCard/SimilarCard.component.d.ts +7 -0
  36. package/dist/cjs/types/components/UI/molecules/SimilarCard/SimilarCard.interface.d.ts +128 -0
  37. package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/SimilarCardLogo.component.d.ts +3 -0
  38. package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/index.d.ts +1 -0
  39. package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/SimilarCardIcon.component.d.ts +3 -0
  40. package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/index.d.ts +1 -0
  41. package/dist/cjs/types/components/UI/molecules/SimilarCard/index.d.ts +4 -0
  42. package/dist/cjs/types/components/UI/molecules/ToggleButtonList/ToggleButtonList.component.d.ts +3 -0
  43. package/dist/cjs/types/components/UI/molecules/ToggleButtonList/ToggleButtonList.interface.d.ts +23 -0
  44. package/dist/cjs/types/components/UI/molecules/ToggleButtonList/index.d.ts +2 -0
  45. package/dist/cjs/types/components/UI/molecules/Tooltip/Tooltip.interface.d.ts +7 -0
  46. package/dist/cjs/types/components/UI/molecules/index.d.ts +8 -2
  47. package/dist/cjs/types/components/UI/organism/ApplicationSummary/ApplicationSummary.component.d.ts +9 -0
  48. package/dist/cjs/types/components/UI/organism/ApplicationSummary/ApplicationSummary.interface.d.ts +71 -0
  49. package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationButton/ApplicationButton.component.d.ts +3 -0
  50. package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationButton/index.d.ts +1 -0
  51. package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationSection/ApplicationSection.component.d.ts +3 -0
  52. package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationSection/index.d.ts +1 -0
  53. package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationSubTitle/ApplicationSubTitle.component.d.ts +3 -0
  54. package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationSubTitle/index.d.ts +1 -0
  55. package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationText/ApplicationText.component.d.ts +3 -0
  56. package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationText/index.d.ts +1 -0
  57. package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationTitle/ApplicationTitle.component.d.ts +3 -0
  58. package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationTitle/index.d.ts +1 -0
  59. package/dist/cjs/types/components/UI/organism/ApplicationSummary/index.d.ts +5 -0
  60. package/dist/cjs/types/components/UI/organism/JobDetailsDrawer/JobDetailsDrawer.interface.d.ts +5 -0
  61. package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.component.d.ts +11 -0
  62. package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.interface.d.ts +90 -0
  63. package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/JobSuggestedHeader.component.d.ts +3 -0
  64. package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/index.d.ts +1 -0
  65. package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/JobSuggestedSimilarJobs.component.d.ts +3 -0
  66. package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/index.d.ts +1 -0
  67. package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/index.d.ts +4 -0
  68. package/dist/cjs/types/components/UI/organism/MobileJobDetailsDrawer/MobileJobDetailsDrawer.interface.d.ts +7 -2
  69. package/dist/cjs/types/components/UI/organism/ProcessesCard/ProcessesCard.component.d.ts +11 -0
  70. package/dist/cjs/types/components/UI/organism/ProcessesCard/ProcessesCard.interface.d.ts +42 -0
  71. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardArrow/ProcessesCardArrow.component.d.ts +2 -0
  72. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardBrand/ProcessesCardBrand.component.d.ts +2 -0
  73. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardIconStatus/ProcessesCardIconStatus.component.d.ts +3 -0
  74. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardSection/ProcessesCardSection.component.d.ts +2 -0
  75. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardStatus/ProcessesCardStatus.component.d.ts +3 -0
  76. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardText/ProcessesCardText.component.d.ts +3 -0
  77. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardTitle/ProcessesCardTitle.component.d.ts +3 -0
  78. package/dist/cjs/types/components/UI/organism/ProcessesCard/index.d.ts +1 -0
  79. package/dist/cjs/types/components/UI/organism/index.d.ts +3 -0
  80. package/dist/cjs/types/components/UI/template/MegaMenu/MegaMenuContext.interface.d.ts +1 -0
  81. package/dist/cjs/types/constants/icons.constants.d.ts +7 -0
  82. package/dist/cjs/types/constants/stories/alertJob.constants.d.ts +3 -0
  83. package/dist/cjs/types/constants/stories/fraudCardJob.constant.d.ts +2 -0
  84. package/dist/cjs/types/constants/stories/index.d.ts +3 -0
  85. package/dist/cjs/types/constants/stories/jobSuggestedDrawer.constants.d.ts +3 -0
  86. package/dist/cjs/types/constants/stories/similarCard.constants.d.ts +7 -0
  87. package/dist/cjs/types/constants/stories/toggleButton.constants.d.ts +2 -0
  88. package/dist/cjs/types/utils/text/textAdapter.util.d.ts +3 -0
  89. package/dist/esm/css/magneto.ui.lib.min.css +1 -1
  90. package/dist/esm/index.js +1324 -969
  91. package/dist/esm/index.js.map +1 -1
  92. package/dist/esm/types/components/UI/atoms/Badge/Badge.component.d.ts +3 -0
  93. package/dist/esm/types/components/UI/atoms/Badge/Badge.interface.d.ts +10 -0
  94. package/dist/esm/types/components/UI/atoms/Badge/index.d.ts +1 -0
  95. package/dist/esm/types/components/UI/atoms/Divider/Divider.interface.d.ts +1 -0
  96. package/dist/esm/types/components/UI/atoms/HeaderTab/HeaderTab.interface.d.ts +7 -0
  97. package/dist/esm/types/components/UI/atoms/ToggleButton/ToggleButton.interface.d.ts +9 -4
  98. package/dist/esm/types/components/UI/atoms/index.d.ts +1 -0
  99. package/dist/esm/types/components/UI/molecules/Alert/Alert.interface.d.ts +1 -1
  100. package/dist/esm/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.component.d.ts +7 -0
  101. package/dist/esm/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.interface.d.ts +41 -0
  102. package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/AlertJobStatusContainer.component.d.ts +3 -0
  103. package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/index.d.ts +1 -0
  104. package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/AlertJobStatusIcon.component.d.ts +3 -0
  105. package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/index.d.ts +1 -0
  106. package/dist/esm/types/components/UI/molecules/AlertJobStatus/index.d.ts +4 -0
  107. package/dist/esm/types/components/UI/molecules/FraudCardJob/FraudCardJob.component.d.ts +3 -0
  108. package/dist/esm/types/components/UI/molecules/FraudCardJob/FraudCardJob.interface.d.ts +18 -0
  109. package/dist/esm/types/components/UI/molecules/FraudCardJob/index.d.ts +1 -0
  110. package/dist/esm/types/components/UI/molecules/MegaMenuCard/MegaMenuCard.interface.d.ts +1 -1
  111. package/dist/{cjs/types/components/UI/atoms → esm/types/components/UI/molecules}/MegaMenuDrawerItem/MegaMenuDrawerItem.interface.d.ts +5 -4
  112. package/dist/esm/types/components/UI/molecules/MegaMenuSideCards/MegaMenuSideCards.interface.d.ts +1 -0
  113. package/dist/esm/types/components/UI/molecules/ModalResponsive/ModalResponsive.component.d.ts +3 -0
  114. package/dist/esm/types/components/UI/molecules/ModalResponsive/ModalResponsive.interface.d.ts +22 -0
  115. package/dist/esm/types/components/UI/molecules/ModalResponsive/index.d.ts +1 -0
  116. package/dist/esm/types/components/UI/molecules/SimilarCard/SimilarCard.component.d.ts +7 -0
  117. package/dist/esm/types/components/UI/molecules/SimilarCard/SimilarCard.interface.d.ts +128 -0
  118. package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/SimilarCardLogo.component.d.ts +3 -0
  119. package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/index.d.ts +1 -0
  120. package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/SimilarCardIcon.component.d.ts +3 -0
  121. package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/index.d.ts +1 -0
  122. package/dist/esm/types/components/UI/molecules/SimilarCard/index.d.ts +4 -0
  123. package/dist/esm/types/components/UI/molecules/ToggleButtonList/ToggleButtonList.component.d.ts +3 -0
  124. package/dist/esm/types/components/UI/molecules/ToggleButtonList/ToggleButtonList.interface.d.ts +23 -0
  125. package/dist/esm/types/components/UI/molecules/ToggleButtonList/index.d.ts +2 -0
  126. package/dist/esm/types/components/UI/molecules/Tooltip/Tooltip.interface.d.ts +7 -0
  127. package/dist/esm/types/components/UI/molecules/index.d.ts +8 -2
  128. package/dist/esm/types/components/UI/organism/ApplicationSummary/ApplicationSummary.component.d.ts +9 -0
  129. package/dist/esm/types/components/UI/organism/ApplicationSummary/ApplicationSummary.interface.d.ts +71 -0
  130. package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationButton/ApplicationButton.component.d.ts +3 -0
  131. package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationButton/index.d.ts +1 -0
  132. package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationSection/ApplicationSection.component.d.ts +3 -0
  133. package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationSection/index.d.ts +1 -0
  134. package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationSubTitle/ApplicationSubTitle.component.d.ts +3 -0
  135. package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationSubTitle/index.d.ts +1 -0
  136. package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationText/ApplicationText.component.d.ts +3 -0
  137. package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationText/index.d.ts +1 -0
  138. package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationTitle/ApplicationTitle.component.d.ts +3 -0
  139. package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationTitle/index.d.ts +1 -0
  140. package/dist/esm/types/components/UI/organism/ApplicationSummary/index.d.ts +5 -0
  141. package/dist/esm/types/components/UI/organism/JobDetailsDrawer/JobDetailsDrawer.interface.d.ts +5 -0
  142. package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.component.d.ts +11 -0
  143. package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.interface.d.ts +90 -0
  144. package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/JobSuggestedHeader.component.d.ts +3 -0
  145. package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/index.d.ts +1 -0
  146. package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/JobSuggestedSimilarJobs.component.d.ts +3 -0
  147. package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/index.d.ts +1 -0
  148. package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/index.d.ts +4 -0
  149. package/dist/esm/types/components/UI/organism/MobileJobDetailsDrawer/MobileJobDetailsDrawer.interface.d.ts +7 -2
  150. package/dist/esm/types/components/UI/organism/ProcessesCard/ProcessesCard.component.d.ts +11 -0
  151. package/dist/esm/types/components/UI/organism/ProcessesCard/ProcessesCard.interface.d.ts +42 -0
  152. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardArrow/ProcessesCardArrow.component.d.ts +2 -0
  153. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardBrand/ProcessesCardBrand.component.d.ts +2 -0
  154. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardIconStatus/ProcessesCardIconStatus.component.d.ts +3 -0
  155. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardSection/ProcessesCardSection.component.d.ts +2 -0
  156. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardStatus/ProcessesCardStatus.component.d.ts +3 -0
  157. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardText/ProcessesCardText.component.d.ts +3 -0
  158. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardTitle/ProcessesCardTitle.component.d.ts +3 -0
  159. package/dist/esm/types/components/UI/organism/ProcessesCard/index.d.ts +1 -0
  160. package/dist/esm/types/components/UI/organism/index.d.ts +3 -0
  161. package/dist/esm/types/components/UI/template/MegaMenu/MegaMenuContext.interface.d.ts +1 -0
  162. package/dist/esm/types/constants/icons.constants.d.ts +7 -0
  163. package/dist/esm/types/constants/stories/alertJob.constants.d.ts +3 -0
  164. package/dist/esm/types/constants/stories/fraudCardJob.constant.d.ts +2 -0
  165. package/dist/esm/types/constants/stories/index.d.ts +3 -0
  166. package/dist/esm/types/constants/stories/jobSuggestedDrawer.constants.d.ts +3 -0
  167. package/dist/esm/types/constants/stories/similarCard.constants.d.ts +7 -0
  168. package/dist/esm/types/constants/stories/toggleButton.constants.d.ts +2 -0
  169. package/dist/esm/types/utils/text/textAdapter.util.d.ts +3 -0
  170. package/dist/index.d.ts +640 -27
  171. package/package.json +1 -1
  172. /package/dist/cjs/types/components/UI/{atoms → molecules}/MegaMenuDrawerItem/MegaMenuDrawerItem.component.d.ts +0 -0
  173. /package/dist/cjs/types/components/UI/{atoms → molecules}/MegaMenuDrawerItem/index.d.ts +0 -0
  174. /package/dist/esm/types/components/UI/{atoms → molecules}/MegaMenuDrawerItem/MegaMenuDrawerItem.component.d.ts +0 -0
  175. /package/dist/esm/types/components/UI/{atoms → molecules}/MegaMenuDrawerItem/index.d.ts +0 -0
package/dist/index.d.ts CHANGED
@@ -3,11 +3,12 @@ import React$1, { ChangeEvent, FC, ReactNode, Ref, SetStateAction } from 'react'
3
3
  import { IDateDropdown as IDateDropdown$1, IconProps as IconProps$1, ISearchItem as ISearchItem$1, IJobCompanyLogo as IJobCompanyLogo$1, IJobHeader as IJobHeader$1, IShareButton as IShareButton$1, IImage as IImage$1, IMainButton as IMainButton$1, ILinkProps as ILinkProps$1, ILogoComponent as ILogoComponent$1 } from '@components/UI/atoms';
4
4
  import { IconProps as IconProps$2 } from '@components/UI/atoms/Icon';
5
5
  import { ISaveButton as ISaveButton$1 } from '@components/UI/atoms/SaveButton';
6
- import { ICustomText } from '@components/UI/atoms/Text/Text.interface';
6
+ import { ICustomText as ICustomText$1 } from '@components/UI/atoms/Text/Text.interface';
7
7
  import { IFilterValue as IFilterValue$1, ISetIsApplied as ISetIsApplied$1, IFilter as IFilter$1, ISearchRenderTypeProps as ISearchRenderTypeProps$1 } from '@components/UI/template/SideFilter';
8
8
  import * as _components_UI_molecules from '@components/UI/molecules';
9
- import { IFiltersRef as IFiltersRef$1, IDatePicker as IDatePicker$1, IBreadcrumbs as IBreadcrumbs$1, IUserMenuWrapperAnalystProps as IUserMenuWrapperAnalystProps$1, IMegaMenuCard as IMegaMenuCard$1, IJobCompanyHeader as IJobCompanyHeader$2, IJobDetailCard as IJobDetailCard$1, IJobSkillsCard as IJobSkillsCard$1, IJobApplyCard as IJobApplyCard$1, IJobFooterCard as IJobFooterCard$1, ICityDetail as ICityDetail$1, TimelineEventStatus as TimelineEventStatus$1, IUserMenuAnalystProps as IUserMenuAnalystProps$1, IFrequentSearch as IFrequentSearch$1, IPaginationProps as IPaginationProps$1, IEmptyResults as IEmptyResults$2, IJobCard as IJobCard$2, ISearchbar as ISearchbar$1 } from '@components/UI/molecules';
9
+ import { IMegaMenuCard as IMegaMenuCard$1, IFiltersRef as IFiltersRef$1, IDatePicker as IDatePicker$1, IBreadcrumbs as IBreadcrumbs$1, IUserMenuWrapperAnalystProps as IUserMenuWrapperAnalystProps$1, IJobCompanyHeader as IJobCompanyHeader$2, IJobDetailCard as IJobDetailCard$1, IJobSkillsCard as IJobSkillsCard$1, IJobApplyCard as IJobApplyCard$1, IJobFooterCard as IJobFooterCard$1, ICityDetail as ICityDetail$1, TimelineEventStatus as TimelineEventStatus$1, IUserMenuAnalystProps as IUserMenuAnalystProps$1, IFrequentSearch as IFrequentSearch$1, IPaginationProps as IPaginationProps$1, IEmptyResults as IEmptyResults$2, IJobCard as IJobCard$2, ISearchbar as ISearchbar$1 } from '@components/UI/molecules';
10
10
  import { IMegaMenuLink as IMegaMenuLink$1 } from '@components/UI/template/MegaMenu/MegaMenuContext.interface';
11
+ import { IToggleButton as IToggleButton$1, IToggleButtonOnchangeValues as IToggleButtonOnchangeValues$1 } from '@components/UI/atoms/ToggleButton/ToggleButton.interface';
11
12
  import * as _components_UI_organism from '@components/UI/organism';
12
13
  import { IMobileDatePicker as IMobileDatePicker$1, IDatePickerComponent as IDatePickerComponent$1, IJobDetailsDrawer as IJobDetailsDrawer$1, IMobileJobDetailsDrawer as IMobileJobDetailsDrawer$1, IHeaderAnalystProps as IHeaderAnalystProps$1, IModalAnalyst as IModalAnalyst$1, INavMenuAnalystRegion as INavMenuAnalystRegion$1 } from '@components/UI/organism';
13
14
  import { IListMenuText as IListMenuText$1 } from '@components/UI/molecules/ListMenuText/ListMenuText.interface';
@@ -18,6 +19,8 @@ import { IJobVideo as IJobVideo$1 } from '@components/UI/molecules/JobVideo';
18
19
  import { IMobileDatePicker as IMobileDatePicker$2 } from '@components/UI/organism/MobileDatePicker/MobileDatePicker.interface';
19
20
  import { IActions as IActions$1 } from '@components/UI/molecules/Actions';
20
21
  import { INavMenuAnalystProps as INavMenuAnalystProps$1 } from '@components/UI/organism/NavMenuAnalyst';
22
+ import { ISimilarCardData as ISimilarCardData$1 } from '@components/UI/molecules/SimilarCard';
23
+ import * as _components_UI_molecules_AlertJobStatus from '@components/UI/molecules/AlertJobStatus';
21
24
  import { IJobCard as IJobCard$1 } from '@components/UI/molecules/JobCard/JobCard.interface';
22
25
  import { ISortBar as ISortBar$1 } from '@components/UI/template/SortBar/SortBar.interface';
23
26
  import { ISideFilter as ISideFilter$1 } from '@components/UI/template';
@@ -64,6 +67,19 @@ interface IAvatar {
64
67
  */
65
68
  declare const Avatar: React$1.FC<IAvatar>;
66
69
 
70
+ interface IBadge {
71
+ /**
72
+ * this property sets a custom number
73
+ */
74
+ number?: number;
75
+ /**
76
+ * this property sets custom classname
77
+ */
78
+ className?: string;
79
+ }
80
+
81
+ declare const Badge: React$1.FC<IBadge>;
82
+
67
83
  interface IBardLoader {
68
84
  /**
69
85
  * Class name of bar loader wrapper
@@ -268,6 +284,7 @@ declare const DateInput: React$1.FC<IDateInput>;
268
284
  declare type DIRECTIONS = 'HORIZONTAL' | 'VERTICAL';
269
285
  interface IDivider {
270
286
  direction?: DIRECTIONS;
287
+ spacing?: number;
271
288
  }
272
289
 
273
290
  /**
@@ -310,7 +327,14 @@ interface IHeaderTab {
310
327
  * Sets the active state of tab
311
328
  */
312
329
  isActive: boolean;
330
+ /**
331
+ * Sets custom className
332
+ */
313
333
  className?: string;
334
+ /**
335
+ * Sets badge count
336
+ */
337
+ count?: number;
314
338
  }
315
339
 
316
340
  /**
@@ -1014,6 +1038,10 @@ interface ITag {
1014
1038
 
1015
1039
  declare const Tags: React$1.FC<ITag>;
1016
1040
 
1041
+ interface IToggleButtonOnchangeValues {
1042
+ name?: string;
1043
+ id: string | number;
1044
+ }
1017
1045
  interface IToggleButton {
1018
1046
  /**
1019
1047
  * You can extend the style properties with class names
@@ -1042,10 +1070,11 @@ interface IToggleButton {
1042
1070
  /**
1043
1071
  * this function returns the name and id value of the button when clicked on
1044
1072
  */
1045
- onChange: ({ name, id }: {
1046
- name?: string;
1047
- id?: string | number;
1048
- }) => void;
1073
+ onChange?: (value: IToggleButtonOnchangeValues) => void;
1074
+ /**
1075
+ * this property sets custom Icon
1076
+ */
1077
+ customIcon?: string;
1049
1078
  }
1050
1079
 
1051
1080
  declare const ToggleButton: React$1.FC<IToggleButton>;
@@ -1211,11 +1240,11 @@ interface IAlert {
1211
1240
  /**
1212
1241
  * This is the main text in the alert
1213
1242
  * */
1214
- text?: string;
1243
+ text?: string | React.ReactNode;
1215
1244
  /**
1216
1245
  * This is the custom text in the alert
1217
1246
  * */
1218
- customText?: ICustomText[];
1247
+ customText?: ICustomText$1[];
1219
1248
  /**
1220
1249
  * This is the custom text in the alert
1221
1250
  * */
@@ -1568,6 +1597,29 @@ declare enum EExpandableInfoSize {
1568
1597
  */
1569
1598
  declare const ExpandableInfo: React$1.FC<IExpandableInfoProps>;
1570
1599
 
1600
+ interface IFilterActions {
1601
+ /**
1602
+ * Text that shows when all option is clicked
1603
+ */
1604
+ allAction: string;
1605
+ /**
1606
+ * Callback when select an option
1607
+ */
1608
+ onClickAction: (index: number, value: string) => void;
1609
+ /**
1610
+ * Optional reference for imperative behaviour
1611
+ */
1612
+ filtersRef?: Ref<IFiltersRef>;
1613
+ }
1614
+ interface IFiltersRef {
1615
+ /**
1616
+ * CallBack to restart filters
1617
+ */
1618
+ restartFilters: () => void;
1619
+ }
1620
+
1621
+ declare const FilterActions: FC<IFilterActions>;
1622
+
1571
1623
  interface IFilterContainerMenu {
1572
1624
  /**
1573
1625
  * you must add jsx elements
@@ -1643,6 +1695,27 @@ interface IFilterSearchItem {
1643
1695
 
1644
1696
  declare const FilterSearchItem: FC<IFilterSearchItem>;
1645
1697
 
1698
+ interface IFraudCardJob {
1699
+ /**
1700
+ * This is the text that display in the title of the card
1701
+ */
1702
+ title: string;
1703
+ /**
1704
+ *This is the text that display in the body of the card
1705
+ */
1706
+ content: string;
1707
+ /**
1708
+ * This is the text that display in the report button of the card
1709
+ */
1710
+ linkText: string;
1711
+ /**
1712
+ * This is the link to redirect to the fraud form
1713
+ */
1714
+ link: string;
1715
+ }
1716
+
1717
+ declare const FraudCardJob: React$1.FC<IFraudCardJob>;
1718
+
1646
1719
  interface IFrequentSearch {
1647
1720
  /**
1648
1721
  * The heading or title for the frequent search section.
@@ -2423,7 +2496,7 @@ interface IMegaMenuCard {
2423
2496
  /**
2424
2497
  * Onclick callback
2425
2498
  * */
2426
- onClick: () => void;
2499
+ onClick?: () => void;
2427
2500
  /**
2428
2501
  * Show arrow icon
2429
2502
  * */
@@ -2436,6 +2509,16 @@ declare const MegaMenuJobsTabs: React$1.FC;
2436
2509
 
2437
2510
  declare const MegaMenuPopover: React$1.FC;
2438
2511
 
2512
+ interface IMegaMenuSideCards {
2513
+ jobs: IMegaMenuCard$1[];
2514
+ onSelectCard?: (index: number) => void;
2515
+ action?: IMegaMenuLink$1;
2516
+ maxCards?: number;
2517
+ initValue?: number;
2518
+ }
2519
+
2520
+ declare const MegaMenuSideCards: React$1.FC<IMegaMenuSideCards>;
2521
+
2439
2522
  interface IMenuCollapseChildren extends IListMenuText {
2440
2523
  isOpen: boolean;
2441
2524
  onClick: () => void;
@@ -2610,6 +2693,31 @@ declare const _default$1: React$1.FC<IModal> & {
2610
2693
  Description: React$1.FC<IModalDescription>;
2611
2694
  };
2612
2695
 
2696
+ interface IModalResponsive {
2697
+ /**
2698
+ * this property open the container
2699
+ */
2700
+ open: boolean;
2701
+ /**
2702
+ * this property close the container
2703
+ */
2704
+ onClose: () => void;
2705
+ /**
2706
+ * this property sets the children elements
2707
+ */
2708
+ children: JSX.Element | JSX.Element[];
2709
+ /**
2710
+ * this property sets customs styles for the modal
2711
+ */
2712
+ modalClassName?: string;
2713
+ /**
2714
+ * this property sets customs styles for the mobile drawer
2715
+ */
2716
+ mobileDrawerClassName?: string;
2717
+ }
2718
+
2719
+ declare const ModalResponsive: React$1.FC<IModalResponsive>;
2720
+
2613
2721
  interface ICreatePaginationProps {
2614
2722
  /**
2615
2723
  * This is the total of vacancies
@@ -2944,6 +3052,31 @@ declare type TimelineEventStatus = 'checked' | 'current' | 'blocked';
2944
3052
 
2945
3053
  declare const TimelineEvent: React$1.FC<TimelineEventProps>;
2946
3054
 
3055
+ declare type TToggleButtonList = {
3056
+ /**
3057
+ * this property sets the list of toggle buttons
3058
+ */
3059
+ list: Partial<Pick<IToggleButton$1, 'id' | 'name' | 'customIcon'>>[];
3060
+ /**
3061
+ * this property sets the props of toggle buttons
3062
+ */
3063
+ toggleButtonProps?: IToggleButton$1;
3064
+ /**
3065
+ * this property returns the values of the toggle button selected
3066
+ */
3067
+ onChange?: (value: IToggleButtonOnchangeValues$1 | null | number) => void;
3068
+ /**
3069
+ * this property sets customs className for toggle buttons
3070
+ */
3071
+ className?: string;
3072
+ /**
3073
+ * this property sets the default value or current value of the toggle button
3074
+ */
3075
+ currentSelect?: Pick<IToggleButton$1, 'id' | 'name'>;
3076
+ };
3077
+
3078
+ declare const ToggleButtonList: React$1.FC<TToggleButtonList>;
3079
+
2947
3080
  declare type TPosition = 'top' | 'bottom' | 'left' | 'right';
2948
3081
  interface ITooltipProps {
2949
3082
  /**
@@ -2958,7 +3091,14 @@ interface ITooltipProps {
2958
3091
  * the tooltip component must wrap a component
2959
3092
  */
2960
3093
  children: React.ReactNode;
3094
+ /**
3095
+ * this property set the tooltip width
3096
+ */
2961
3097
  width?: string;
3098
+ /**
3099
+ * this property set the tooltip visibility
3100
+ */
3101
+ visible?: boolean;
2962
3102
  }
2963
3103
 
2964
3104
  declare const Tooltip: React$1.FC<ITooltipProps>;
@@ -2973,6 +3113,93 @@ interface IAlphabetFilter {
2973
3113
 
2974
3114
  declare const AlphabetFilter: React$1.FC<IAlphabetFilter>;
2975
3115
 
3116
+ interface IApplicationSummary {
3117
+ /**
3118
+ * this property sets any component
3119
+ */
3120
+ children: JSX.Element | JSX.Element[];
3121
+ /**
3122
+ * this property opens the ui
3123
+ */
3124
+ open: boolean;
3125
+ /**
3126
+ * this property closes the ui
3127
+ */
3128
+ onClose: () => void;
3129
+ }
3130
+ declare namespace IApplicationSummary {
3131
+ interface Section {
3132
+ /**
3133
+ * this property sets custom styles
3134
+ */
3135
+ className?: string;
3136
+ /**
3137
+ * this property sets any component
3138
+ */
3139
+ children: JSX.Element | JSX.Element[];
3140
+ /**
3141
+ * this property update to position align the components
3142
+ */
3143
+ aligned?: 'start' | 'center' | 'end';
3144
+ }
3145
+ interface Title {
3146
+ /**
3147
+ * this property sets custom styles
3148
+ */
3149
+ className?: string;
3150
+ /**
3151
+ * this property sets children elements
3152
+ */
3153
+ children?: React.ReactNode;
3154
+ }
3155
+ interface SubTitle {
3156
+ /**
3157
+ * this property sets custom styles
3158
+ */
3159
+ className?: string;
3160
+ /**
3161
+ * this property sets children elements
3162
+ */
3163
+ children?: React.ReactNode;
3164
+ }
3165
+ interface Text {
3166
+ /**
3167
+ * this property sets custom styles
3168
+ */
3169
+ className?: string;
3170
+ /**
3171
+ * this property sets children elements
3172
+ */
3173
+ children?: React.ReactNode;
3174
+ }
3175
+ interface Button extends React.ButtonHTMLAttributes<HTMLButtonElement> {
3176
+ /**
3177
+ * this property sets custom styles
3178
+ */
3179
+ className?: string;
3180
+ /**
3181
+ * this property sets custom style button
3182
+ */
3183
+ variant?: 'primary' | 'secondary';
3184
+ }
3185
+ }
3186
+
3187
+ declare const ApplicationSummary: React$1.FC<IApplicationSummary> & {
3188
+ Section: React$1.FC<IApplicationSummary.Section>;
3189
+ Title: React$1.FC<IApplicationSummary.Title>;
3190
+ SubTitle: React$1.FC<IApplicationSummary.SubTitle>;
3191
+ Button: React$1.FC<IApplicationSummary.Button>;
3192
+ Text: React$1.FC<IApplicationSummary.Text>;
3193
+ };
3194
+
3195
+ declare const ApplicationButton: React$1.FC<IApplicationSummary.Button>;
3196
+
3197
+ declare const ApplicationSubtitle: React$1.FC<IApplicationSummary.SubTitle>;
3198
+
3199
+ declare const ApplicationText: React$1.FC<IApplicationSummary.Text>;
3200
+
3201
+ declare const ApplicationTitle: React$1.FC<IApplicationSummary.Title>;
3202
+
2976
3203
  declare const BrandMenu: React$1.FC<IBrandMenu>;
2977
3204
 
2978
3205
  interface IDatePickerComponent {
@@ -3218,6 +3445,10 @@ interface IJobDetailsDrawer {
3218
3445
  cities: ICityDetail[];
3219
3446
  isRemote: boolean;
3220
3447
  textRemote: string;
3448
+ /**
3449
+ * Props for the fraud card job.
3450
+ */
3451
+ fraudCardJobProps: IFraudCardJob;
3221
3452
  }
3222
3453
 
3223
3454
  /**
@@ -3471,6 +3702,10 @@ interface IMobileJobDetailsDrawer {
3471
3702
  cities: ICityDetail$1[];
3472
3703
  isRemote: boolean;
3473
3704
  textRemote: string;
3705
+ /**
3706
+ * Props for the fraud card job.
3707
+ */
3708
+ fraudCardJobProps: IFraudCardJob;
3474
3709
  }
3475
3710
 
3476
3711
  /**
@@ -3796,6 +4031,58 @@ interface IListOption {
3796
4031
 
3797
4032
  declare const OneSelectionEntry: React$1.FC<IOneSelectionentry>;
3798
4033
 
4034
+ declare type IStatusJob = 'Sent' | 'Pending' | 'Validation' | 'Finalists' | 'Hired' | 'Discarded';
4035
+ interface ICommonProcessesCardPros {
4036
+ /**
4037
+ * this property sets custom className
4038
+ */
4039
+ className?: string;
4040
+ /**
4041
+ * this property sets any children
4042
+ */
4043
+ children: React.ReactNode;
4044
+ }
4045
+ declare type ICommonProcessesCardImg = React.ImgHTMLAttributes<HTMLImageElement>;
4046
+ interface IProcessesCard extends React.ButtonHTMLAttributes<HTMLButtonElement>, ICommonProcessesCardPros {
4047
+ /**
4048
+ * this property sets custom className
4049
+ */
4050
+ children: React.ReactNode;
4051
+ /**
4052
+ * this property on true changes the background color
4053
+ */
4054
+ isSelected?: boolean;
4055
+ }
4056
+ declare namespace IProcessesCard {
4057
+ type ISection = ICommonProcessesCardPros;
4058
+ type ITitle = ICommonProcessesCardPros & {
4059
+ status?: IStatusJob;
4060
+ };
4061
+ type ICardStatus = ICommonProcessesCardPros & {
4062
+ status: IStatusJob;
4063
+ isSelected?: boolean;
4064
+ };
4065
+ type IText = ICommonProcessesCardPros & {
4066
+ status?: IStatusJob;
4067
+ strong?: boolean;
4068
+ };
4069
+ type IBrand = ICommonProcessesCardImg;
4070
+ type IArrow = ICommonProcessesCardImg;
4071
+ type IStatusIcon = ICommonProcessesCardImg & {
4072
+ status: IStatusJob;
4073
+ };
4074
+ }
4075
+
4076
+ declare const ProcessesCard: React$1.FC<IProcessesCard> & {
4077
+ IconStatus: React$1.FC<IProcessesCard.IStatusIcon>;
4078
+ Section: React$1.FC<ICommonProcessesCardPros>;
4079
+ Status: React$1.FC<IProcessesCard.ICardStatus>;
4080
+ Brand: React$1.FC<ICommonProcessesCardImg>;
4081
+ Arrow: React$1.FC<ICommonProcessesCardImg>;
4082
+ Title: React$1.FC<IProcessesCard.ITitle>;
4083
+ Text: React$1.FC<IProcessesCard.IText>;
4084
+ };
4085
+
3799
4086
  interface ISelectInput<T> extends Omit<IInput, 'onChange' | 'value' | 'placeholder' | 'type'> {
3800
4087
  /**
3801
4088
  * input value.
@@ -4156,6 +4443,137 @@ interface IMegaMenuDrawer {
4156
4443
 
4157
4444
  declare const MegaMenuDrawer: React$1.FC<IMegaMenuDrawer>;
4158
4445
 
4446
+ interface IJobSuggestedDrawer {
4447
+ /**
4448
+ * Management the loading status jobs ui
4449
+ */
4450
+ isLoading?: boolean;
4451
+ /**
4452
+ * React children to be rendered inside the component.
4453
+ */
4454
+ children?: React.ReactNode;
4455
+ /**
4456
+ * Additional class names for custom styling.
4457
+ */
4458
+ className?: string;
4459
+ }
4460
+ declare namespace IJobSuggestedDrawer {
4461
+ interface SimilarJobCards {
4462
+ /**
4463
+ * This is the title in the top
4464
+ */
4465
+ sectionTitle: string;
4466
+ /**
4467
+ * This property hide the image
4468
+ */
4469
+ hideLogo?: boolean;
4470
+ /**
4471
+ * These are similar jobs cards values
4472
+ */
4473
+ similarJobsCard: ISimilarCardData$1[];
4474
+ /**
4475
+ * Additional class names for custom styling.
4476
+ */
4477
+ className?: string;
4478
+ /**
4479
+ * The tag or keyword associated with the search item.
4480
+ */
4481
+ tag: string;
4482
+ /**
4483
+ * The custom href to the anchor tag
4484
+ */
4485
+ url: string;
4486
+ /**
4487
+ * This property sets the max cards to show
4488
+ */
4489
+ maxItemsToShow?: number;
4490
+ /**
4491
+ * This property shows the default anchor text when the cards are empty
4492
+ */
4493
+ notItemsDefaultAnchor?: boolean;
4494
+ /**
4495
+ * This property shows the default anchor text when the cards are empty
4496
+ */
4497
+ tagDefaultAnchor?: string;
4498
+ /**
4499
+ * This property shows the default anchor text when the cards are empty
4500
+ */
4501
+ urlDefaultAnchor?: string;
4502
+ }
4503
+ interface AlertJob {
4504
+ /**
4505
+ * React children to be rendered inside the component.
4506
+ */
4507
+ children?: React.ReactNode;
4508
+ /**
4509
+ * Additional class names for custom styling.
4510
+ */
4511
+ className?: string;
4512
+ /**
4513
+ * This is the custom text
4514
+ */
4515
+ customText?: ICustomText$1[];
4516
+ }
4517
+ interface Header {
4518
+ /**
4519
+ * Props for the company logo in the job company header.
4520
+ */
4521
+ jobCompanyLogoProps: IJobCompanyLogo$1;
4522
+ /**
4523
+ * Props for the header of the job listing in the job company header.
4524
+ */
4525
+ jobHeaderProps: IJobHeader$1;
4526
+ /**
4527
+ * Additional class names for custom styling.
4528
+ */
4529
+ className?: string;
4530
+ }
4531
+ }
4532
+
4533
+ interface IText {
4534
+ /**
4535
+ * This is the main text
4536
+ * */
4537
+ text?: string;
4538
+ /**
4539
+ * This is the custom text
4540
+ * */
4541
+ customText?: ICustomText[];
4542
+ /**
4543
+ * You can add you custom className here
4544
+ */
4545
+ className?: string;
4546
+ }
4547
+ interface ICustomText {
4548
+ /**
4549
+ * This is the value to the custom text
4550
+ * */
4551
+ value: string;
4552
+ /**
4553
+ * This is the custom font weight to text
4554
+ * */
4555
+ fontWeight: EFontWeightType;
4556
+ /**
4557
+ * This is the custom line break to text
4558
+ * */
4559
+ lineBreak?: boolean;
4560
+ }
4561
+ declare type EFontWeightType = 'normal' | 'bold' | 'lighter';
4562
+
4563
+ declare const JobSuggestedDrawer: React$1.FC<IJobSuggestedDrawer> & {
4564
+ Header: React$1.FC<IJobSuggestedDrawer.Header>;
4565
+ Alert: React$1.FC<_components_UI_molecules_AlertJobStatus.IAlertJobStatus> & {
4566
+ Container: React$1.FC<_components_UI_molecules_AlertJobStatus.IAlertJobStatus.Container>;
4567
+ Icon: React$1.FC<_components_UI_molecules_AlertJobStatus.IAlertJobStatus.Icon>;
4568
+ Text: React$1.FC<IText>;
4569
+ };
4570
+ SimilarJobs: React$1.FC<IJobSuggestedDrawer.SimilarJobCards>;
4571
+ };
4572
+
4573
+ declare const JobSuggestedHeader: React$1.FC<IJobSuggestedDrawer.Header>;
4574
+
4575
+ declare const JobSuggestedSimilarJobs: React$1.FC<IJobSuggestedDrawer.SimilarJobCards>;
4576
+
4159
4577
  interface IMenuUser {
4160
4578
  /**
4161
4579
  * menu items props
@@ -4367,37 +4785,231 @@ interface IUserMenuWrapperAnalystProps extends IUserMenuAnalystProps$1 {
4367
4785
  */
4368
4786
  declare const UserMenuWrapperAnalyst: React$1.FC<IUserMenuWrapperAnalystProps>;
4369
4787
 
4370
- interface IFilterActions {
4788
+ interface IAlertJobStatus {
4371
4789
  /**
4372
- * Text that shows when all option is clicked
4790
+ * React children to be rendered inside the component.
4373
4791
  */
4374
- allAction: string;
4792
+ children?: React.ReactNode;
4375
4793
  /**
4376
- * Callback when select an option
4794
+ * Additional class names for custom styling.
4377
4795
  */
4378
- onClickAction: (index: number, value: string) => void;
4796
+ className?: string;
4797
+ }
4798
+ declare namespace IAlertJobStatus {
4799
+ interface Container {
4800
+ /**
4801
+ * React children to be rendered inside the container.
4802
+ */
4803
+ children?: React.ReactNode;
4804
+ /**
4805
+ * Additional class names for custom styling.
4806
+ */
4807
+ className?: string;
4808
+ }
4809
+ interface Icon {
4810
+ /**
4811
+ * Additional class names for custom styling.
4812
+ */
4813
+ className?: string;
4814
+ /**
4815
+ * Here is the icon component
4816
+ */
4817
+ src?: string | null;
4818
+ /**
4819
+ * You can change the size of the icon by adding a numeric value here
4820
+ */
4821
+ size?: number;
4822
+ /**
4823
+ * Text alt in the img element
4824
+ */
4825
+ alt?: string | null;
4826
+ }
4827
+ }
4828
+
4829
+ declare const AlertJobStatus: React$1.FC<IAlertJobStatus> & {
4830
+ Container: React$1.FC<IAlertJobStatus.Container>;
4831
+ Icon: React$1.FC<IAlertJobStatus.Icon>;
4832
+ Text: React$1.FC<IText>;
4833
+ };
4834
+
4835
+ declare const AlertJobStatusContainer: React$1.FC<IAlertJobStatus.Container>;
4836
+
4837
+ declare const AlertJobStatusIcon: React$1.FC<IAlertJobStatus.Icon>;
4838
+
4839
+ interface ISimilarCardData {
4379
4840
  /**
4380
- * Optional reference for imperative behaviour
4841
+ * unique identifier for the job or card.
4381
4842
  */
4382
- filtersRef?: Ref<IFiltersRef>;
4843
+ id?: number | null;
4844
+ /**
4845
+ * title of the job or offer. Required.
4846
+ */
4847
+ title: string;
4848
+ /**
4849
+ * salary for the job. Can be a string or null.
4850
+ */
4851
+ salary: string | null;
4852
+ /**
4853
+ * indicates if agreement is required for the job. Optional, can be boolean or null.
4854
+ */
4855
+ toAgree: boolean | null;
4856
+ /**
4857
+ * list of cities where the job is available. Required.
4858
+ */
4859
+ cities: string[];
4860
+ /**
4861
+ * URL slug for the job.
4862
+ */
4863
+ jobUrlSlug: string;
4864
+ /**
4865
+ * required experience for the job.
4866
+ */
4867
+ experience: string | null;
4868
+ /**
4869
+ * URL for the company logo.
4870
+ */
4871
+ companyLogo: string | null;
4872
+ /**
4873
+ * company name.
4874
+ */
4875
+ companyName?: string | null;
4876
+ /**
4877
+ * type of contract for the job.
4878
+ */
4879
+ contractType?: string | null;
4880
+ /**
4881
+ * determines if the company logo should be hidden.
4882
+ */
4883
+ hideLogo?: boolean;
4383
4884
  }
4384
- interface IFiltersRef {
4885
+ interface ISimilarCard {
4385
4886
  /**
4386
- * CallBack to restart filters
4887
+ * this property sets the url title
4387
4888
  */
4388
- restartFilters: () => void;
4889
+ title?: string;
4890
+ /**
4891
+ * this property sets custom styles
4892
+ */
4893
+ className?: string;
4894
+ /**
4895
+ * this property sets the url link
4896
+ */
4897
+ jobUrlSlug?: string;
4898
+ }
4899
+ declare namespace ISimilarCard {
4900
+ interface Container {
4901
+ /**
4902
+ * this property sets the alt text when source cant be loaded
4903
+ */
4904
+ title: string;
4905
+ /**
4906
+ * this property sets the url link
4907
+ */
4908
+ jobUrlSlug: string;
4909
+ /**
4910
+ * this property sets custom styles
4911
+ */
4912
+ className?: string;
4913
+ /**
4914
+ * this property sets children elements
4915
+ */
4916
+ children?: React.ReactNode;
4917
+ }
4918
+ interface Logo {
4919
+ /**
4920
+ * this property sets the logo source file
4921
+ */
4922
+ src?: string;
4923
+ /**
4924
+ * this property sets custom styles
4925
+ */
4926
+ className?: string;
4927
+ /**
4928
+ * this property sets the alt text when source cant be loaded
4929
+ */
4930
+ alt?: string;
4931
+ /**
4932
+ * this property sets if should hide logo
4933
+ */
4934
+ hideLogo?: boolean;
4935
+ }
4936
+ interface Text {
4937
+ /**
4938
+ * If the text must show more than one line, use customText instead text
4939
+ * */
4940
+ customText?: ICustomText$1[];
4941
+ /**
4942
+ * this property sets custom styles
4943
+ */
4944
+ className?: string;
4945
+ }
4946
+ interface Icon {
4947
+ /**
4948
+ * this property sets the icon source file
4949
+ */
4950
+ src?: string;
4951
+ /**
4952
+ * this property sets custom styles
4953
+ */
4954
+ className?: string;
4955
+ /**
4956
+ * this property sets the alt text when source cant be loaded
4957
+ */
4958
+ alt?: string;
4959
+ /**
4960
+ * this property set the icon show the source when there is a mobile resolution
4961
+ */
4962
+ showIconMobile?: boolean;
4963
+ }
4389
4964
  }
4390
4965
 
4391
- declare const FilterActions: FC<IFilterActions>;
4966
+ declare const SimilarCard: React$1.FC<ISimilarCard> & {
4967
+ Text: React$1.FC<IText>;
4968
+ Logo: React$1.FC<ISimilarCard.Logo>;
4969
+ Icon: React$1.FC<ISimilarCard.Icon>;
4970
+ };
4392
4971
 
4393
- interface IMegaMenuSideCards {
4394
- jobs: IMegaMenuCard$1[];
4395
- onSelectCard?: (index: number) => void;
4396
- action?: IMegaMenuLink$1;
4397
- maxCards?: number;
4972
+ declare const SimilarCardLogo: React$1.FC<ISimilarCard.Logo>;
4973
+
4974
+ declare const SimilarCardIcon: React$1.FC<ISimilarCard.Icon>;
4975
+
4976
+ interface IMegaMenuDrawerItem {
4977
+ className?: string;
4978
+ /**
4979
+ * Put a url direction
4980
+ */
4981
+ url: string;
4982
+ /**
4983
+ * This property set to true can change styles
4984
+ */
4985
+ isActive: boolean;
4986
+ /**
4987
+ * This is the menu text
4988
+ */
4989
+ text: string;
4990
+ /**
4991
+ * Icon for each option
4992
+ */
4993
+ icon?: string;
4994
+ /**
4995
+ * Icon for each option
4996
+ */
4997
+ content?: IMegaMenuDrawerItemContent;
4998
+ onClickOption?: () => void;
4999
+ }
5000
+ interface IMegaMenuDrawerItemContent {
5001
+ child: ReactNode;
5002
+ title: string;
4398
5003
  }
4399
5004
 
4400
- declare const MegaMenuSideCards: React$1.FC<IMegaMenuSideCards>;
5005
+ declare const MegaMenuDrawerItem: React$1.FC<IMegaMenuDrawerItem> & {
5006
+ Drawer: React$1.FC<{
5007
+ title: string;
5008
+ content: ReactNode;
5009
+ isOpen: boolean;
5010
+ toggleDrawer: () => void;
5011
+ }>;
5012
+ };
4401
5013
 
4402
5014
  interface IJobsPage {
4403
5015
  /**
@@ -4898,6 +5510,7 @@ interface IMegaMenuMainHeader {
4898
5510
  };
4899
5511
  searchBarProps?: ISearchbar$1;
4900
5512
  homeUrl?: string;
5513
+ homeText?: string;
4901
5514
  }
4902
5515
  interface IMegaMenuJobsTabs {
4903
5516
  label: string;
@@ -4932,4 +5545,4 @@ declare const withMegaMenuContainer: <T>(WrappedComponent: React$1.FC<T>) => Rea
4932
5545
  wrapperProps: T;
4933
5546
  }>;
4934
5547
 
4935
- export { Actions, Alert, AlphabetFilter, AnalystTemplate, Avatar, BarLoader, BrandMenu, BrandsContainer, BrandsMenuMobile, _default$2 as BrandsMenuPopover, Breadcrumb, Breadcrumbs, Button, ButtonElement, Checkbox, CitiesDetailDrawer, ComparativeCounter, ComponentProps, DateDropdown, DateInput, DatePicker, DatePickerResponsiveComponent, Divider, Drawer, DrawerMenu, EAlertType, EExpandableInfoSize, EExpandableInfoVariant, ERadioType, EmptyResult as EmptyResults, ExpandableInfo, FilterActions, FilterCard, FilterContainerMenu, FilterHeader, FilterMenuItem, FilterSearchItem, FlatLoader, Footer, FooterMenuLinks, FrequentSearch, HeaderAnalyst, HeaderDrawerCompany, HeaderDrawerTabs, HeaderTab, HeaderTabItem, HeaderTabs, IActions, IAlert, IAnalystProviderProps, IAnalystTemplateProps, IAvatar, IBreadcrumb, IBreadcrumbs, IBtnPaginationProps, IButton, ICheckbox, ICitiesDetailDrawer, ICityDetail, ICompanyAnalyst, ICreatePaginationProps, ICreatePaginationResult, IDateDropdown, IDateInput, IDateList, IDatePicker, IDatePickerComponent, IDefaultFilter, IDefaultOrder, IDetailList, IDrawer, IDrawerOrganism, IDrawerPortal, IDynamicUrl, IEmptyResults, IExpandableInfoProps, IFieldsAlias, IFilter, IFilterActions, IFilterCard, IFilterHeader, IFilterMenuItem, IFilterRepository, IFilterSearchItem, IFilterValue, IFiltersRef, IFooterList, IFrequentSearch, IGetOptionsOnSearchProps, IHeaderAnalystProps, IHeaderDrawerCompany, IHeaderDrawerTabs, IHeaderTab, IHeaderTabs, IImage, IJobApplyCard, IJobCard, IJobCompanyHeader, IJobCompanyLogo, IJobDetailCard, IJobDetails, IJobDetailsDrawer, IJobFooterCard, IJobHeader, IJobSkillsCard, IJobVideo, IJobsActions, IJobsPage, ILinkProps, IListIcon, IListIconLink, IListMenuIcons, IListMenuItems, ILoading, ILoginHeader, ILoginJobsHeader, ILoginJobsTemplate, ILogoAnalystProps, ILogoComponent, ILogout, ILogoutHeader, ILogoutJobsHeader, ILogoutJobsTemplate, ILogoutTemplate, IMainButton, IMegaMenu, IMegaMenuCard, IMegaMenuCards, IMegaMenuDrawer, IMegaMenuTab, IMenuCollapseChildren, IMenuDropdownProps, IMenuIcon, IMenuItem, IMenuItems, IMenuSearch, IMenuUser, IMessageProps, IMobileDatePicker, IMobileDrawer, IMobileDrawerMenu, IMobileJobDetailsDrawer, IMobileJobDetailsHeader, IMobileSearchbar, IMobileSortMenu, IModalAnalyst, IModalAnalystProps, IModalAnalystScreen, IModalProps, IMultiRangeSlider, INavMMenuAnalystRegionModal, INavMenuAnalystIcons, INavMenuAnalystOption, INavMenuAnalystProps, INavMenuAnalystQueryString, INavMenuAnalystRegion, INavMenuAnalystRegionModalProps, INavMenuAnalystSection, INavMenuDrawerAnalystProps, IOption, IOptionValues, IPaginationProps, IParagraph, IPopover, IRadioCommonProps, IRadioProps, ISaveButton, ISearchItem, ISearchRenderTypeOption, ISearchRenderTypeProps, ISearchbar, ISelect, ISetIsApplied, ISettings, IShareButton, IShareLink, IShareLinksActions, ISharePopover, ISideFilter, ISimilarJobsCard, ISkill, ISortBar, ISortMenu, ISortMenuItem, ISubCompanyAnalyst, ISuggestedJobsPage, ISwitch, ITab, ITabButton, IUnApplyWithChild, IUserAnalyst, IUserMenuAnalystAction, IUserMenuAnalystProps, IUserMenuAnalystQueryString, IUserMenuAnalystSection, IUserMenuButtonAnalystProps, IUserMenuWrapperAnalystProps, IUserTerm, IVacancies$1 as IVacancies, IValueSelect, IconItem, IconProps, IlistMenuUserProps, Image, Input, InputPlus, InputSearch, JobActions, JobApplyCard, JobCard, JobCardDesktop, JobCardMobile, JobCompanyHeader, JobCompanyLogo, JobDetailCard, JobDetailContainer, JobDetails, JobDetailsDrawer, JobFooterCard, JobHeader, JobRequirementsElement, JobSkillsCard, JobVideo, JobsPage, Link, LinkElement, LinkType, ListIconLink, ListMenuIcons, ListMenuItems, ListMenuText, ListSortMenu, Loading, LoginHeader, LoginJobsHeader, LoginJobsTemplate, LoginTemplate, LogoComponent, LogoutHeader, LogoutJobsHeader, LogoutJobsTemplate, LogoutTemplate, MagnetoResolution, MagnetoSocialMedia, ContextAppProvider as MagnetoUIProvider, MainButton, MegaMenu, MegaMenuCard, MegaMenuCards, MegaMenuDrawer, MegaMenuJobsTabs, MegaMenuPopover, MegaMenuSideCards, MegaMenuTab, MenuDropdown, MenuIcon, MenuItem, MenuItemInfo, MenuSearch, Message, MobileDatePicker, MobileDrawer, MobileDrawerMenu, MobileJobDetailsDrawer, MobileJobDetailsHeader, MobileSearchbar, MobileSortMenu, _default$1 as Modal, ModalAnalyst, MultiRangeSlider, MultipleSelectionEntry, NavMenuAnalyst, NavMenuAnalystRegionModal, NavMenuDrawerAnalyst, OneSelectionEntry, Pagination, Paragraph, Popover, Radio, RightsReservedText, SaveButton, ScoreLevel, ScoreLevelStatic, SearchButton, SearchItem, Searchbar, Select, Select2, ShareButton, SharePopover, SideFilter, SimilarJobs, SimilarJobsCard, Skill, SortBar, _default as SortMenu, SuggestedJobsPage, Switch, TExpandableInfoSize, TExpandableInfoVariant, TMessageType, Tab, TabButton, TabButtonElement, Tags as Tag, TextArea, Timeline, TimelineEvent, TimelineEventProps, TimelineEventStatus, ToggleButton, Tooltip, UserMenu, UserMenuAnalyst, UserMenuButtonAnalyst, UserMenuWrapperAnalyst, UserTermCheck, UserTermContent, UserTermHighlight, UserTermSubTitle, UserTermSubmit, UserTermText, UserTermTitle, UserTermUList, UserTerms, useMediaQuery, withClickOut, withMegaMenuContainer };
5548
+ export { Actions, Alert, AlertJobStatus, AlertJobStatusContainer, AlertJobStatusIcon, AlphabetFilter, AnalystTemplate, ApplicationButton, ApplicationSubtitle, ApplicationSummary, ApplicationText, ApplicationTitle, Avatar, Badge, BarLoader, BrandMenu, BrandsContainer, BrandsMenuMobile, _default$2 as BrandsMenuPopover, Breadcrumb, Breadcrumbs, Button, ButtonElement, Checkbox, CitiesDetailDrawer, ComparativeCounter, ComponentProps, DateDropdown, DateInput, DatePicker, DatePickerResponsiveComponent, Divider, Drawer, DrawerMenu, EAlertType, EExpandableInfoSize, EExpandableInfoVariant, ERadioType, EmptyResult as EmptyResults, ExpandableInfo, FilterActions, FilterCard, FilterContainerMenu, FilterHeader, FilterMenuItem, FilterSearchItem, FlatLoader, Footer, FooterMenuLinks, FraudCardJob, FrequentSearch, HeaderAnalyst, HeaderDrawerCompany, HeaderDrawerTabs, HeaderTab, HeaderTabItem, HeaderTabs, IActions, IAlert, IAlertJobStatus, IAnalystProviderProps, IAnalystTemplateProps, IAvatar, IBreadcrumb, IBreadcrumbs, IBtnPaginationProps, IButton, ICheckbox, ICitiesDetailDrawer, ICityDetail, ICompanyAnalyst, ICreatePaginationProps, ICreatePaginationResult, IDateDropdown, IDateInput, IDateList, IDatePicker, IDatePickerComponent, IDefaultFilter, IDefaultOrder, IDetailList, IDrawer, IDrawerOrganism, IDrawerPortal, IDynamicUrl, IEmptyResults, IExpandableInfoProps, IFieldsAlias, IFilter, IFilterActions, IFilterCard, IFilterHeader, IFilterMenuItem, IFilterRepository, IFilterSearchItem, IFilterValue, IFiltersRef, IFooterList, IFrequentSearch, IGetOptionsOnSearchProps, IHeaderAnalystProps, IHeaderDrawerCompany, IHeaderDrawerTabs, IHeaderTab, IHeaderTabs, IImage, IJobApplyCard, IJobCard, IJobCompanyHeader, IJobCompanyLogo, IJobDetailCard, IJobDetails, IJobDetailsDrawer, IJobFooterCard, IJobHeader, IJobSkillsCard, IJobSuggestedDrawer, IJobVideo, IJobsActions, IJobsPage, ILinkProps, IListIcon, IListIconLink, IListMenuIcons, IListMenuItems, ILoading, ILoginHeader, ILoginJobsHeader, ILoginJobsTemplate, ILogoAnalystProps, ILogoComponent, ILogout, ILogoutHeader, ILogoutJobsHeader, ILogoutJobsTemplate, ILogoutTemplate, IMainButton, IMegaMenu, IMegaMenuCard, IMegaMenuCards, IMegaMenuDrawer, IMegaMenuDrawerItem, IMegaMenuDrawerItemContent, IMegaMenuTab, IMenuCollapseChildren, IMenuDropdownProps, IMenuIcon, IMenuItem, IMenuItems, IMenuSearch, IMenuUser, IMessageProps, IMobileDatePicker, IMobileDrawer, IMobileDrawerMenu, IMobileJobDetailsDrawer, IMobileJobDetailsHeader, IMobileSearchbar, IMobileSortMenu, IModalAnalyst, IModalAnalystProps, IModalAnalystScreen, IModalProps, IMultiRangeSlider, INavMMenuAnalystRegionModal, INavMenuAnalystIcons, INavMenuAnalystOption, INavMenuAnalystProps, INavMenuAnalystQueryString, INavMenuAnalystRegion, INavMenuAnalystRegionModalProps, INavMenuAnalystSection, INavMenuDrawerAnalystProps, IOption, IOptionValues, IPaginationProps, IParagraph, IPopover, IRadioCommonProps, IRadioProps, ISaveButton, ISearchItem, ISearchRenderTypeOption, ISearchRenderTypeProps, ISearchbar, ISelect, ISetIsApplied, ISettings, IShareButton, IShareLink, IShareLinksActions, ISharePopover, ISideFilter, ISimilarCard, ISimilarCardData, ISimilarJobsCard, ISkill, ISortBar, ISortMenu, ISortMenuItem, ISubCompanyAnalyst, ISuggestedJobsPage, ISwitch, ITab, ITabButton, IUnApplyWithChild, IUserAnalyst, IUserMenuAnalystAction, IUserMenuAnalystProps, IUserMenuAnalystQueryString, IUserMenuAnalystSection, IUserMenuButtonAnalystProps, IUserMenuWrapperAnalystProps, IUserTerm, IVacancies$1 as IVacancies, IValueSelect, IconItem, IconProps, IlistMenuUserProps, Image, Input, InputPlus, InputSearch, JobActions, JobApplyCard, JobCard, JobCardDesktop, JobCardMobile, JobCompanyHeader, JobCompanyLogo, JobDetailCard, JobDetailContainer, JobDetails, JobDetailsDrawer, JobFooterCard, JobHeader, JobRequirementsElement, JobSkillsCard, JobSuggestedDrawer, JobSuggestedHeader, JobSuggestedSimilarJobs, JobVideo, JobsPage, Link, LinkElement, LinkType, ListIconLink, ListMenuIcons, ListMenuItems, ListMenuText, ListSortMenu, Loading, LoginHeader, LoginJobsHeader, LoginJobsTemplate, LoginTemplate, LogoComponent, LogoutHeader, LogoutJobsHeader, LogoutJobsTemplate, LogoutTemplate, MagnetoResolution, MagnetoSocialMedia, ContextAppProvider as MagnetoUIProvider, MainButton, MegaMenu, MegaMenuCard, MegaMenuCards, MegaMenuDrawer, MegaMenuDrawerItem, MegaMenuJobsTabs, MegaMenuPopover, MegaMenuSideCards, MegaMenuTab, MenuDropdown, MenuIcon, MenuItem, MenuItemInfo, MenuSearch, Message, MobileDatePicker, MobileDrawer, MobileDrawerMenu, MobileJobDetailsDrawer, MobileJobDetailsHeader, MobileSearchbar, MobileSortMenu, _default$1 as Modal, ModalAnalyst, ModalResponsive, MultiRangeSlider, MultipleSelectionEntry, NavMenuAnalyst, NavMenuAnalystRegionModal, NavMenuDrawerAnalyst, OneSelectionEntry, Pagination, Paragraph, Popover, ProcessesCard, Radio, RightsReservedText, SaveButton, ScoreLevel, ScoreLevelStatic, SearchButton, SearchItem, Searchbar, Select, Select2, ShareButton, SharePopover, SideFilter, SimilarCard, SimilarCardIcon, SimilarCardLogo, SimilarJobs, SimilarJobsCard, Skill, SortBar, _default as SortMenu, SuggestedJobsPage, Switch, TExpandableInfoSize, TExpandableInfoVariant, TMessageType, TToggleButtonList, Tab, TabButton, TabButtonElement, Tags as Tag, TextArea, Timeline, TimelineEvent, TimelineEventProps, TimelineEventStatus, ToggleButton, ToggleButtonList, Tooltip, UserMenu, UserMenuAnalyst, UserMenuButtonAnalyst, UserMenuWrapperAnalyst, UserTermCheck, UserTermContent, UserTermHighlight, UserTermSubTitle, UserTermSubmit, UserTermText, UserTermTitle, UserTermUList, UserTerms, useMediaQuery, withClickOut, withMegaMenuContainer };