magneto365.ui 2.57.3-alpha → 2.58.0
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.
- package/dist/assets/035d90cb55b544da.svg +15 -0
- package/dist/assets/1aba91fa564f11d7.svg +16 -0
- package/dist/assets/3a1c54796cd5e026.svg +17 -0
- package/dist/assets/3e2d04cc8ff5910d.svg +11 -0
- package/dist/assets/4cf4b85aba741f29.svg +11 -0
- package/dist/assets/58346511fd62e29a.svg +5 -0
- package/dist/assets/8a37a9c7b0fd5027.svg +9 -0
- package/dist/assets/f3929a315218dc82.svg +10 -0
- package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
- package/dist/cjs/index.js +1370 -983
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/UI/atoms/Badge/Badge.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/atoms/Badge/Badge.interface.d.ts +10 -0
- package/dist/cjs/types/components/UI/atoms/Badge/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/atoms/Divider/Divider.interface.d.ts +1 -0
- package/dist/cjs/types/components/UI/atoms/HeaderTab/HeaderTab.interface.d.ts +7 -0
- package/dist/cjs/types/components/UI/atoms/Text/Text.interface.d.ts +2 -1
- package/dist/cjs/types/components/UI/atoms/ToggleButton/ToggleButton.interface.d.ts +9 -4
- package/dist/cjs/types/components/UI/atoms/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/Actions/Actions.interface.d.ts +4 -0
- package/dist/cjs/types/components/UI/molecules/Alert/Alert.interface.d.ts +1 -1
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.component.d.ts +7 -0
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.interface.d.ts +52 -0
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/AlertJobStatusContainer.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/AlertJobStatusIcon.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/index.d.ts +4 -0
- package/dist/cjs/types/components/UI/molecules/FraudCardJob/FraudCardJob.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/FraudCardJob/FraudCardJob.interface.d.ts +18 -0
- package/dist/cjs/types/components/UI/molecules/FraudCardJob/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/JobActions/JobActions.interface.d.ts +5 -0
- package/dist/cjs/types/components/UI/molecules/JobApplyCard/JobApplyCard.interface.d.ts +4 -0
- package/dist/cjs/types/components/UI/molecules/JobCompanyHeader/JobCompanyHeader.interface.d.ts +6 -0
- package/dist/cjs/types/components/UI/molecules/MegaMenuCard/MegaMenuCard.interface.d.ts +1 -1
- package/dist/{esm/types/components/UI/atoms → cjs/types/components/UI/molecules}/MegaMenuDrawerItem/MegaMenuDrawerItem.interface.d.ts +5 -4
- package/dist/cjs/types/components/UI/molecules/MegaMenuSideCards/MegaMenuSideCards.interface.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/ModalResponsive/ModalResponsive.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/ModalResponsive/ModalResponsive.interface.d.ts +22 -0
- package/dist/cjs/types/components/UI/molecules/ModalResponsive/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/SimilarCard/SimilarCard.component.d.ts +7 -0
- package/dist/cjs/types/components/UI/molecules/SimilarCard/SimilarCard.interface.d.ts +128 -0
- package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/SimilarCardLogo.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/SimilarCardIcon.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/SimilarCard/index.d.ts +4 -0
- package/dist/cjs/types/components/UI/molecules/ToggleButtonList/ToggleButtonList.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/ToggleButtonList/ToggleButtonList.interface.d.ts +23 -0
- package/dist/cjs/types/components/UI/molecules/ToggleButtonList/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/molecules/Tooltip/Tooltip.interface.d.ts +7 -0
- package/dist/cjs/types/components/UI/molecules/index.d.ts +8 -2
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/ApplicationSummary.component.d.ts +9 -0
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/ApplicationSummary.interface.d.ts +71 -0
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationButton/ApplicationButton.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationButton/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationSection/ApplicationSection.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationSection/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationSubTitle/ApplicationSubTitle.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationSubTitle/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationText/ApplicationText.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationText/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationTitle/ApplicationTitle.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationTitle/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/index.d.ts +5 -0
- package/dist/cjs/types/components/UI/organism/JobDetailsDrawer/JobDetailsDrawer.interface.d.ts +14 -0
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.component.d.ts +11 -0
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.interface.d.ts +90 -0
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/JobSuggestedHeader.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/JobSuggestedSimilarJobs.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/index.d.ts +4 -0
- package/dist/cjs/types/components/UI/organism/MobileJobDetailsActionsBar/MobileJobDetailsActionsBar.interface.d.ts +4 -0
- package/dist/cjs/types/components/UI/organism/MobileJobDetailsDrawer/MobileJobDetailsDrawer.interface.d.ts +16 -3
- package/dist/cjs/types/components/UI/organism/ProcessesCard/ProcessesCard.component.d.ts +11 -0
- package/dist/cjs/types/components/UI/organism/ProcessesCard/ProcessesCard.interface.d.ts +42 -0
- package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardArrow/ProcessesCardArrow.component.d.ts +2 -0
- package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardBrand/ProcessesCardBrand.component.d.ts +2 -0
- package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardIconStatus/ProcessesCardIconStatus.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardSection/ProcessesCardSection.component.d.ts +2 -0
- package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardStatus/ProcessesCardStatus.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardText/ProcessesCardText.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardTitle/ProcessesCardTitle.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/ProcessesCard/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/organism/index.d.ts +3 -0
- package/dist/cjs/types/components/UI/template/MegaMenu/MegaMenuContext.interface.d.ts +1 -0
- package/dist/cjs/types/constants/icons.constants.d.ts +8 -0
- package/dist/cjs/types/constants/stories/alertJob.constants.d.ts +3 -0
- package/dist/cjs/types/constants/stories/fraudCardJob.constant.d.ts +2 -0
- package/dist/cjs/types/constants/stories/index.d.ts +3 -0
- package/dist/cjs/types/constants/stories/jobSuggestedDrawer.constants.d.ts +3 -0
- package/dist/cjs/types/constants/stories/similarCard.constants.d.ts +7 -0
- package/dist/cjs/types/constants/stories/toggleButton.constants.d.ts +2 -0
- package/dist/cjs/types/utils/text/textAdapter.util.d.ts +3 -0
- package/dist/esm/css/magneto.ui.lib.min.css +1 -1
- package/dist/esm/index.js +1351 -984
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/UI/atoms/Badge/Badge.component.d.ts +3 -0
- package/dist/esm/types/components/UI/atoms/Badge/Badge.interface.d.ts +10 -0
- package/dist/esm/types/components/UI/atoms/Badge/index.d.ts +1 -0
- package/dist/esm/types/components/UI/atoms/Divider/Divider.interface.d.ts +1 -0
- package/dist/esm/types/components/UI/atoms/HeaderTab/HeaderTab.interface.d.ts +7 -0
- package/dist/esm/types/components/UI/atoms/Text/Text.interface.d.ts +2 -1
- package/dist/esm/types/components/UI/atoms/ToggleButton/ToggleButton.interface.d.ts +9 -4
- package/dist/esm/types/components/UI/atoms/index.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/Actions/Actions.interface.d.ts +4 -0
- package/dist/esm/types/components/UI/molecules/Alert/Alert.interface.d.ts +1 -1
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.component.d.ts +7 -0
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.interface.d.ts +52 -0
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/AlertJobStatusContainer.component.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/index.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/AlertJobStatusIcon.component.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/index.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/index.d.ts +4 -0
- package/dist/esm/types/components/UI/molecules/FraudCardJob/FraudCardJob.component.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/FraudCardJob/FraudCardJob.interface.d.ts +18 -0
- package/dist/esm/types/components/UI/molecules/FraudCardJob/index.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/JobActions/JobActions.interface.d.ts +5 -0
- package/dist/esm/types/components/UI/molecules/JobApplyCard/JobApplyCard.interface.d.ts +4 -0
- package/dist/esm/types/components/UI/molecules/JobCompanyHeader/JobCompanyHeader.interface.d.ts +6 -0
- package/dist/esm/types/components/UI/molecules/MegaMenuCard/MegaMenuCard.interface.d.ts +1 -1
- package/dist/{cjs/types/components/UI/atoms → esm/types/components/UI/molecules}/MegaMenuDrawerItem/MegaMenuDrawerItem.interface.d.ts +5 -4
- package/dist/esm/types/components/UI/molecules/MegaMenuSideCards/MegaMenuSideCards.interface.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/ModalResponsive/ModalResponsive.component.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/ModalResponsive/ModalResponsive.interface.d.ts +22 -0
- package/dist/esm/types/components/UI/molecules/ModalResponsive/index.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/SimilarCard/SimilarCard.component.d.ts +7 -0
- package/dist/esm/types/components/UI/molecules/SimilarCard/SimilarCard.interface.d.ts +128 -0
- package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/SimilarCardLogo.component.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/index.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/SimilarCardIcon.component.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/index.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/SimilarCard/index.d.ts +4 -0
- package/dist/esm/types/components/UI/molecules/ToggleButtonList/ToggleButtonList.component.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/ToggleButtonList/ToggleButtonList.interface.d.ts +23 -0
- package/dist/esm/types/components/UI/molecules/ToggleButtonList/index.d.ts +2 -0
- package/dist/esm/types/components/UI/molecules/Tooltip/Tooltip.interface.d.ts +7 -0
- package/dist/esm/types/components/UI/molecules/index.d.ts +8 -2
- package/dist/esm/types/components/UI/organism/ApplicationSummary/ApplicationSummary.component.d.ts +9 -0
- package/dist/esm/types/components/UI/organism/ApplicationSummary/ApplicationSummary.interface.d.ts +71 -0
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationButton/ApplicationButton.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationButton/index.d.ts +1 -0
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationSection/ApplicationSection.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationSection/index.d.ts +1 -0
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationSubTitle/ApplicationSubTitle.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationSubTitle/index.d.ts +1 -0
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationText/ApplicationText.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationText/index.d.ts +1 -0
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationTitle/ApplicationTitle.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationTitle/index.d.ts +1 -0
- package/dist/esm/types/components/UI/organism/ApplicationSummary/index.d.ts +5 -0
- package/dist/esm/types/components/UI/organism/JobDetailsDrawer/JobDetailsDrawer.interface.d.ts +14 -0
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.component.d.ts +11 -0
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.interface.d.ts +90 -0
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/JobSuggestedHeader.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/index.d.ts +1 -0
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/JobSuggestedSimilarJobs.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/index.d.ts +1 -0
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/index.d.ts +4 -0
- package/dist/esm/types/components/UI/organism/MobileJobDetailsActionsBar/MobileJobDetailsActionsBar.interface.d.ts +4 -0
- package/dist/esm/types/components/UI/organism/MobileJobDetailsDrawer/MobileJobDetailsDrawer.interface.d.ts +16 -3
- package/dist/esm/types/components/UI/organism/ProcessesCard/ProcessesCard.component.d.ts +11 -0
- package/dist/esm/types/components/UI/organism/ProcessesCard/ProcessesCard.interface.d.ts +42 -0
- package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardArrow/ProcessesCardArrow.component.d.ts +2 -0
- package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardBrand/ProcessesCardBrand.component.d.ts +2 -0
- package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardIconStatus/ProcessesCardIconStatus.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardSection/ProcessesCardSection.component.d.ts +2 -0
- package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardStatus/ProcessesCardStatus.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardText/ProcessesCardText.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardTitle/ProcessesCardTitle.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/ProcessesCard/index.d.ts +1 -0
- package/dist/esm/types/components/UI/organism/index.d.ts +3 -0
- package/dist/esm/types/components/UI/template/MegaMenu/MegaMenuContext.interface.d.ts +1 -0
- package/dist/esm/types/constants/icons.constants.d.ts +8 -0
- package/dist/esm/types/constants/stories/alertJob.constants.d.ts +3 -0
- package/dist/esm/types/constants/stories/fraudCardJob.constant.d.ts +2 -0
- package/dist/esm/types/constants/stories/index.d.ts +3 -0
- package/dist/esm/types/constants/stories/jobSuggestedDrawer.constants.d.ts +3 -0
- package/dist/esm/types/constants/stories/similarCard.constants.d.ts +7 -0
- package/dist/esm/types/constants/stories/toggleButton.constants.d.ts +2 -0
- package/dist/esm/types/utils/text/textAdapter.util.d.ts +3 -0
- package/dist/index.d.ts +690 -28
- package/package.json +1 -1
- /package/dist/cjs/types/components/UI/{atoms → molecules}/MegaMenuDrawerItem/MegaMenuDrawerItem.component.d.ts +0 -0
- /package/dist/cjs/types/components/UI/{atoms → molecules}/MegaMenuDrawerItem/index.d.ts +0 -0
- /package/dist/esm/types/components/UI/{atoms → molecules}/MegaMenuDrawerItem/MegaMenuDrawerItem.component.d.ts +0 -0
- /package/dist/esm/types/components/UI/{atoms → molecules}/MegaMenuDrawerItem/index.d.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ApplicationButton.component';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ApplicationSection.component';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ApplicationSubTitle.component';
|
package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationText/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ApplicationText.component';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ApplicationTitle.component';
|
package/dist/cjs/types/components/UI/organism/JobDetailsDrawer/JobDetailsDrawer.interface.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { IAlertJobStatus } from './../../molecules/AlertJobStatus/AlertJobStatus.interface';
|
|
1
2
|
import { IJobSkillsCard } from '../../molecules/JobSkillsCard';
|
|
2
3
|
import { IJobApplyCard } from '../../molecules/JobApplyCard';
|
|
3
4
|
import { IJobFooterCard } from '../../molecules/JobFooterCard';
|
|
@@ -8,6 +9,7 @@ import { ReactNode } from 'react';
|
|
|
8
9
|
import { ISimilarJobs } from '../SimilarJobs/SimilarJobs.interface';
|
|
9
10
|
import { IJobVideo } from '@components/UI/molecules/JobVideo';
|
|
10
11
|
import { ICityDetail } from '../../molecules/CitiesDetailDrawer';
|
|
12
|
+
import { IFraudCardJob } from '../../molecules/FraudCardJob/FraudCardJob.interface';
|
|
11
13
|
export interface IJobDetailsDrawer {
|
|
12
14
|
/**
|
|
13
15
|
* Props for the job company logo and header section.
|
|
@@ -73,4 +75,16 @@ export interface IJobDetailsDrawer {
|
|
|
73
75
|
cities: ICityDetail[];
|
|
74
76
|
isRemote: boolean;
|
|
75
77
|
textRemote: string;
|
|
78
|
+
/**
|
|
79
|
+
* Props for the fraud card job.
|
|
80
|
+
*/
|
|
81
|
+
fraudCardJobProps: IFraudCardJob;
|
|
82
|
+
/**
|
|
83
|
+
* Props for show actions buttons or alert
|
|
84
|
+
*/
|
|
85
|
+
isApplied?: boolean;
|
|
86
|
+
/**
|
|
87
|
+
* Props for show alert when apply
|
|
88
|
+
*/
|
|
89
|
+
alertJobStatusProps?: IAlertJobStatus;
|
|
76
90
|
}
|
package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.component.d.ts
ADDED
|
@@ -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
|
+
};
|
package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.interface.d.ts
ADDED
|
@@ -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 @@
|
|
|
1
|
+
export * from './JobSuggestedHeader.component';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './JobSuggestedSimilarJobs.component';
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { IJobApplyCard, IJobCompanyHeader, IJobDetailCard, IJobFooterCard, IJobSkillsCard, ICityDetail } from '@components/UI/molecules';
|
|
2
|
-
import { IMobileJobDetailsActionsBar } from '../MobileJobDetailsActionsBar';
|
|
3
1
|
import { ReactNode } from 'react';
|
|
4
|
-
import {
|
|
2
|
+
import { IJobApplyCard, IJobCompanyHeader, IJobDetailCard, IJobFooterCard, IJobSkillsCard, ICityDetail, IAlertJobStatus } from '@components/UI/molecules';
|
|
3
|
+
import { IMobileJobDetailsActionsBar } from '../MobileJobDetailsActionsBar';
|
|
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,16 @@ 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;
|
|
91
|
+
/**
|
|
92
|
+
* Props for show actions buttons or alert
|
|
93
|
+
*/
|
|
94
|
+
isApplied?: boolean;
|
|
95
|
+
/**
|
|
96
|
+
* Props for show alert when apply
|
|
97
|
+
*/
|
|
98
|
+
alertJobStatusProps?: IAlertJobStatus;
|
|
86
99
|
}
|
|
@@ -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 @@
|
|
|
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';
|
|
@@ -31,8 +31,10 @@ export { default as BuildingSlashBlackOutline } from '../assets/buildingSlashDar
|
|
|
31
31
|
export { default as BuildingWhite } from '../assets/buildingWhite.svg';
|
|
32
32
|
export { default as Calendar1 } from '../assets/Calendar1.svg';
|
|
33
33
|
export { default as Checked } from '../assets/Checked.svg';
|
|
34
|
+
export { default as Checked2 } from '../assets/Checked2.svg';
|
|
34
35
|
export { default as ClipboardClose } from '../assets/ClipboardClose.svg';
|
|
35
36
|
export { default as Clock } from '../assets/Clock.svg';
|
|
37
|
+
export { default as ClockLine } from '../assets/clock-line.svg';
|
|
36
38
|
export { default as Close } from '../assets/Close.svg';
|
|
37
39
|
export { default as CloseCircle } from '../assets/closeCircle.svg';
|
|
38
40
|
export { default as CloseCircleRedBold } from '../assets/closeCircleRedBold.svg';
|
|
@@ -40,6 +42,8 @@ export { default as CoinBlackOutline } from '../assets/coinBlackOutline.svg';
|
|
|
40
42
|
export { default as Danger } from '../assets/danger.svg';
|
|
41
43
|
export { default as DocTextBlueBold } from '../assets/docTextBlueBold.svg';
|
|
42
44
|
export { default as DocTextWhiteOutline } from '../assets/docTextWhiteOutline.svg';
|
|
45
|
+
export { default as DocumentForward } from '../assets/document-forward.svg';
|
|
46
|
+
export { default as DocumentSearch } from '../assets/document-search.svg';
|
|
43
47
|
export { default as DocumentText } from '../assets/DocumentText.svg';
|
|
44
48
|
export { default as DocumentTextGray } from '../assets/DocumentTextGray.svg';
|
|
45
49
|
export { default as DollarCircle } from '../assets/DollarCircle.svg';
|
|
@@ -132,11 +136,15 @@ export { default as TwitterBlue } from '../assets/Twitter2.svg';
|
|
|
132
136
|
export { default as TwitterDark } from '../assets/Twitter1.svg';
|
|
133
137
|
export { default as Urgent } from '../assets/Urgent.svg';
|
|
134
138
|
export { default as User } from '../assets/User.svg';
|
|
139
|
+
export { default as UserRemove } from '../assets/user-remove.svg';
|
|
135
140
|
export { default as UserRoundedBlue } from '../assets/userRoundedBlue.svg';
|
|
136
141
|
export { default as UserRoundedGray } from '../assets/userRoundedGray.svg';
|
|
137
142
|
export { default as UserSearchBlueBold } from '../assets/userSearchBlueBold.svg';
|
|
138
143
|
export { default as UserSearchWhiteOutline } from '../assets/userSearchWhiteOutline.svg';
|
|
144
|
+
export { default as UserTick } from '../assets/user-tick.svg';
|
|
139
145
|
export { default as Warning } from '../assets/warning.svg';
|
|
146
|
+
export { default as Warning3D } from '../assets/warning-3d.svg';
|
|
147
|
+
export { default as WarningHex } from '../assets/warning-hex.svg';
|
|
140
148
|
export { default as WarningYellowBold } from '../assets/warningYellowBold.svg';
|
|
141
149
|
export { default as WhatsAppColor } from '../assets/Whatsapp1.svg';
|
|
142
150
|
export { default as WhatsAppDark } from '../assets/Whatsapp.svg';
|
|
@@ -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';
|