magneto365.ui 2.63.10-alpha → 2.64.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/40ead0ba61f8ecca.svg +7 -0
- package/dist/assets/5724480fa00284be.svg +8 -0
- package/dist/assets/d56b874c91887b05.svg +7 -0
- package/dist/assets/e12cf8464a04c04d.svg +1 -0
- package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
- package/dist/cjs/index.js +4616 -4781
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/UI/atoms/Icon/Icon.interface.d.ts +4 -0
- package/dist/cjs/types/components/UI/atoms/index.d.ts +0 -1
- package/dist/cjs/types/components/UI/molecules/JobCard/JobCard.interface.d.ts +9 -0
- package/dist/cjs/types/components/UI/molecules/JobCard/children/JobCardOption/JobCardOption.component.d.ts +4 -0
- package/dist/cjs/types/components/UI/molecules/JobCard/children/JobCardOption/JobCardOption.interface.d.ts +7 -0
- package/dist/cjs/types/components/UI/molecules/JobCard/children/JobCardOption/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/JobCard/children/JobCardOptionDrawer/JobCardOptionDrawer.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/JobCard/children/JobCardOptionDrawer/JobCardOptionDrawer.interface.d.ts +19 -0
- package/dist/cjs/types/components/UI/molecules/JobCard/children/JobCardOptionDrawer/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/JobCardDesktop/JobCardDesktop.interface.d.ts +5 -1
- package/dist/cjs/types/components/UI/molecules/VacantOption/VacantOption.component.d.ts +4 -0
- package/dist/cjs/types/components/UI/molecules/VacantOption/VacantOption.interface.d.ts +5 -0
- package/dist/cjs/types/components/UI/molecules/VacantOption/children/VacantOptionMobile/VacantOptionMobile.component.d.ts +4 -0
- package/dist/cjs/types/components/UI/molecules/VacantOption/children/VacantOptionMobile/VacantOptionMobile.interface.d.ts +6 -0
- package/dist/cjs/types/components/UI/molecules/VacantOption/children/VacantOptionMobile/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/VacantOption/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/index.d.ts +0 -1
- package/dist/cjs/types/components/UI/organism/JobDetailsDrawer/JobDetailsDrawer.interface.d.ts +8 -0
- package/dist/cjs/types/components/UI/organism/MobileJobDetailsDrawer/MobileJobDetailsDrawer.interface.d.ts +5 -0
- package/dist/cjs/types/components/UI/organism/index.d.ts +0 -2
- package/dist/cjs/types/components/UI/page/JobsPage/JobsPage.interface.d.ts +25 -0
- package/dist/cjs/types/components/UI/template/index.d.ts +0 -1
- package/dist/cjs/types/components/hooks/useWithElement/index.d.ts +2 -0
- package/dist/cjs/types/constants/icons.constants.d.ts +8 -18
- package/dist/cjs/types/constants/stories/analyst.constants.d.ts +1 -2
- package/dist/cjs/types/constants/stories/common.constants.d.ts +1 -0
- package/dist/cjs/types/constants/stories/index.d.ts +0 -2
- package/dist/cjs/types/constants/stories/jobsPage.constants.d.ts +1 -1
- package/dist/cjs/types/constants/stories/megaMenu.constants.d.ts +1 -0
- package/dist/cjs/types/constants/vacancies.constants.d.ts +18 -0
- package/dist/cjs/types/utils/date/dateInput.util.d.ts +2 -2
- package/dist/cjs/types/utils/icons/getIcons.util.d.ts +1 -1
- package/dist/esm/css/magneto.ui.lib.min.css +1 -1
- package/dist/esm/index.js +4618 -4778
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/UI/atoms/Icon/Icon.interface.d.ts +4 -0
- package/dist/esm/types/components/UI/atoms/index.d.ts +0 -1
- package/dist/esm/types/components/UI/molecules/JobCard/JobCard.interface.d.ts +9 -0
- package/dist/esm/types/components/UI/molecules/JobCard/children/JobCardOption/JobCardOption.component.d.ts +4 -0
- package/dist/esm/types/components/UI/molecules/JobCard/children/JobCardOption/JobCardOption.interface.d.ts +7 -0
- package/dist/esm/types/components/UI/molecules/JobCard/children/JobCardOption/index.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/JobCard/children/JobCardOptionDrawer/JobCardOptionDrawer.component.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/JobCard/children/JobCardOptionDrawer/JobCardOptionDrawer.interface.d.ts +19 -0
- package/dist/esm/types/components/UI/molecules/JobCard/children/JobCardOptionDrawer/index.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/JobCardDesktop/JobCardDesktop.interface.d.ts +5 -1
- package/dist/esm/types/components/UI/molecules/VacantOption/VacantOption.component.d.ts +4 -0
- package/dist/esm/types/components/UI/molecules/VacantOption/VacantOption.interface.d.ts +5 -0
- package/dist/esm/types/components/UI/molecules/VacantOption/children/VacantOptionMobile/VacantOptionMobile.component.d.ts +4 -0
- package/dist/esm/types/components/UI/molecules/VacantOption/children/VacantOptionMobile/VacantOptionMobile.interface.d.ts +6 -0
- package/dist/esm/types/components/UI/molecules/VacantOption/children/VacantOptionMobile/index.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/VacantOption/index.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/index.d.ts +0 -1
- package/dist/esm/types/components/UI/organism/JobDetailsDrawer/JobDetailsDrawer.interface.d.ts +8 -0
- package/dist/esm/types/components/UI/organism/MobileJobDetailsDrawer/MobileJobDetailsDrawer.interface.d.ts +5 -0
- package/dist/esm/types/components/UI/organism/index.d.ts +0 -2
- package/dist/esm/types/components/UI/page/JobsPage/JobsPage.interface.d.ts +25 -0
- package/dist/esm/types/components/UI/template/index.d.ts +0 -1
- package/dist/esm/types/components/hooks/useWithElement/index.d.ts +2 -0
- package/dist/esm/types/constants/icons.constants.d.ts +8 -18
- package/dist/esm/types/constants/stories/analyst.constants.d.ts +1 -2
- package/dist/esm/types/constants/stories/common.constants.d.ts +1 -0
- package/dist/esm/types/constants/stories/index.d.ts +0 -2
- package/dist/esm/types/constants/stories/jobsPage.constants.d.ts +1 -1
- package/dist/esm/types/constants/stories/megaMenu.constants.d.ts +1 -0
- package/dist/esm/types/constants/vacancies.constants.d.ts +18 -0
- package/dist/esm/types/utils/date/dateInput.util.d.ts +2 -2
- package/dist/esm/types/utils/icons/getIcons.util.d.ts +1 -1
- package/dist/index.d.ts +77 -169
- package/package.json +1 -1
- package/dist/assets/6ef46f12bd41b7e9.svg +0 -6
- package/dist/assets/programatic/04389e99195ff6a4.svg +0 -7
- package/dist/assets/programatic/11e4df382bedbd55.svg +0 -7
- package/dist/assets/programatic/2f05a86c12b92705.svg +0 -7
- package/dist/assets/programatic/3caf016bc47ea119.svg +0 -11
- package/dist/assets/programatic/407623cd48f5ef6d.svg +0 -4
- package/dist/assets/programatic/473c87f0d70beec7.svg +0 -6
- package/dist/assets/programatic/53f2d2ba789f35cf.svg +0 -5
- package/dist/assets/programatic/7521dac35a6a264e.svg +0 -5
- package/dist/assets/programatic/7941570f4d62edfa.svg +0 -4
- package/dist/assets/programatic/91c6d65a7c15755a.svg +0 -6
- package/dist/assets/programatic/9928a6077f96fd22.svg +0 -9
- package/dist/assets/programatic/a473aefda12b4b6d.svg +0 -6
- package/dist/assets/programatic/bef414204e4cdfb6.svg +0 -5
- package/dist/cjs/types/components/UI/atoms/BarChart/BarChart.component.d.ts +0 -3
- package/dist/cjs/types/components/UI/atoms/BarChart/BarChart.interface.d.ts +0 -22
- package/dist/cjs/types/components/UI/atoms/BarChart/enums.d.ts +0 -5
- package/dist/cjs/types/components/UI/atoms/BarChart/index.d.ts +0 -1
- package/dist/cjs/types/components/UI/atoms/BarChart/interfaces.d.ts +0 -1
- package/dist/cjs/types/components/UI/molecules/BarsChart/BarsChart.component.d.ts +0 -3
- package/dist/cjs/types/components/UI/molecules/BarsChart/BarsChart.interface.d.ts +0 -29
- package/dist/cjs/types/components/UI/molecules/BarsChart/index.d.ts +0 -1
- package/dist/cjs/types/components/UI/organism/CategoryGrid/CategoryGrid.component.d.ts +0 -3
- package/dist/cjs/types/components/UI/organism/CategoryGrid/CategoryGrid.interface.d.ts +0 -15
- package/dist/cjs/types/components/UI/organism/CategoryGrid/index.d.ts +0 -2
- package/dist/cjs/types/components/UI/organism/CategoryMenuCard/CategoryMenuCard.component.d.ts +0 -4
- package/dist/cjs/types/components/UI/organism/CategoryMenuCard/CategoryMenuCard.interface.d.ts +0 -53
- package/dist/cjs/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/CategoryMenuList.component.d.ts +0 -3
- package/dist/cjs/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/CategoryMenuList.interface.d.ts +0 -23
- package/dist/cjs/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/index.d.ts +0 -2
- package/dist/cjs/types/components/UI/organism/CategoryMenuCard/index.d.ts +0 -2
- package/dist/cjs/types/components/UI/template/VacantPositionsTemplate/VacantPositions.component.d.ts +0 -4
- package/dist/cjs/types/components/UI/template/VacantPositionsTemplate/VacantPositions.interface.d.ts +0 -33
- package/dist/cjs/types/components/UI/template/VacantPositionsTemplate/index.d.ts +0 -2
- package/dist/cjs/types/constants/stories/vacantPositionsCategory.constants.d.ts +0 -25
- package/dist/cjs/types/utils/currency/currency.util.d.ts +0 -1
- package/dist/esm/types/components/UI/atoms/BarChart/BarChart.component.d.ts +0 -3
- package/dist/esm/types/components/UI/atoms/BarChart/BarChart.interface.d.ts +0 -22
- package/dist/esm/types/components/UI/atoms/BarChart/enums.d.ts +0 -5
- package/dist/esm/types/components/UI/atoms/BarChart/index.d.ts +0 -1
- package/dist/esm/types/components/UI/atoms/BarChart/interfaces.d.ts +0 -1
- package/dist/esm/types/components/UI/molecules/BarsChart/BarsChart.component.d.ts +0 -3
- package/dist/esm/types/components/UI/molecules/BarsChart/BarsChart.interface.d.ts +0 -29
- package/dist/esm/types/components/UI/molecules/BarsChart/index.d.ts +0 -1
- package/dist/esm/types/components/UI/organism/CategoryGrid/CategoryGrid.component.d.ts +0 -3
- package/dist/esm/types/components/UI/organism/CategoryGrid/CategoryGrid.interface.d.ts +0 -15
- package/dist/esm/types/components/UI/organism/CategoryGrid/index.d.ts +0 -2
- package/dist/esm/types/components/UI/organism/CategoryMenuCard/CategoryMenuCard.component.d.ts +0 -4
- package/dist/esm/types/components/UI/organism/CategoryMenuCard/CategoryMenuCard.interface.d.ts +0 -53
- package/dist/esm/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/CategoryMenuList.component.d.ts +0 -3
- package/dist/esm/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/CategoryMenuList.interface.d.ts +0 -23
- package/dist/esm/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/index.d.ts +0 -2
- package/dist/esm/types/components/UI/organism/CategoryMenuCard/index.d.ts +0 -2
- package/dist/esm/types/components/UI/template/VacantPositionsTemplate/VacantPositions.component.d.ts +0 -4
- package/dist/esm/types/components/UI/template/VacantPositionsTemplate/VacantPositions.interface.d.ts +0 -33
- package/dist/esm/types/components/UI/template/VacantPositionsTemplate/index.d.ts +0 -2
- package/dist/esm/types/constants/stories/vacantPositionsCategory.constants.d.ts +0 -25
- package/dist/esm/types/utils/currency/currency.util.d.ts +0 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { TVacantOption } from '@components/UI/page';
|
|
1
2
|
export interface IJobCard {
|
|
2
3
|
id: number | null;
|
|
3
4
|
/**
|
|
@@ -76,4 +77,12 @@ export interface IJobCard {
|
|
|
76
77
|
* This is the string for urgent jobs
|
|
77
78
|
*/
|
|
78
79
|
urgent?: string;
|
|
80
|
+
/**
|
|
81
|
+
* This property display menu options in vacant card.
|
|
82
|
+
*/
|
|
83
|
+
menu?: TVacantOption[];
|
|
84
|
+
/**
|
|
85
|
+
* This property show back action in mobile job card options.
|
|
86
|
+
*/
|
|
87
|
+
backText?: string;
|
|
79
88
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as JobCardOption } from './JobCardOption.component';
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { TVacantOption } from '@components/UI/page';
|
|
2
|
+
export interface IJobCardOptionDrawer {
|
|
3
|
+
/**
|
|
4
|
+
* Vacant Title.
|
|
5
|
+
*/
|
|
6
|
+
title?: string | null;
|
|
7
|
+
/**
|
|
8
|
+
* Company name.
|
|
9
|
+
*/
|
|
10
|
+
company?: string | null;
|
|
11
|
+
/**
|
|
12
|
+
* Auxiliar text for back action.
|
|
13
|
+
*/
|
|
14
|
+
backText?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Menu option to display in drawer.
|
|
17
|
+
*/
|
|
18
|
+
menu: TVacantOption[];
|
|
19
|
+
}
|
package/dist/cjs/types/components/UI/molecules/JobCard/children/JobCardOptionDrawer/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { JobCardOptionDrawer } from './JobCardOptionDrawer.component';
|
|
@@ -1,8 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { IJobCard } from '../JobCard/JobCard.interface';
|
|
2
3
|
export interface ICardJobDesktop extends IJobCard {
|
|
3
|
-
workSeen?: string;
|
|
4
4
|
/**
|
|
5
5
|
* this property can change style in the texts when the job is open
|
|
6
6
|
*/
|
|
7
7
|
jobOpen?: string;
|
|
8
|
+
/**
|
|
9
|
+
*
|
|
10
|
+
*/
|
|
11
|
+
renderRight?: () => React.ReactNode;
|
|
8
12
|
}
|
package/dist/cjs/types/components/UI/molecules/VacantOption/children/VacantOptionMobile/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as VacantOptionMobile } from './VacantOptionMobile.component';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as VacantOption } from './VacantOption.component';
|
package/dist/cjs/types/components/UI/organism/JobDetailsDrawer/JobDetailsDrawer.interface.d.ts
CHANGED
|
@@ -10,6 +10,10 @@ import { ISimilarJobs } from '../SimilarJobs/SimilarJobs.interface';
|
|
|
10
10
|
import { IJobVideo } from '@components/UI/molecules/JobVideo';
|
|
11
11
|
import { ICityDetail } from '../../molecules/CitiesDetailDrawer';
|
|
12
12
|
import { IFraudCardJob } from '../../molecules/FraudCardJob/FraudCardJob.interface';
|
|
13
|
+
export interface ICanApply {
|
|
14
|
+
message: string;
|
|
15
|
+
isApplicable: boolean;
|
|
16
|
+
}
|
|
13
17
|
export interface IJobDetailsDrawer {
|
|
14
18
|
/**
|
|
15
19
|
* Props for the job company logo and header section.
|
|
@@ -87,4 +91,8 @@ export interface IJobDetailsDrawer {
|
|
|
87
91
|
* Props for show alert when apply
|
|
88
92
|
*/
|
|
89
93
|
alertJobStatusProps?: IAlertJobStatus;
|
|
94
|
+
/**
|
|
95
|
+
* Props for show alert when user can´t apply
|
|
96
|
+
*/
|
|
97
|
+
canApply?: ICanApply;
|
|
90
98
|
}
|
|
@@ -5,6 +5,7 @@ import { IJobVideo } from '@components/UI/molecules/JobVideo';
|
|
|
5
5
|
import { ISimilarJobs } from '../SimilarJobs/SimilarJobs.interface';
|
|
6
6
|
import { SwipeProps } from '../Swipe/Swipe.interface';
|
|
7
7
|
import { IFraudCardJob } from './../../molecules/FraudCardJob/FraudCardJob.interface';
|
|
8
|
+
import { ICanApply } from '../JobDetailsDrawer';
|
|
8
9
|
export interface IMobileJobDetailsDrawer {
|
|
9
10
|
/**
|
|
10
11
|
* Props for the job company logo and header section.
|
|
@@ -96,4 +97,8 @@ export interface IMobileJobDetailsDrawer {
|
|
|
96
97
|
* Props for show alert when apply
|
|
97
98
|
*/
|
|
98
99
|
alertJobStatusProps?: IAlertJobStatus;
|
|
100
|
+
/**
|
|
101
|
+
* Props for show alert when user can´t apply
|
|
102
|
+
*/
|
|
103
|
+
canApply?: ICanApply;
|
|
99
104
|
}
|
|
@@ -89,3 +89,28 @@ export interface IDynamicUrl {
|
|
|
89
89
|
fullUrl: string;
|
|
90
90
|
fullJobsUrl: string;
|
|
91
91
|
}
|
|
92
|
+
/**
|
|
93
|
+
* Different kinds of option. links for anchor tag, button for button tag and menu for dropdown component.
|
|
94
|
+
*/
|
|
95
|
+
export declare type TVacantOptionType = {
|
|
96
|
+
type: 'link';
|
|
97
|
+
href: string;
|
|
98
|
+
} | {
|
|
99
|
+
type: 'menu';
|
|
100
|
+
children: TVacantOption[];
|
|
101
|
+
} | {
|
|
102
|
+
type: 'button';
|
|
103
|
+
onClick?: VoidFunction;
|
|
104
|
+
};
|
|
105
|
+
export declare type TVacantOption = {
|
|
106
|
+
className?: string;
|
|
107
|
+
/**
|
|
108
|
+
* Label to display in the option ui.
|
|
109
|
+
*/
|
|
110
|
+
label: string;
|
|
111
|
+
/**
|
|
112
|
+
* icon to display in the option ui.
|
|
113
|
+
* @example values in ShareIcons constant like Facebook, X, Sms, Export or custom value as a link.
|
|
114
|
+
*/
|
|
115
|
+
icon?: string;
|
|
116
|
+
} & TVacantOptionType;
|
|
@@ -26,12 +26,10 @@ export { default as BriefcaseBlueBold } from '../assets/briefcaseBlueBold.svg';
|
|
|
26
26
|
export { default as BriefcaseWhiteOutline } from '../assets/briefcaseWhiteOutline.svg';
|
|
27
27
|
export { default as BrifecaseTick } from '../assets/BrifecaseTick.svg';
|
|
28
28
|
export { default as Broom } from '../assets/Broom.svg';
|
|
29
|
-
export { default as
|
|
30
|
-
export { default as
|
|
31
|
-
export { default as Brush2 } from '../assets/programatic/brush-2.svg';
|
|
29
|
+
export { default as Building5 } from '../assets/Building5.svg';
|
|
30
|
+
export { default as Buildings2 } from '../assets/Buildings2.svg';
|
|
32
31
|
export { default as BuildingSlashBlackOutline } from '../assets/buildingSlashDarkBlueOutline.svg';
|
|
33
32
|
export { default as BuildingWhite } from '../assets/buildingWhite.svg';
|
|
34
|
-
export { default as Buildings2 } from '../assets/Buildings2.svg';
|
|
35
33
|
export { default as Calendar1 } from '../assets/Calendar1.svg';
|
|
36
34
|
export { default as Checked } from '../assets/Checked.svg';
|
|
37
35
|
export { default as Checked2 } from '../assets/Checked2.svg';
|
|
@@ -42,9 +40,7 @@ export { default as Close } from '../assets/Close.svg';
|
|
|
42
40
|
export { default as CloseCircle } from '../assets/closeCircle.svg';
|
|
43
41
|
export { default as CloseCircleRedBold } from '../assets/closeCircleRedBold.svg';
|
|
44
42
|
export { default as CoinBlackOutline } from '../assets/coinBlackOutline.svg';
|
|
45
|
-
export { default as Computing } from '../assets/programatic/computing.svg';
|
|
46
43
|
export { default as Danger } from '../assets/danger.svg';
|
|
47
|
-
export { default as Device1 } from '../assets/programatic/devices-1.svg';
|
|
48
44
|
export { default as DocTextBlueBold } from '../assets/docTextBlueBold.svg';
|
|
49
45
|
export { default as DocTextWhiteOutline } from '../assets/docTextWhiteOutline.svg';
|
|
50
46
|
export { default as DocumentForward } from '../assets/document-forward.svg';
|
|
@@ -63,7 +59,6 @@ export { default as Facebook } from '../assets/Facebook.svg';
|
|
|
63
59
|
export { default as FacebookBlue } from '../assets/Facebook2.svg';
|
|
64
60
|
export { default as FacebookDark } from '../assets/Facebook1.svg';
|
|
65
61
|
export { default as FacebookSolid } from '../assets/FacebookSolid.svg';
|
|
66
|
-
export { default as Glass } from '../assets/programatic/glass.svg';
|
|
67
62
|
export { default as GooglePlay } from '../assets/google-play.svg';
|
|
68
63
|
export { default as GridBlueBold } from '../assets/gridBlueBold.svg';
|
|
69
64
|
export { default as GridWhiteOutline } from '../assets/gridWhiteOutline.svg';
|
|
@@ -74,7 +69,6 @@ export { default as Home2 } from '../assets/home.svg';
|
|
|
74
69
|
export { default as HomeBlueBold } from '../assets/homeBlueBold.svg';
|
|
75
70
|
export { default as HomeUnderline } from '../assets/homeUnderline.svg';
|
|
76
71
|
export { default as HomeWhiteOutline } from '../assets/homeWhiteOutline.svg';
|
|
77
|
-
export { default as Hospital } from '../assets/programatic/hospital.svg';
|
|
78
72
|
export { default as ImageBlueBold } from '../assets/imageBlueBold.svg';
|
|
79
73
|
export { default as ImageWhiteOutline } from '../assets/imageWhiteOutline.svg';
|
|
80
74
|
export { default as Info } from '../assets/info.svg';
|
|
@@ -83,13 +77,12 @@ export { default as Instagram } from '../assets/Instagram.svg';
|
|
|
83
77
|
export { default as InstagramSolid } from '../assets/InstagramSolid.svg';
|
|
84
78
|
export { default as IsoLogoMagneto } from '../assets/favicon-m.svg';
|
|
85
79
|
export { default as IsoLogoMagnetoDark } from '../assets/logoMagnetoDarkMobile.svg';
|
|
86
|
-
export { default as Like } from '../assets/programatic/like-shapes.svg';
|
|
87
80
|
export { default as Link } from '../assets/Link.svg';
|
|
88
81
|
export { default as Link1 } from '../assets/Link1.svg';
|
|
89
82
|
export { default as LinkDark } from '../assets/Link21.svg';
|
|
83
|
+
export { default as Linkedin } from '../assets/Linkedin.svg';
|
|
90
84
|
export { default as LinkedInBlue } from '../assets/Linkedin2.svg';
|
|
91
85
|
export { default as LinkedInDark } from '../assets/Linkedin1.svg';
|
|
92
|
-
export { default as Linkedin } from '../assets/Linkedin.svg';
|
|
93
86
|
export { default as LinkedinSolid } from '../assets/LinkedinSolid.svg';
|
|
94
87
|
export { default as Location } from '../assets/Location.svg';
|
|
95
88
|
export { default as Lock } from '../assets/Lock.svg';
|
|
@@ -103,10 +96,9 @@ export { default as MagicStarBlackOutline } from '../assets/magicStarBlackOutlin
|
|
|
103
96
|
export { default as MailDark } from '../assets/Mail1.svg';
|
|
104
97
|
export { default as MessageQuestion } from '../assets/MessageQuestion.svg';
|
|
105
98
|
export { default as Messages2BlackOutline } from '../assets/messages2BlackOutline.svg';
|
|
106
|
-
export { default as MinTrabajo } from '../assets/logo-SPE-2024.svg';
|
|
107
99
|
export { default as MiniArrowGrayDown } from '../assets/miniArrowGrayDown.svg';
|
|
108
100
|
export { default as MiniArrowGrayUp } from '../assets/miniArrowGrayUp.svg';
|
|
109
|
-
export { default as
|
|
101
|
+
export { default as MinTrabajo } from '../assets/logo-SPE-2024.svg';
|
|
110
102
|
export { default as Mobile } from '../assets/Mobile.svg';
|
|
111
103
|
export { default as More } from '../assets/More1.svg';
|
|
112
104
|
export { default as MouseCircleBlackOutline } from '../assets/mouseCircleDarkBlueOutline.svg';
|
|
@@ -117,26 +109,25 @@ export { default as PeopleBlueBold } from '../assets/peopleBlueBold.svg';
|
|
|
117
109
|
export { default as PeopleWhiteOutline } from '../assets/peopleWhiteOutline.svg';
|
|
118
110
|
export { default as ProfileAdd } from '../assets/ProfileAdd.svg';
|
|
119
111
|
export { default as QuestionCircle } from '../assets/question-cirlce.svg';
|
|
120
|
-
export { default as Ranking } from '../assets/programatic/ranking-1.svg';
|
|
121
112
|
export { default as RedoDarkBlue } from '../assets/redoDarkBlue.svg';
|
|
122
113
|
export { default as Refresh } from '../assets/Refresh.svg';
|
|
123
|
-
export { default as SMSBlue } from '../assets/SMS.svg';
|
|
124
114
|
export { default as SearchIcon } from '../assets/SearchNormal1Gray.svg';
|
|
125
115
|
export { default as SearchNormal1 } from '../assets/SearchNormal1.svg';
|
|
126
116
|
export { default as Security } from '../assets/security.svg';
|
|
127
|
-
export { default as Setting } from '../assets/programatic/setting.svg';
|
|
128
117
|
export { default as Setting2 } from '../assets/Setting2.svg';
|
|
129
118
|
export { default as Setting4 } from '../assets/Setting4.svg';
|
|
130
119
|
export { default as SettingBlueBold } from '../assets/settingBlueBold.svg';
|
|
131
120
|
export { default as SettingWhiteOutline } from '../assets/settingWhiteOutline.svg';
|
|
132
121
|
export { default as Share } from '../assets/Share.svg';
|
|
122
|
+
export { default as Share2 } from '../assets/Share2.svg';
|
|
123
|
+
export { default as Share2Bold } from '../assets/Share2Bold.svg';
|
|
133
124
|
export { default as ShareBlue } from '../assets/Share1.svg';
|
|
134
125
|
export { default as ShoppingCartBlueOutline } from '../assets/shoppingCartBlueOutline.svg';
|
|
135
126
|
export { default as SmallClose } from '../assets/SmallClose.svg';
|
|
127
|
+
export { default as SMSBlue } from '../assets/SMS.svg';
|
|
136
128
|
export { default as SpinnerWhite } from '../assets/SpinnerWhite.svg';
|
|
137
129
|
export { default as Success } from '../assets/success.svg';
|
|
138
130
|
export { default as SuggestedJobs } from '../assets/suggested-jobs.svg';
|
|
139
|
-
export { default as Sun } from '../assets/programatic/sun-fog.svg';
|
|
140
131
|
export { default as Tag } from '../assets/tag.svg';
|
|
141
132
|
export { default as TaskBlueBold } from '../assets/taskBlueBold.svg';
|
|
142
133
|
export { default as TaskSquare } from '../assets/TaskSquare.svg';
|
|
@@ -145,7 +136,6 @@ export { default as TickCircleGreenBold } from '../assets/tickCircleGreenBold.sv
|
|
|
145
136
|
export { default as Tiktok } from '../assets/Tiktok.svg';
|
|
146
137
|
export { default as TiktokSolid } from '../assets/TiktokSolid.svg';
|
|
147
138
|
export { default as Trash } from '../assets/trash.svg';
|
|
148
|
-
export { default as Tree } from '../assets/programatic/tree.svg';
|
|
149
139
|
export { default as TwitterBlue } from '../assets/Twitter2.svg';
|
|
150
140
|
export { default as TwitterDark } from '../assets/Twitter1.svg';
|
|
151
141
|
export { default as Urgent } from '../assets/Urgent.svg';
|
|
@@ -156,7 +146,6 @@ export { default as UserRoundedGray } from '../assets/userRoundedGray.svg';
|
|
|
156
146
|
export { default as UserSearchBlueBold } from '../assets/userSearchBlueBold.svg';
|
|
157
147
|
export { default as UserSearchWhiteOutline } from '../assets/userSearchWhiteOutline.svg';
|
|
158
148
|
export { default as UserTick } from '../assets/user-tick.svg';
|
|
159
|
-
export { default as Video1 } from '../assets/programatic/video.svg';
|
|
160
149
|
export { default as Warning } from '../assets/warning.svg';
|
|
161
150
|
export { default as Warning3D } from '../assets/warning-3d.svg';
|
|
162
151
|
export { default as WarningHex } from '../assets/warning-hex.svg';
|
|
@@ -166,3 +155,4 @@ export { default as WhatsAppDark } from '../assets/Whatsapp.svg';
|
|
|
166
155
|
export { default as X } from '../assets/X.svg';
|
|
167
156
|
export { default as Youtube } from '../assets/Youtube.svg';
|
|
168
157
|
export { default as YoutubeSolid } from '../assets/YoutubeSolid.svg';
|
|
158
|
+
export { default as Bell } from '../assets/bell.svg';
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { IBreadcrumbs, IUserAnalyst, IUserMenuWrapperAnalystProps } from '@components/UI/molecules';
|
|
2
2
|
import { IHeaderAnalyst, INavMenuAnalystProps, IModalAnalystProps } from '@components/UI/organism';
|
|
3
|
-
import {
|
|
3
|
+
import { ILinkProps } from '@components/UI/atoms';
|
|
4
4
|
import { IAnalystTemplateProps } from '@components/UI/template';
|
|
5
|
-
export declare const MenuButtonAnalystProps: IMainButton;
|
|
6
5
|
export declare const BreadCrumbAnalystProps: IBreadcrumbs;
|
|
7
6
|
export declare const UserAnalystProps: IUserAnalyst;
|
|
8
7
|
export declare const UserNotificationProps: ILinkProps;
|
|
@@ -18,3 +18,4 @@ export declare const SignInStyles: {
|
|
|
18
18
|
export declare const SignUpButtonStyle: IMainButton;
|
|
19
19
|
export declare const UserMenuButtonAnalystProps: IUserMenuButtonAnalystProps;
|
|
20
20
|
export declare const MenuDropdownProps: IMenuDropdownProps;
|
|
21
|
+
export declare const MenuButtonAnalystProps: IMainButton;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export * from './DatePicker.constants';
|
|
2
2
|
export * from './Image.constants';
|
|
3
|
-
export * from './analyst.constants';
|
|
4
3
|
export * from './citiesDrawer.constant';
|
|
5
4
|
export * from './common.constants';
|
|
6
5
|
export * from './drawer.constants';
|
|
@@ -24,4 +23,3 @@ export * from './similarCard.constants';
|
|
|
24
23
|
export * from './jobSuggestedDrawer.constants';
|
|
25
24
|
export * from './notification.constants';
|
|
26
25
|
export * from './alertsPanel.constants';
|
|
27
|
-
export * from './vacantPositionsCategory.constants';
|
|
@@ -14,4 +14,22 @@ export declare const ShareIcons: {
|
|
|
14
14
|
Sms: {
|
|
15
15
|
icon: any;
|
|
16
16
|
};
|
|
17
|
+
Share: {
|
|
18
|
+
icon: any;
|
|
19
|
+
};
|
|
20
|
+
ShareBold: {
|
|
21
|
+
icon: any;
|
|
22
|
+
};
|
|
23
|
+
ArchiveAdd: {
|
|
24
|
+
icon: any;
|
|
25
|
+
};
|
|
26
|
+
ArchiveRemove: {
|
|
27
|
+
icon: any;
|
|
28
|
+
};
|
|
29
|
+
Export: {
|
|
30
|
+
icon: any;
|
|
31
|
+
};
|
|
32
|
+
Building: {
|
|
33
|
+
icon: any;
|
|
34
|
+
};
|
|
17
35
|
};
|
|
@@ -7,8 +7,8 @@ export declare class DateArray {
|
|
|
7
7
|
private fromArray;
|
|
8
8
|
private setRaw;
|
|
9
9
|
private getMonth;
|
|
10
|
-
getArray():
|
|
10
|
+
getArray(): string[] | number[];
|
|
11
11
|
setArray(array: string[] | number[]): this;
|
|
12
12
|
fixMonth(): this;
|
|
13
13
|
}
|
|
14
|
-
export declare const fixArrayDate: (array: string[] | number[]) =>
|
|
14
|
+
export declare const fixArrayDate: (array: string[] | number[]) => string[] | number[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const getIcons: (iconName?: string | undefined) => any;
|