magneto365.ui 2.56.4 → 2.57.2-alpha

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 (172) hide show
  1. package/dist/assets/megaMenu/ca9ee6d183e7647b.svg +8 -0
  2. package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
  3. package/dist/cjs/index.js +1354 -1497
  4. package/dist/cjs/index.js.map +1 -1
  5. package/dist/cjs/types/components/UI/atoms/HeaderTab/HeaderTab.interface.d.ts +0 -7
  6. package/dist/cjs/types/components/UI/atoms/MegaMenuDrawerItem/MegaMenuDrawerItem.component.d.ts +10 -0
  7. package/dist/cjs/types/components/UI/atoms/MegaMenuDrawerItem/MegaMenuDrawerItem.interface.d.ts +28 -0
  8. package/dist/cjs/types/components/UI/atoms/MegaMenuDrawerItem/index.d.ts +2 -0
  9. package/dist/cjs/types/components/UI/atoms/MegaMenuTab/MegaMenuTab.component.d.ts +3 -1
  10. package/dist/cjs/types/components/UI/atoms/ToggleButton/ToggleButton.interface.d.ts +4 -9
  11. package/dist/cjs/types/components/UI/atoms/index.d.ts +0 -1
  12. package/dist/cjs/types/components/UI/molecules/ListIconLink/ListIconLink.interface.d.ts +1 -0
  13. package/dist/cjs/types/components/UI/molecules/MegaMenuCard/MegaMenuCard.interface.d.ts +1 -1
  14. package/dist/cjs/types/components/UI/molecules/MegaMenuSideCards/MegaMenuSideCards.interface.d.ts +0 -1
  15. package/dist/cjs/types/components/UI/molecules/MegaMenuSocialTabs/MegaMenuTabs.component.d.ts +4 -1
  16. package/dist/cjs/types/components/UI/molecules/Tooltip/Tooltip.interface.d.ts +0 -7
  17. package/dist/cjs/types/components/UI/molecules/index.d.ts +2 -7
  18. package/dist/cjs/types/components/UI/organism/AlphabetFilter/AlphabetFilter.interface.d.ts +2 -1
  19. package/dist/cjs/types/components/UI/organism/JobDetailsDrawer/JobDetailsDrawer.interface.d.ts +0 -5
  20. package/dist/cjs/types/components/UI/organism/MegaMenuDrawer/MegaMenuDrawer.component.d.ts +3 -0
  21. package/dist/cjs/types/components/UI/organism/MegaMenuDrawer/MegaMenuDrawer.interface.d.ts +11 -0
  22. package/dist/cjs/types/components/UI/organism/MegaMenuDrawer/index.d.ts +2 -0
  23. package/dist/cjs/types/components/UI/organism/MegaMenuMainHeader/MegaMenuMainHeader.component.d.ts +2 -1
  24. package/dist/cjs/types/components/UI/organism/MegaMenuMainHeader/MegaMenuMainHeader.interface.d.ts +3 -0
  25. package/dist/cjs/types/components/UI/organism/MobileJobDetailsDrawer/MobileJobDetailsDrawer.interface.d.ts +2 -7
  26. package/dist/cjs/types/components/UI/organism/index.d.ts +1 -2
  27. package/dist/cjs/types/components/UI/template/MegaMenu/MegaMenuContext.interface.d.ts +1 -3
  28. package/dist/cjs/types/components/UI/template/MegaMenu/MegaMenuDesktop.component.d.ts +4 -0
  29. package/dist/cjs/types/components/UI/template/MegaMenu/MegaMenuMobile.component.d.ts +4 -0
  30. package/dist/cjs/types/constants/icons.constants.d.ts +0 -7
  31. package/dist/cjs/types/constants/megaMenu.constants.d.ts +1 -0
  32. package/dist/cjs/types/constants/stories/index.d.ts +0 -3
  33. package/dist/cjs/types/constants/stories/megaMenu.constants.d.ts +1 -0
  34. package/dist/esm/css/magneto.ui.lib.min.css +1 -1
  35. package/dist/esm/index.js +1353 -1483
  36. package/dist/esm/index.js.map +1 -1
  37. package/dist/esm/types/components/UI/atoms/HeaderTab/HeaderTab.interface.d.ts +0 -7
  38. package/dist/esm/types/components/UI/atoms/MegaMenuDrawerItem/MegaMenuDrawerItem.component.d.ts +10 -0
  39. package/dist/esm/types/components/UI/atoms/MegaMenuDrawerItem/MegaMenuDrawerItem.interface.d.ts +28 -0
  40. package/dist/esm/types/components/UI/atoms/MegaMenuDrawerItem/index.d.ts +2 -0
  41. package/dist/esm/types/components/UI/atoms/MegaMenuTab/MegaMenuTab.component.d.ts +3 -1
  42. package/dist/esm/types/components/UI/atoms/ToggleButton/ToggleButton.interface.d.ts +4 -9
  43. package/dist/esm/types/components/UI/atoms/index.d.ts +0 -1
  44. package/dist/esm/types/components/UI/molecules/ListIconLink/ListIconLink.interface.d.ts +1 -0
  45. package/dist/esm/types/components/UI/molecules/MegaMenuCard/MegaMenuCard.interface.d.ts +1 -1
  46. package/dist/esm/types/components/UI/molecules/MegaMenuSideCards/MegaMenuSideCards.interface.d.ts +0 -1
  47. package/dist/esm/types/components/UI/molecules/MegaMenuSocialTabs/MegaMenuTabs.component.d.ts +4 -1
  48. package/dist/esm/types/components/UI/molecules/Tooltip/Tooltip.interface.d.ts +0 -7
  49. package/dist/esm/types/components/UI/molecules/index.d.ts +2 -7
  50. package/dist/esm/types/components/UI/organism/AlphabetFilter/AlphabetFilter.interface.d.ts +2 -1
  51. package/dist/esm/types/components/UI/organism/JobDetailsDrawer/JobDetailsDrawer.interface.d.ts +0 -5
  52. package/dist/esm/types/components/UI/organism/MegaMenuDrawer/MegaMenuDrawer.component.d.ts +3 -0
  53. package/dist/esm/types/components/UI/organism/MegaMenuDrawer/MegaMenuDrawer.interface.d.ts +11 -0
  54. package/dist/esm/types/components/UI/organism/MegaMenuDrawer/index.d.ts +2 -0
  55. package/dist/esm/types/components/UI/organism/MegaMenuMainHeader/MegaMenuMainHeader.component.d.ts +2 -1
  56. package/dist/esm/types/components/UI/organism/MegaMenuMainHeader/MegaMenuMainHeader.interface.d.ts +3 -0
  57. package/dist/esm/types/components/UI/organism/MobileJobDetailsDrawer/MobileJobDetailsDrawer.interface.d.ts +2 -7
  58. package/dist/esm/types/components/UI/organism/index.d.ts +1 -2
  59. package/dist/esm/types/components/UI/template/MegaMenu/MegaMenuContext.interface.d.ts +1 -3
  60. package/dist/esm/types/components/UI/template/MegaMenu/MegaMenuDesktop.component.d.ts +4 -0
  61. package/dist/esm/types/components/UI/template/MegaMenu/MegaMenuMobile.component.d.ts +4 -0
  62. package/dist/esm/types/constants/icons.constants.d.ts +0 -7
  63. package/dist/esm/types/constants/megaMenu.constants.d.ts +1 -0
  64. package/dist/esm/types/constants/stories/index.d.ts +0 -3
  65. package/dist/esm/types/constants/stories/megaMenu.constants.d.ts +1 -0
  66. package/dist/index.d.ts +40 -511
  67. package/package.json +1 -1
  68. package/dist/assets/035d90cb55b544da.svg +0 -15
  69. package/dist/assets/1aba91fa564f11d7.svg +0 -16
  70. package/dist/assets/3a1c54796cd5e026.svg +0 -17
  71. package/dist/assets/3e2d04cc8ff5910d.svg +0 -11
  72. package/dist/assets/58346511fd62e29a.svg +0 -5
  73. package/dist/assets/8a37a9c7b0fd5027.svg +0 -9
  74. package/dist/assets/f3929a315218dc82.svg +0 -10
  75. package/dist/cjs/types/components/UI/atoms/Badge/Badge.component.d.ts +0 -3
  76. package/dist/cjs/types/components/UI/atoms/Badge/Badge.interface.d.ts +0 -10
  77. package/dist/cjs/types/components/UI/atoms/Badge/index.d.ts +0 -1
  78. package/dist/cjs/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.component.d.ts +0 -7
  79. package/dist/cjs/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.interface.d.ts +0 -41
  80. package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/AlertJobStatusContainer.component.d.ts +0 -3
  81. package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/index.d.ts +0 -1
  82. package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/AlertJobStatusIcon.component.d.ts +0 -3
  83. package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/index.d.ts +0 -1
  84. package/dist/cjs/types/components/UI/molecules/AlertJobStatus/index.d.ts +0 -4
  85. package/dist/cjs/types/components/UI/molecules/FraudCardJob/FraudCardJob.component.d.ts +0 -3
  86. package/dist/cjs/types/components/UI/molecules/FraudCardJob/FraudCardJob.interface.d.ts +0 -18
  87. package/dist/cjs/types/components/UI/molecules/FraudCardJob/index.d.ts +0 -1
  88. package/dist/cjs/types/components/UI/molecules/ModalResponsive/ModalResponsive.component.d.ts +0 -3
  89. package/dist/cjs/types/components/UI/molecules/ModalResponsive/ModalResponsive.interface.d.ts +0 -22
  90. package/dist/cjs/types/components/UI/molecules/ModalResponsive/index.d.ts +0 -1
  91. package/dist/cjs/types/components/UI/molecules/SimilarCard/SimilarCard.component.d.ts +0 -7
  92. package/dist/cjs/types/components/UI/molecules/SimilarCard/SimilarCard.interface.d.ts +0 -128
  93. package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/SimilarCardLogo.component.d.ts +0 -3
  94. package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/index.d.ts +0 -1
  95. package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/SimilarCardIcon.component.d.ts +0 -3
  96. package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/index.d.ts +0 -1
  97. package/dist/cjs/types/components/UI/molecules/SimilarCard/index.d.ts +0 -4
  98. package/dist/cjs/types/components/UI/molecules/ToggleButtonList/ToggleButtonList.component.d.ts +0 -3
  99. package/dist/cjs/types/components/UI/molecules/ToggleButtonList/ToggleButtonList.interface.d.ts +0 -23
  100. package/dist/cjs/types/components/UI/molecules/ToggleButtonList/index.d.ts +0 -2
  101. package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.component.d.ts +0 -11
  102. package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.interface.d.ts +0 -90
  103. package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/JobSuggestedHeader.component.d.ts +0 -3
  104. package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/index.d.ts +0 -1
  105. package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/JobSuggestedSimilarJobs.component.d.ts +0 -3
  106. package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/index.d.ts +0 -1
  107. package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/index.d.ts +0 -4
  108. package/dist/cjs/types/components/UI/organism/ProcessesCard/ProcessesCard.component.d.ts +0 -11
  109. package/dist/cjs/types/components/UI/organism/ProcessesCard/ProcessesCard.interface.d.ts +0 -42
  110. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardArrow/ProcessesCardArrow.component.d.ts +0 -2
  111. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardBrand/ProcessesCardBrand.component.d.ts +0 -2
  112. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardIconStatus/ProcessesCardIconStatus.component.d.ts +0 -3
  113. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardSection/ProcessesCardSection.component.d.ts +0 -2
  114. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardStatus/ProcessesCardStatus.component.d.ts +0 -3
  115. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardText/ProcessesCardText.component.d.ts +0 -3
  116. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardTitle/ProcessesCardTitle.component.d.ts +0 -3
  117. package/dist/cjs/types/components/UI/organism/ProcessesCard/index.d.ts +0 -1
  118. package/dist/cjs/types/constants/stories/alertJob.constants.d.ts +0 -3
  119. package/dist/cjs/types/constants/stories/fraudCardJob.constant.d.ts +0 -2
  120. package/dist/cjs/types/constants/stories/jobSuggestedDrawer.constants.d.ts +0 -3
  121. package/dist/cjs/types/constants/stories/similarCard.constants.d.ts +0 -7
  122. package/dist/cjs/types/constants/stories/toggleButton.constants.d.ts +0 -2
  123. package/dist/cjs/types/utils/text/textAdapter.util.d.ts +0 -3
  124. package/dist/esm/types/components/UI/atoms/Badge/Badge.component.d.ts +0 -3
  125. package/dist/esm/types/components/UI/atoms/Badge/Badge.interface.d.ts +0 -10
  126. package/dist/esm/types/components/UI/atoms/Badge/index.d.ts +0 -1
  127. package/dist/esm/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.component.d.ts +0 -7
  128. package/dist/esm/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.interface.d.ts +0 -41
  129. package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/AlertJobStatusContainer.component.d.ts +0 -3
  130. package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/index.d.ts +0 -1
  131. package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/AlertJobStatusIcon.component.d.ts +0 -3
  132. package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/index.d.ts +0 -1
  133. package/dist/esm/types/components/UI/molecules/AlertJobStatus/index.d.ts +0 -4
  134. package/dist/esm/types/components/UI/molecules/FraudCardJob/FraudCardJob.component.d.ts +0 -3
  135. package/dist/esm/types/components/UI/molecules/FraudCardJob/FraudCardJob.interface.d.ts +0 -18
  136. package/dist/esm/types/components/UI/molecules/FraudCardJob/index.d.ts +0 -1
  137. package/dist/esm/types/components/UI/molecules/ModalResponsive/ModalResponsive.component.d.ts +0 -3
  138. package/dist/esm/types/components/UI/molecules/ModalResponsive/ModalResponsive.interface.d.ts +0 -22
  139. package/dist/esm/types/components/UI/molecules/ModalResponsive/index.d.ts +0 -1
  140. package/dist/esm/types/components/UI/molecules/SimilarCard/SimilarCard.component.d.ts +0 -7
  141. package/dist/esm/types/components/UI/molecules/SimilarCard/SimilarCard.interface.d.ts +0 -128
  142. package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/SimilarCardLogo.component.d.ts +0 -3
  143. package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/index.d.ts +0 -1
  144. package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/SimilarCardIcon.component.d.ts +0 -3
  145. package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/index.d.ts +0 -1
  146. package/dist/esm/types/components/UI/molecules/SimilarCard/index.d.ts +0 -4
  147. package/dist/esm/types/components/UI/molecules/ToggleButtonList/ToggleButtonList.component.d.ts +0 -3
  148. package/dist/esm/types/components/UI/molecules/ToggleButtonList/ToggleButtonList.interface.d.ts +0 -23
  149. package/dist/esm/types/components/UI/molecules/ToggleButtonList/index.d.ts +0 -2
  150. package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.component.d.ts +0 -11
  151. package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.interface.d.ts +0 -90
  152. package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/JobSuggestedHeader.component.d.ts +0 -3
  153. package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/index.d.ts +0 -1
  154. package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/JobSuggestedSimilarJobs.component.d.ts +0 -3
  155. package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/index.d.ts +0 -1
  156. package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/index.d.ts +0 -4
  157. package/dist/esm/types/components/UI/organism/ProcessesCard/ProcessesCard.component.d.ts +0 -11
  158. package/dist/esm/types/components/UI/organism/ProcessesCard/ProcessesCard.interface.d.ts +0 -42
  159. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardArrow/ProcessesCardArrow.component.d.ts +0 -2
  160. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardBrand/ProcessesCardBrand.component.d.ts +0 -2
  161. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardIconStatus/ProcessesCardIconStatus.component.d.ts +0 -3
  162. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardSection/ProcessesCardSection.component.d.ts +0 -2
  163. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardStatus/ProcessesCardStatus.component.d.ts +0 -3
  164. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardText/ProcessesCardText.component.d.ts +0 -3
  165. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardTitle/ProcessesCardTitle.component.d.ts +0 -3
  166. package/dist/esm/types/components/UI/organism/ProcessesCard/index.d.ts +0 -1
  167. package/dist/esm/types/constants/stories/alertJob.constants.d.ts +0 -3
  168. package/dist/esm/types/constants/stories/fraudCardJob.constant.d.ts +0 -2
  169. package/dist/esm/types/constants/stories/jobSuggestedDrawer.constants.d.ts +0 -3
  170. package/dist/esm/types/constants/stories/similarCard.constants.d.ts +0 -7
  171. package/dist/esm/types/constants/stories/toggleButton.constants.d.ts +0 -2
  172. package/dist/esm/types/utils/text/textAdapter.util.d.ts +0 -3
package/dist/index.d.ts CHANGED
@@ -3,12 +3,11 @@ 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 as ICustomText$1 } from '@components/UI/atoms/Text/Text.interface';
6
+ import { ICustomText } 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 { IMegaMenuCard as IMegaMenuCard$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';
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';
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';
12
11
  import * as _components_UI_organism from '@components/UI/organism';
13
12
  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';
14
13
  import { IListMenuText as IListMenuText$1 } from '@components/UI/molecules/ListMenuText/ListMenuText.interface';
@@ -19,8 +18,6 @@ import { IJobVideo as IJobVideo$1 } from '@components/UI/molecules/JobVideo';
19
18
  import { IMobileDatePicker as IMobileDatePicker$2 } from '@components/UI/organism/MobileDatePicker/MobileDatePicker.interface';
20
19
  import { IActions as IActions$1 } from '@components/UI/molecules/Actions';
21
20
  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';
24
21
  import { IJobCard as IJobCard$1 } from '@components/UI/molecules/JobCard/JobCard.interface';
25
22
  import { ISortBar as ISortBar$1 } from '@components/UI/template/SortBar/SortBar.interface';
26
23
  import { ISideFilter as ISideFilter$1 } from '@components/UI/template';
@@ -67,19 +64,6 @@ interface IAvatar {
67
64
  */
68
65
  declare const Avatar: React$1.FC<IAvatar>;
69
66
 
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
-
83
67
  interface IBardLoader {
84
68
  /**
85
69
  * Class name of bar loader wrapper
@@ -326,14 +310,7 @@ interface IHeaderTab {
326
310
  * Sets the active state of tab
327
311
  */
328
312
  isActive: boolean;
329
- /**
330
- * Sets custom className
331
- */
332
313
  className?: string;
333
- /**
334
- * Sets badge count
335
- */
336
- count?: number;
337
314
  }
338
315
 
339
316
  /**
@@ -641,7 +618,9 @@ interface IMegaMenuTab {
641
618
  selected: boolean;
642
619
  }
643
620
 
644
- declare const MegaMenuTab: React$1.FC<IMegaMenuTab>;
621
+ declare const MegaMenuTab: React$1.FC<IMegaMenuTab & {
622
+ showArrow: boolean;
623
+ }>;
645
624
 
646
625
  interface IMenuDropdownProps {
647
626
  /**
@@ -1035,10 +1014,6 @@ interface ITag {
1035
1014
 
1036
1015
  declare const Tags: React$1.FC<ITag>;
1037
1016
 
1038
- interface IToggleButtonOnchangeValues {
1039
- name?: string;
1040
- id: string | number;
1041
- }
1042
1017
  interface IToggleButton {
1043
1018
  /**
1044
1019
  * You can extend the style properties with class names
@@ -1067,11 +1042,10 @@ interface IToggleButton {
1067
1042
  /**
1068
1043
  * this function returns the name and id value of the button when clicked on
1069
1044
  */
1070
- onChange?: (value: IToggleButtonOnchangeValues) => void;
1071
- /**
1072
- * this property sets custom Icon
1073
- */
1074
- customIcon?: string;
1045
+ onChange: ({ name, id }: {
1046
+ name?: string;
1047
+ id?: string | number;
1048
+ }) => void;
1075
1049
  }
1076
1050
 
1077
1051
  declare const ToggleButton: React$1.FC<IToggleButton>;
@@ -1241,7 +1215,7 @@ interface IAlert {
1241
1215
  /**
1242
1216
  * This is the custom text in the alert
1243
1217
  * */
1244
- customText?: ICustomText$1[];
1218
+ customText?: ICustomText[];
1245
1219
  /**
1246
1220
  * This is the custom text in the alert
1247
1221
  * */
@@ -1594,29 +1568,6 @@ declare enum EExpandableInfoSize {
1594
1568
  */
1595
1569
  declare const ExpandableInfo: React$1.FC<IExpandableInfoProps>;
1596
1570
 
1597
- interface IFilterActions {
1598
- /**
1599
- * Text that shows when all option is clicked
1600
- */
1601
- allAction: string;
1602
- /**
1603
- * Callback when select an option
1604
- */
1605
- onClickAction: (index: number, value: string) => void;
1606
- /**
1607
- * Optional reference for imperative behaviour
1608
- */
1609
- filtersRef?: Ref<IFiltersRef>;
1610
- }
1611
- interface IFiltersRef {
1612
- /**
1613
- * CallBack to restart filters
1614
- */
1615
- restartFilters: () => void;
1616
- }
1617
-
1618
- declare const FilterActions: FC<IFilterActions>;
1619
-
1620
1571
  interface IFilterContainerMenu {
1621
1572
  /**
1622
1573
  * you must add jsx elements
@@ -1692,27 +1643,6 @@ interface IFilterSearchItem {
1692
1643
 
1693
1644
  declare const FilterSearchItem: FC<IFilterSearchItem>;
1694
1645
 
1695
- interface IFraudCardJob {
1696
- /**
1697
- * This is the text that display in the title of the card
1698
- */
1699
- title: string;
1700
- /**
1701
- *This is the text that display in the body of the card
1702
- */
1703
- content: string;
1704
- /**
1705
- * This is the text that display in the report button of the card
1706
- */
1707
- linkText: string;
1708
- /**
1709
- * This is the link to redirect to the fraud form
1710
- */
1711
- link: string;
1712
- }
1713
-
1714
- declare const FraudCardJob: React$1.FC<IFraudCardJob>;
1715
-
1716
1646
  interface IFrequentSearch {
1717
1647
  /**
1718
1648
  * The heading or title for the frequent search section.
@@ -2282,6 +2212,7 @@ interface IListIconLink {
2282
2212
  listIcon: IListIcon[];
2283
2213
  size?: number;
2284
2214
  hover?: boolean;
2215
+ className?: string;
2285
2216
  }
2286
2217
  interface IListIcon {
2287
2218
  url?: string | null;
@@ -2492,7 +2423,7 @@ interface IMegaMenuCard {
2492
2423
  /**
2493
2424
  * Onclick callback
2494
2425
  * */
2495
- onClick?: () => void;
2426
+ onClick: () => void;
2496
2427
  /**
2497
2428
  * Show arrow icon
2498
2429
  * */
@@ -2505,16 +2436,6 @@ declare const MegaMenuJobsTabs: React$1.FC;
2505
2436
 
2506
2437
  declare const MegaMenuPopover: React$1.FC;
2507
2438
 
2508
- interface IMegaMenuSideCards {
2509
- jobs: IMegaMenuCard$1[];
2510
- onSelectCard?: (index: number) => void;
2511
- action?: IMegaMenuLink$1;
2512
- maxCards?: number;
2513
- initValue?: number;
2514
- }
2515
-
2516
- declare const MegaMenuSideCards: React$1.FC<IMegaMenuSideCards>;
2517
-
2518
2439
  interface IMenuCollapseChildren extends IListMenuText {
2519
2440
  isOpen: boolean;
2520
2441
  onClick: () => void;
@@ -2689,31 +2610,6 @@ declare const _default$1: React$1.FC<IModal> & {
2689
2610
  Description: React$1.FC<IModalDescription>;
2690
2611
  };
2691
2612
 
2692
- interface IModalResponsive {
2693
- /**
2694
- * this property open the container
2695
- */
2696
- open: boolean;
2697
- /**
2698
- * this property close the container
2699
- */
2700
- onClose: () => void;
2701
- /**
2702
- * this property sets the children elements
2703
- */
2704
- children: JSX.Element | JSX.Element[];
2705
- /**
2706
- * this property sets customs styles for the modal
2707
- */
2708
- modalClassName?: string;
2709
- /**
2710
- * this property sets customs styles for the mobile drawer
2711
- */
2712
- mobileDrawerClassName?: string;
2713
- }
2714
-
2715
- declare const ModalResponsive: React$1.FC<IModalResponsive>;
2716
-
2717
2613
  interface ICreatePaginationProps {
2718
2614
  /**
2719
2615
  * This is the total of vacancies
@@ -3048,31 +2944,6 @@ declare type TimelineEventStatus = 'checked' | 'current' | 'blocked';
3048
2944
 
3049
2945
  declare const TimelineEvent: React$1.FC<TimelineEventProps>;
3050
2946
 
3051
- declare type TToggleButtonList = {
3052
- /**
3053
- * this property sets the list of toggle buttons
3054
- */
3055
- list: Partial<Pick<IToggleButton$1, 'id' | 'name' | 'customIcon'>>[];
3056
- /**
3057
- * this property sets the props of toggle buttons
3058
- */
3059
- toggleButtonProps?: IToggleButton$1;
3060
- /**
3061
- * this property returns the values of the toggle button selected
3062
- */
3063
- onChange?: (value: IToggleButtonOnchangeValues$1 | null | number) => void;
3064
- /**
3065
- * this property sets customs className for toggle buttons
3066
- */
3067
- className?: string;
3068
- /**
3069
- * this property sets the default value or current value of the toggle button
3070
- */
3071
- currentSelect?: Pick<IToggleButton$1, 'id' | 'name'>;
3072
- };
3073
-
3074
- declare const ToggleButtonList: React$1.FC<TToggleButtonList>;
3075
-
3076
2947
  declare type TPosition = 'top' | 'bottom' | 'left' | 'right';
3077
2948
  interface ITooltipProps {
3078
2949
  /**
@@ -3087,14 +2958,7 @@ interface ITooltipProps {
3087
2958
  * the tooltip component must wrap a component
3088
2959
  */
3089
2960
  children: React.ReactNode;
3090
- /**
3091
- * this property set the tooltip width
3092
- */
3093
2961
  width?: string;
3094
- /**
3095
- * this property set the tooltip visibility
3096
- */
3097
- visible?: boolean;
3098
2962
  }
3099
2963
 
3100
2964
  declare const Tooltip: React$1.FC<ITooltipProps>;
@@ -3104,7 +2968,7 @@ interface IAlphabetFilter {
3104
2968
  allActionText: string;
3105
2969
  className?: string;
3106
2970
  onClickAction: (index: number, value: string) => void;
3107
- filtersRef?: Ref<unknown>;
2971
+ filtersRef?: Ref<IFiltersRef$1>;
3108
2972
  }
3109
2973
 
3110
2974
  declare const AlphabetFilter: React$1.FC<IAlphabetFilter>;
@@ -3354,10 +3218,6 @@ interface IJobDetailsDrawer {
3354
3218
  cities: ICityDetail[];
3355
3219
  isRemote: boolean;
3356
3220
  textRemote: string;
3357
- /**
3358
- * Props for the fraud card job.
3359
- */
3360
- fraudCardJobProps: IFraudCardJob;
3361
3221
  }
3362
3222
 
3363
3223
  /**
@@ -3611,10 +3471,6 @@ interface IMobileJobDetailsDrawer {
3611
3471
  cities: ICityDetail$1[];
3612
3472
  isRemote: boolean;
3613
3473
  textRemote: string;
3614
- /**
3615
- * Props for the fraud card job.
3616
- */
3617
- fraudCardJobProps: IFraudCardJob;
3618
3474
  }
3619
3475
 
3620
3476
  /**
@@ -3940,58 +3796,6 @@ interface IListOption {
3940
3796
 
3941
3797
  declare const OneSelectionEntry: React$1.FC<IOneSelectionentry>;
3942
3798
 
3943
- declare type IStatusJob = 'Sent' | 'Pending' | 'Validation' | 'Finalists' | 'Hired' | 'Discarded';
3944
- interface ICommonProcessesCardPros {
3945
- /**
3946
- * this property sets custom className
3947
- */
3948
- className?: string;
3949
- /**
3950
- * this property sets any children
3951
- */
3952
- children: React.ReactNode;
3953
- }
3954
- declare type ICommonProcessesCardImg = React.ImgHTMLAttributes<HTMLImageElement>;
3955
- interface IProcessesCard extends React.ButtonHTMLAttributes<HTMLButtonElement>, ICommonProcessesCardPros {
3956
- /**
3957
- * this property sets custom className
3958
- */
3959
- children: React.ReactNode;
3960
- /**
3961
- * this property on true changes the background color
3962
- */
3963
- isSelected?: boolean;
3964
- }
3965
- declare namespace IProcessesCard {
3966
- type ISection = ICommonProcessesCardPros;
3967
- type ITitle = ICommonProcessesCardPros & {
3968
- status?: IStatusJob;
3969
- };
3970
- type ICardStatus = ICommonProcessesCardPros & {
3971
- status: IStatusJob;
3972
- isSelected?: boolean;
3973
- };
3974
- type IText = ICommonProcessesCardPros & {
3975
- status?: IStatusJob;
3976
- strong?: boolean;
3977
- };
3978
- type IBrand = ICommonProcessesCardImg;
3979
- type IArrow = ICommonProcessesCardImg;
3980
- type IStatusIcon = ICommonProcessesCardImg & {
3981
- status: IStatusJob;
3982
- };
3983
- }
3984
-
3985
- declare const ProcessesCard: React$1.FC<IProcessesCard> & {
3986
- IconStatus: React$1.FC<IProcessesCard.IStatusIcon>;
3987
- Section: React$1.FC<ICommonProcessesCardPros>;
3988
- Status: React$1.FC<IProcessesCard.ICardStatus>;
3989
- Brand: React$1.FC<ICommonProcessesCardImg>;
3990
- Arrow: React$1.FC<ICommonProcessesCardImg>;
3991
- Title: React$1.FC<IProcessesCard.ITitle>;
3992
- Text: React$1.FC<IProcessesCard.IText>;
3993
- };
3994
-
3995
3799
  interface ISelectInput<T> extends Omit<IInput, 'onChange' | 'value' | 'placeholder' | 'type'> {
3996
3800
  /**
3997
3801
  * input value.
@@ -4338,136 +4142,19 @@ declare const UserTermTitle: React$1.FC<IUserTerm.Title>;
4338
4142
 
4339
4143
  declare const UserTermUList: React$1.FC<IUserTerm.UlList>;
4340
4144
 
4341
- interface IJobSuggestedDrawer {
4342
- /**
4343
- * Management the loading status jobs ui
4344
- */
4345
- isLoading?: boolean;
4346
- /**
4347
- * React children to be rendered inside the component.
4348
- */
4349
- children?: React.ReactNode;
4350
- /**
4351
- * Additional class names for custom styling.
4352
- */
4145
+ interface IMegaMenuDrawer {
4353
4146
  className?: string;
4354
- }
4355
- declare namespace IJobSuggestedDrawer {
4356
- interface SimilarJobCards {
4357
- /**
4358
- * This is the title in the top
4359
- */
4360
- sectionTitle: string;
4361
- /**
4362
- * This property hide the image
4363
- */
4364
- hideLogo?: boolean;
4365
- /**
4366
- * These are similar jobs cards values
4367
- */
4368
- similarJobsCard: ISimilarCardData$1[];
4369
- /**
4370
- * Additional class names for custom styling.
4371
- */
4372
- className?: string;
4373
- /**
4374
- * The tag or keyword associated with the search item.
4375
- */
4376
- tag: string;
4377
- /**
4378
- * The custom href to the anchor tag
4379
- */
4380
- url: string;
4381
- /**
4382
- * This property sets the max cards to show
4383
- */
4384
- maxItemsToShow?: number;
4385
- /**
4386
- * This property shows the default anchor text when the cards are empty
4387
- */
4388
- notItemsDefaultAnchor?: boolean;
4389
- /**
4390
- * This property shows the default anchor text when the cards are empty
4391
- */
4392
- tagDefaultAnchor?: string;
4393
- /**
4394
- * This property shows the default anchor text when the cards are empty
4395
- */
4396
- urlDefaultAnchor?: string;
4397
- }
4398
- interface AlertJob {
4399
- /**
4400
- * React children to be rendered inside the component.
4401
- */
4402
- children?: React.ReactNode;
4403
- /**
4404
- * Additional class names for custom styling.
4405
- */
4406
- className?: string;
4407
- /**
4408
- * This is the custom text
4409
- */
4410
- customText?: ICustomText$1[];
4411
- }
4412
- interface Header {
4413
- /**
4414
- * Props for the company logo in the job company header.
4415
- */
4416
- jobCompanyLogoProps: IJobCompanyLogo$1;
4417
- /**
4418
- * Props for the header of the job listing in the job company header.
4419
- */
4420
- jobHeaderProps: IJobHeader$1;
4421
- /**
4422
- * Additional class names for custom styling.
4423
- */
4424
- className?: string;
4425
- }
4426
- }
4427
-
4428
- interface IText {
4429
- /**
4430
- * This is the main text
4431
- * */
4432
- text?: string;
4433
4147
  /**
4434
- * This is the custom text
4435
- * */
4436
- customText?: ICustomText[];
4437
- /**
4438
- * You can add you custom className here
4148
+ *
4439
4149
  */
4440
- className?: string;
4441
- }
4442
- interface ICustomText {
4443
- /**
4444
- * This is the value to the custom text
4445
- * */
4446
- value: string;
4447
- /**
4448
- * This is the custom font weight to text
4449
- * */
4450
- fontWeight: EFontWeightType;
4150
+ isOpen?: boolean;
4451
4151
  /**
4452
- * This is the custom line break to text
4453
- * */
4454
- lineBreak?: boolean;
4152
+ *
4153
+ */
4154
+ onClose?: () => void;
4455
4155
  }
4456
- declare type EFontWeightType = 'normal' | 'bold' | 'lighter';
4457
-
4458
- declare const JobSuggestedDrawer: React$1.FC<IJobSuggestedDrawer> & {
4459
- Header: React$1.FC<IJobSuggestedDrawer.Header>;
4460
- Alert: React$1.FC<_components_UI_molecules_AlertJobStatus.IAlertJobStatus> & {
4461
- Container: React$1.FC<_components_UI_molecules_AlertJobStatus.IAlertJobStatus.Container>;
4462
- Icon: React$1.FC<_components_UI_molecules_AlertJobStatus.IAlertJobStatus.Icon>;
4463
- Text: React$1.FC<IText>;
4464
- };
4465
- SimilarJobs: React$1.FC<IJobSuggestedDrawer.SimilarJobCards>;
4466
- };
4467
-
4468
- declare const JobSuggestedHeader: React$1.FC<IJobSuggestedDrawer.Header>;
4469
4156
 
4470
- declare const JobSuggestedSimilarJobs: React$1.FC<IJobSuggestedDrawer.SimilarJobCards>;
4157
+ declare const MegaMenuDrawer: React$1.FC<IMegaMenuDrawer>;
4471
4158
 
4472
4159
  interface IMenuUser {
4473
4160
  /**
@@ -4680,193 +4367,37 @@ interface IUserMenuWrapperAnalystProps extends IUserMenuAnalystProps$1 {
4680
4367
  */
4681
4368
  declare const UserMenuWrapperAnalyst: React$1.FC<IUserMenuWrapperAnalystProps>;
4682
4369
 
4683
- interface IAlertJobStatus {
4684
- /**
4685
- * React children to be rendered inside the component.
4686
- */
4687
- children?: React.ReactNode;
4688
- /**
4689
- * Additional class names for custom styling.
4690
- */
4691
- className?: string;
4692
- }
4693
- declare namespace IAlertJobStatus {
4694
- interface Container {
4695
- /**
4696
- * React children to be rendered inside the container.
4697
- */
4698
- children?: React.ReactNode;
4699
- /**
4700
- * Additional class names for custom styling.
4701
- */
4702
- className?: string;
4703
- }
4704
- interface Icon {
4705
- /**
4706
- * Additional class names for custom styling.
4707
- */
4708
- className?: string;
4709
- /**
4710
- * Here is the icon component
4711
- */
4712
- src?: string | null;
4713
- /**
4714
- * You can change the size of the icon by adding a numeric value here
4715
- */
4716
- size?: number;
4717
- /**
4718
- * Text alt in the img element
4719
- */
4720
- alt?: string | null;
4721
- }
4722
- }
4723
-
4724
- declare const AlertJobStatus: React$1.FC<IAlertJobStatus> & {
4725
- Container: React$1.FC<IAlertJobStatus.Container>;
4726
- Icon: React$1.FC<IAlertJobStatus.Icon>;
4727
- Text: React$1.FC<IText>;
4728
- };
4729
-
4730
- declare const AlertJobStatusContainer: React$1.FC<IAlertJobStatus.Container>;
4731
-
4732
- declare const AlertJobStatusIcon: React$1.FC<IAlertJobStatus.Icon>;
4733
-
4734
- interface ISimilarCardData {
4735
- /**
4736
- * unique identifier for the job or card.
4737
- */
4738
- id?: number | null;
4739
- /**
4740
- * title of the job or offer. Required.
4741
- */
4742
- title: string;
4743
- /**
4744
- * salary for the job. Can be a string or null.
4745
- */
4746
- salary: string | null;
4747
- /**
4748
- * indicates if agreement is required for the job. Optional, can be boolean or null.
4749
- */
4750
- toAgree: boolean | null;
4751
- /**
4752
- * list of cities where the job is available. Required.
4753
- */
4754
- cities: string[];
4755
- /**
4756
- * URL slug for the job.
4757
- */
4758
- jobUrlSlug: string;
4759
- /**
4760
- * required experience for the job.
4761
- */
4762
- experience: string | null;
4763
- /**
4764
- * URL for the company logo.
4765
- */
4766
- companyLogo: string | null;
4370
+ interface IFilterActions {
4767
4371
  /**
4768
- * company name.
4372
+ * Text that shows when all option is clicked
4769
4373
  */
4770
- companyName?: string | null;
4374
+ allAction: string;
4771
4375
  /**
4772
- * type of contract for the job.
4376
+ * Callback when select an option
4773
4377
  */
4774
- contractType?: string | null;
4378
+ onClickAction: (index: number, value: string) => void;
4775
4379
  /**
4776
- * determines if the company logo should be hidden.
4380
+ * Optional reference for imperative behaviour
4777
4381
  */
4778
- hideLogo?: boolean;
4382
+ filtersRef?: Ref<IFiltersRef>;
4779
4383
  }
4780
- interface ISimilarCard {
4781
- /**
4782
- * this property sets the url title
4783
- */
4784
- title?: string;
4785
- /**
4786
- * this property sets custom styles
4787
- */
4788
- className?: string;
4384
+ interface IFiltersRef {
4789
4385
  /**
4790
- * this property sets the url link
4386
+ * CallBack to restart filters
4791
4387
  */
4792
- jobUrlSlug?: string;
4793
- }
4794
- declare namespace ISimilarCard {
4795
- interface Container {
4796
- /**
4797
- * this property sets the alt text when source cant be loaded
4798
- */
4799
- title: string;
4800
- /**
4801
- * this property sets the url link
4802
- */
4803
- jobUrlSlug: string;
4804
- /**
4805
- * this property sets custom styles
4806
- */
4807
- className?: string;
4808
- /**
4809
- * this property sets children elements
4810
- */
4811
- children?: React.ReactNode;
4812
- }
4813
- interface Logo {
4814
- /**
4815
- * this property sets the logo source file
4816
- */
4817
- src?: string;
4818
- /**
4819
- * this property sets custom styles
4820
- */
4821
- className?: string;
4822
- /**
4823
- * this property sets the alt text when source cant be loaded
4824
- */
4825
- alt?: string;
4826
- /**
4827
- * this property sets if should hide logo
4828
- */
4829
- hideLogo?: boolean;
4830
- }
4831
- interface Text {
4832
- /**
4833
- * If the text must show more than one line, use customText instead text
4834
- * */
4835
- customText?: ICustomText$1[];
4836
- /**
4837
- * this property sets custom styles
4838
- */
4839
- className?: string;
4840
- }
4841
- interface Icon {
4842
- /**
4843
- * this property sets the icon source file
4844
- */
4845
- src?: string;
4846
- /**
4847
- * this property sets custom styles
4848
- */
4849
- className?: string;
4850
- /**
4851
- * this property sets the alt text when source cant be loaded
4852
- */
4853
- alt?: string;
4854
- /**
4855
- * this property set the icon show the source when there is a mobile resolution
4856
- */
4857
- showIconMobile?: boolean;
4858
- }
4388
+ restartFilters: () => void;
4859
4389
  }
4860
4390
 
4861
- declare const SimilarCard: React$1.FC<ISimilarCard> & {
4862
- Text: React$1.FC<IText>;
4863
- Logo: React$1.FC<ISimilarCard.Logo>;
4864
- Icon: React$1.FC<ISimilarCard.Icon>;
4865
- };
4391
+ declare const FilterActions: FC<IFilterActions>;
4866
4392
 
4867
- declare const SimilarCardLogo: React$1.FC<ISimilarCard.Logo>;
4393
+ interface IMegaMenuSideCards {
4394
+ jobs: IMegaMenuCard$1[];
4395
+ onSelectCard?: (index: number) => void;
4396
+ action?: IMegaMenuLink$1;
4397
+ maxCards?: number;
4398
+ }
4868
4399
 
4869
- declare const SimilarCardIcon: React$1.FC<ISimilarCard.Icon>;
4400
+ declare const MegaMenuSideCards: React$1.FC<IMegaMenuSideCards>;
4870
4401
 
4871
4402
  interface IJobsPage {
4872
4403
  /**
@@ -5366,9 +4897,7 @@ interface IMegaMenuMainHeader {
5366
4897
  onClickSignUp: (event: Event) => Promise<void>;
5367
4898
  };
5368
4899
  searchBarProps?: ISearchbar$1;
5369
- logoProps?: {
5370
- url: string;
5371
- };
4900
+ homeUrl?: string;
5372
4901
  }
5373
4902
  interface IMegaMenuJobsTabs {
5374
4903
  label: string;
@@ -5403,4 +4932,4 @@ declare const withMegaMenuContainer: <T>(WrappedComponent: React$1.FC<T>) => Rea
5403
4932
  wrapperProps: T;
5404
4933
  }>;
5405
4934
 
5406
- export { Actions, Alert, AlertJobStatus, AlertJobStatusContainer, AlertJobStatusIcon, AlphabetFilter, AnalystTemplate, 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, 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, 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 };
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 };