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
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IJobSuggestedDrawer } from './JobSuggestedDrawer.interface';
3
+ export declare const JobSuggestedDrawer: React.FC<IJobSuggestedDrawer> & {
4
+ Header: React.FC<IJobSuggestedDrawer.Header>;
5
+ Alert: React.FC<import("@components/UI/molecules/AlertJobStatus").IAlertJobStatus> & {
6
+ Container: React.FC<import("@components/UI/molecules/AlertJobStatus").IAlertJobStatus.Container>;
7
+ Icon: React.FC<import("@components/UI/molecules/AlertJobStatus").IAlertJobStatus.Icon>;
8
+ Text: React.FC<import("../../atoms/Text/Text.interface").IText>;
9
+ };
10
+ SimilarJobs: React.FC<IJobSuggestedDrawer.SimilarJobCards>;
11
+ };
@@ -0,0 +1,90 @@
1
+ /// <reference types="react" />
2
+ import { ICustomText } from '@components/UI/atoms/Text/Text.interface';
3
+ import { ISimilarCardData } from '@components/UI/molecules/SimilarCard';
4
+ import { IJobCompanyLogo, IJobHeader } from '@components/UI/atoms';
5
+ export interface IJobSuggestedDrawer {
6
+ /**
7
+ * Management the loading status jobs ui
8
+ */
9
+ isLoading?: boolean;
10
+ /**
11
+ * React children to be rendered inside the component.
12
+ */
13
+ children?: React.ReactNode;
14
+ /**
15
+ * Additional class names for custom styling.
16
+ */
17
+ className?: string;
18
+ }
19
+ export declare namespace IJobSuggestedDrawer {
20
+ interface SimilarJobCards {
21
+ /**
22
+ * This is the title in the top
23
+ */
24
+ sectionTitle: string;
25
+ /**
26
+ * This property hide the image
27
+ */
28
+ hideLogo?: boolean;
29
+ /**
30
+ * These are similar jobs cards values
31
+ */
32
+ similarJobsCard: ISimilarCardData[];
33
+ /**
34
+ * Additional class names for custom styling.
35
+ */
36
+ className?: string;
37
+ /**
38
+ * The tag or keyword associated with the search item.
39
+ */
40
+ tag: string;
41
+ /**
42
+ * The custom href to the anchor tag
43
+ */
44
+ url: string;
45
+ /**
46
+ * This property sets the max cards to show
47
+ */
48
+ maxItemsToShow?: number;
49
+ /**
50
+ * This property shows the default anchor text when the cards are empty
51
+ */
52
+ notItemsDefaultAnchor?: boolean;
53
+ /**
54
+ * This property shows the default anchor text when the cards are empty
55
+ */
56
+ tagDefaultAnchor?: string;
57
+ /**
58
+ * This property shows the default anchor text when the cards are empty
59
+ */
60
+ urlDefaultAnchor?: string;
61
+ }
62
+ interface AlertJob {
63
+ /**
64
+ * React children to be rendered inside the component.
65
+ */
66
+ children?: React.ReactNode;
67
+ /**
68
+ * Additional class names for custom styling.
69
+ */
70
+ className?: string;
71
+ /**
72
+ * This is the custom text
73
+ */
74
+ customText?: ICustomText[];
75
+ }
76
+ interface Header {
77
+ /**
78
+ * Props for the company logo in the job company header.
79
+ */
80
+ jobCompanyLogoProps: IJobCompanyLogo;
81
+ /**
82
+ * Props for the header of the job listing in the job company header.
83
+ */
84
+ jobHeaderProps: IJobHeader;
85
+ /**
86
+ * Additional class names for custom styling.
87
+ */
88
+ className?: string;
89
+ }
90
+ }
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IJobSuggestedDrawer } from '../../JobSuggestedDrawer.interface';
3
+ export declare const JobSuggestedHeader: React.FC<IJobSuggestedDrawer.Header>;
@@ -0,0 +1 @@
1
+ export * from './JobSuggestedHeader.component';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IJobSuggestedDrawer } from '../../JobSuggestedDrawer.interface';
3
+ export declare const JobSuggestedSimilarJobs: React.FC<IJobSuggestedDrawer.SimilarJobCards>;
@@ -0,0 +1 @@
1
+ export * from './JobSuggestedSimilarJobs.component';
@@ -0,0 +1,4 @@
1
+ export * from './JobSuggestedDrawer.interface';
2
+ export { JobSuggestedDrawer } from './JobSuggestedDrawer.component';
3
+ export * from './children/JobSuggestedHeader';
4
+ export * from './children/JobSuggestedSimilarJobs';
@@ -1,9 +1,10 @@
1
+ import { ReactNode } from 'react';
1
2
  import { IJobApplyCard, IJobCompanyHeader, IJobDetailCard, IJobFooterCard, IJobSkillsCard, ICityDetail } from '@components/UI/molecules';
2
3
  import { IMobileJobDetailsActionsBar } from '../MobileJobDetailsActionsBar';
3
- import { ReactNode } from 'react';
4
- import { ISimilarJobs } from '../SimilarJobs/SimilarJobs.interface';
5
4
  import { IJobVideo } from '@components/UI/molecules/JobVideo';
5
+ import { ISimilarJobs } from '../SimilarJobs/SimilarJobs.interface';
6
6
  import { SwipeProps } from '../Swipe/Swipe.interface';
7
+ import { IFraudCardJob } from './../../molecules/FraudCardJob/FraudCardJob.interface';
7
8
  export interface IMobileJobDetailsDrawer {
8
9
  /**
9
10
  * Props for the job company logo and header section.
@@ -83,4 +84,8 @@ export interface IMobileJobDetailsDrawer {
83
84
  cities: ICityDetail[];
84
85
  isRemote: boolean;
85
86
  textRemote: string;
87
+ /**
88
+ * Props for the fraud card job.
89
+ */
90
+ fraudCardJobProps: IFraudCardJob;
86
91
  }
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IProcessesCard } from './ProcessesCard.interface';
3
+ export declare const ProcessesCard: React.FC<IProcessesCard> & {
4
+ IconStatus: React.FC<IProcessesCard.IStatusIcon>;
5
+ Section: React.FC<import("./ProcessesCard.interface").ICommonProcessesCardPros>;
6
+ Status: React.FC<IProcessesCard.ICardStatus>;
7
+ Brand: React.FC<import("./ProcessesCard.interface").ICommonProcessesCardImg>;
8
+ Arrow: React.FC<import("./ProcessesCard.interface").ICommonProcessesCardImg>;
9
+ Title: React.FC<IProcessesCard.ITitle>;
10
+ Text: React.FC<IProcessesCard.IText>;
11
+ };
@@ -0,0 +1,42 @@
1
+ /// <reference types="react" />
2
+ export declare type IStatusJob = 'Sent' | 'Pending' | 'Validation' | 'Finalists' | 'Hired' | 'Discarded';
3
+ export interface ICommonProcessesCardPros {
4
+ /**
5
+ * this property sets custom className
6
+ */
7
+ className?: string;
8
+ /**
9
+ * this property sets any children
10
+ */
11
+ children: React.ReactNode;
12
+ }
13
+ export declare type ICommonProcessesCardImg = React.ImgHTMLAttributes<HTMLImageElement>;
14
+ export interface IProcessesCard extends React.ButtonHTMLAttributes<HTMLButtonElement>, ICommonProcessesCardPros {
15
+ /**
16
+ * this property sets custom className
17
+ */
18
+ children: React.ReactNode;
19
+ /**
20
+ * this property on true changes the background color
21
+ */
22
+ isSelected?: boolean;
23
+ }
24
+ export declare namespace IProcessesCard {
25
+ type ISection = ICommonProcessesCardPros;
26
+ type ITitle = ICommonProcessesCardPros & {
27
+ status?: IStatusJob;
28
+ };
29
+ type ICardStatus = ICommonProcessesCardPros & {
30
+ status: IStatusJob;
31
+ isSelected?: boolean;
32
+ };
33
+ type IText = ICommonProcessesCardPros & {
34
+ status?: IStatusJob;
35
+ strong?: boolean;
36
+ };
37
+ type IBrand = ICommonProcessesCardImg;
38
+ type IArrow = ICommonProcessesCardImg;
39
+ type IStatusIcon = ICommonProcessesCardImg & {
40
+ status: IStatusJob;
41
+ };
42
+ }
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const ProcessesCardArrow: React.FC<import("../../ProcessesCard.interface").ICommonProcessesCardImg>;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const ProcessesCardBrand: React.FC<import("../../ProcessesCard.interface").ICommonProcessesCardImg>;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IProcessesCard } from '../../ProcessesCard.interface';
3
+ export declare const ProcessesCardIconStatus: React.FC<IProcessesCard.IStatusIcon>;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const ProcessesCardSection: React.FC<import("../../ProcessesCard.interface").ICommonProcessesCardPros>;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IProcessesCard } from '../../ProcessesCard.interface';
3
+ export declare const ProcessesCardStatus: React.FC<IProcessesCard.ICardStatus>;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IProcessesCard } from '../../ProcessesCard.interface';
3
+ export declare const ProcessesCardText: React.FC<IProcessesCard.IText>;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IProcessesCard } from '../../ProcessesCard.interface';
3
+ export declare const ProcessesCardTitle: React.FC<IProcessesCard.ITitle>;
@@ -0,0 +1 @@
1
+ export * from './ProcessesCard.component';
@@ -1,4 +1,5 @@
1
1
  export * from './AlphabetFilter';
2
+ export * from './ApplicationSummary';
2
3
  export * from './BrandMenu';
3
4
  export * from './DatePickerResponsive';
4
5
  export * from './DrawerMenu';
@@ -23,9 +24,11 @@ export * from './NavMenuAnalyst';
23
24
  export * from './NavMenuAnalystRegionModal';
24
25
  export * from './NavMenuDrawerAnalyst';
25
26
  export * from './OneSelectionEntry';
27
+ export * from './ProcessesCard';
26
28
  export * from './Select';
27
29
  export * from './Select2';
28
30
  export * from './SimilarJobs';
29
31
  export * from './Timeline';
30
32
  export * from './UserTerms';
31
33
  export * from './MegaMenuDrawer';
34
+ export * from './JobSuggestedDrawer';
@@ -25,6 +25,7 @@ export interface IMegaMenuMainHeader {
25
25
  };
26
26
  searchBarProps?: ISearchbar;
27
27
  homeUrl?: string;
28
+ homeText?: string;
28
29
  }
29
30
  export interface IMegaMenuJobsTabs {
30
31
  label: string;
@@ -33,6 +33,7 @@ export { default as Calendar1 } from '../assets/Calendar1.svg';
33
33
  export { default as Checked } from '../assets/Checked.svg';
34
34
  export { default as ClipboardClose } from '../assets/ClipboardClose.svg';
35
35
  export { default as Clock } from '../assets/Clock.svg';
36
+ export { default as ClockLine } from '../assets/clock-line.svg';
36
37
  export { default as Close } from '../assets/Close.svg';
37
38
  export { default as CloseCircle } from '../assets/closeCircle.svg';
38
39
  export { default as CloseCircleRedBold } from '../assets/closeCircleRedBold.svg';
@@ -40,6 +41,8 @@ export { default as CoinBlackOutline } from '../assets/coinBlackOutline.svg';
40
41
  export { default as Danger } from '../assets/danger.svg';
41
42
  export { default as DocTextBlueBold } from '../assets/docTextBlueBold.svg';
42
43
  export { default as DocTextWhiteOutline } from '../assets/docTextWhiteOutline.svg';
44
+ export { default as DocumentForward } from '../assets/document-forward.svg';
45
+ export { default as DocumentSearch } from '../assets/document-search.svg';
43
46
  export { default as DocumentText } from '../assets/DocumentText.svg';
44
47
  export { default as DocumentTextGray } from '../assets/DocumentTextGray.svg';
45
48
  export { default as DollarCircle } from '../assets/DollarCircle.svg';
@@ -132,11 +135,15 @@ export { default as TwitterBlue } from '../assets/Twitter2.svg';
132
135
  export { default as TwitterDark } from '../assets/Twitter1.svg';
133
136
  export { default as Urgent } from '../assets/Urgent.svg';
134
137
  export { default as User } from '../assets/User.svg';
138
+ export { default as UserRemove } from '../assets/user-remove.svg';
135
139
  export { default as UserRoundedBlue } from '../assets/userRoundedBlue.svg';
136
140
  export { default as UserRoundedGray } from '../assets/userRoundedGray.svg';
137
141
  export { default as UserSearchBlueBold } from '../assets/userSearchBlueBold.svg';
138
142
  export { default as UserSearchWhiteOutline } from '../assets/userSearchWhiteOutline.svg';
143
+ export { default as UserTick } from '../assets/user-tick.svg';
139
144
  export { default as Warning } from '../assets/warning.svg';
145
+ export { default as Warning3D } from '../assets/warning-3d.svg';
146
+ export { default as WarningHex } from '../assets/warning-hex.svg';
140
147
  export { default as WarningYellowBold } from '../assets/warningYellowBold.svg';
141
148
  export { default as WhatsAppColor } from '../assets/Whatsapp1.svg';
142
149
  export { default as WhatsAppDark } from '../assets/Whatsapp.svg';
@@ -0,0 +1,3 @@
1
+ import { ICustomText } from '@components/UI/atoms/Text/Text.interface';
2
+ export declare const customText: ICustomText[];
3
+ export declare const simpleCustomText: ICustomText[];
@@ -0,0 +1,2 @@
1
+ import { IFraudCardJob } from '../../components/UI/molecules/FraudCardJob/FraudCardJob.interface';
2
+ export declare const fraudCardJob: IFraudCardJob;
@@ -19,3 +19,6 @@ export * from './sortBar.constants';
19
19
  export * from './typeTitleJobDetail.constant';
20
20
  export * from './vacancies.constants';
21
21
  export * from './megaMenu.constants';
22
+ export * from './alertJob.constants';
23
+ export * from './similarCard.constants';
24
+ export * from './jobSuggestedDrawer.constants';
@@ -0,0 +1,3 @@
1
+ import { IJobSuggestedDrawer } from '@components/UI/organism';
2
+ export declare const jobCompanyHeader: IJobSuggestedDrawer.Header;
3
+ export declare const SimilarJobsData: IJobSuggestedDrawer.SimilarJobCards;
@@ -0,0 +1,7 @@
1
+ import { ISimilarCardData } from '@components/UI/molecules/SimilarCard';
2
+ export declare const similarCardData: ISimilarCardData;
3
+ export declare const customTextCardType: {
4
+ value: string | null;
5
+ fontWeight: string;
6
+ lineBreak: boolean;
7
+ }[];
@@ -0,0 +1,2 @@
1
+ import { IToggleButton } from '@components/UI/atoms/ToggleButton/ToggleButton.interface';
2
+ export declare const toggleButtonList: IToggleButton[];
@@ -0,0 +1,3 @@
1
+ import { ICustomText } from '@components/UI/atoms/Text/Text.interface';
2
+ import { ISimilarCardData } from '@components/UI/molecules/SimilarCard';
3
+ export declare const similarJobTextAdapter: (job: ISimilarCardData) => ICustomText[];