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.
Files changed (134) hide show
  1. package/dist/assets/40ead0ba61f8ecca.svg +7 -0
  2. package/dist/assets/5724480fa00284be.svg +8 -0
  3. package/dist/assets/d56b874c91887b05.svg +7 -0
  4. package/dist/assets/e12cf8464a04c04d.svg +1 -0
  5. package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
  6. package/dist/cjs/index.js +4616 -4781
  7. package/dist/cjs/index.js.map +1 -1
  8. package/dist/cjs/types/components/UI/atoms/Icon/Icon.interface.d.ts +4 -0
  9. package/dist/cjs/types/components/UI/atoms/index.d.ts +0 -1
  10. package/dist/cjs/types/components/UI/molecules/JobCard/JobCard.interface.d.ts +9 -0
  11. package/dist/cjs/types/components/UI/molecules/JobCard/children/JobCardOption/JobCardOption.component.d.ts +4 -0
  12. package/dist/cjs/types/components/UI/molecules/JobCard/children/JobCardOption/JobCardOption.interface.d.ts +7 -0
  13. package/dist/cjs/types/components/UI/molecules/JobCard/children/JobCardOption/index.d.ts +1 -0
  14. package/dist/cjs/types/components/UI/molecules/JobCard/children/JobCardOptionDrawer/JobCardOptionDrawer.component.d.ts +3 -0
  15. package/dist/cjs/types/components/UI/molecules/JobCard/children/JobCardOptionDrawer/JobCardOptionDrawer.interface.d.ts +19 -0
  16. package/dist/cjs/types/components/UI/molecules/JobCard/children/JobCardOptionDrawer/index.d.ts +1 -0
  17. package/dist/cjs/types/components/UI/molecules/JobCardDesktop/JobCardDesktop.interface.d.ts +5 -1
  18. package/dist/cjs/types/components/UI/molecules/VacantOption/VacantOption.component.d.ts +4 -0
  19. package/dist/cjs/types/components/UI/molecules/VacantOption/VacantOption.interface.d.ts +5 -0
  20. package/dist/cjs/types/components/UI/molecules/VacantOption/children/VacantOptionMobile/VacantOptionMobile.component.d.ts +4 -0
  21. package/dist/cjs/types/components/UI/molecules/VacantOption/children/VacantOptionMobile/VacantOptionMobile.interface.d.ts +6 -0
  22. package/dist/cjs/types/components/UI/molecules/VacantOption/children/VacantOptionMobile/index.d.ts +1 -0
  23. package/dist/cjs/types/components/UI/molecules/VacantOption/index.d.ts +1 -0
  24. package/dist/cjs/types/components/UI/molecules/index.d.ts +0 -1
  25. package/dist/cjs/types/components/UI/organism/JobDetailsDrawer/JobDetailsDrawer.interface.d.ts +8 -0
  26. package/dist/cjs/types/components/UI/organism/MobileJobDetailsDrawer/MobileJobDetailsDrawer.interface.d.ts +5 -0
  27. package/dist/cjs/types/components/UI/organism/index.d.ts +0 -2
  28. package/dist/cjs/types/components/UI/page/JobsPage/JobsPage.interface.d.ts +25 -0
  29. package/dist/cjs/types/components/UI/template/index.d.ts +0 -1
  30. package/dist/cjs/types/components/hooks/useWithElement/index.d.ts +2 -0
  31. package/dist/cjs/types/constants/icons.constants.d.ts +8 -18
  32. package/dist/cjs/types/constants/stories/analyst.constants.d.ts +1 -2
  33. package/dist/cjs/types/constants/stories/common.constants.d.ts +1 -0
  34. package/dist/cjs/types/constants/stories/index.d.ts +0 -2
  35. package/dist/cjs/types/constants/stories/jobsPage.constants.d.ts +1 -1
  36. package/dist/cjs/types/constants/stories/megaMenu.constants.d.ts +1 -0
  37. package/dist/cjs/types/constants/vacancies.constants.d.ts +18 -0
  38. package/dist/cjs/types/utils/date/dateInput.util.d.ts +2 -2
  39. package/dist/cjs/types/utils/icons/getIcons.util.d.ts +1 -1
  40. package/dist/esm/css/magneto.ui.lib.min.css +1 -1
  41. package/dist/esm/index.js +4618 -4778
  42. package/dist/esm/index.js.map +1 -1
  43. package/dist/esm/types/components/UI/atoms/Icon/Icon.interface.d.ts +4 -0
  44. package/dist/esm/types/components/UI/atoms/index.d.ts +0 -1
  45. package/dist/esm/types/components/UI/molecules/JobCard/JobCard.interface.d.ts +9 -0
  46. package/dist/esm/types/components/UI/molecules/JobCard/children/JobCardOption/JobCardOption.component.d.ts +4 -0
  47. package/dist/esm/types/components/UI/molecules/JobCard/children/JobCardOption/JobCardOption.interface.d.ts +7 -0
  48. package/dist/esm/types/components/UI/molecules/JobCard/children/JobCardOption/index.d.ts +1 -0
  49. package/dist/esm/types/components/UI/molecules/JobCard/children/JobCardOptionDrawer/JobCardOptionDrawer.component.d.ts +3 -0
  50. package/dist/esm/types/components/UI/molecules/JobCard/children/JobCardOptionDrawer/JobCardOptionDrawer.interface.d.ts +19 -0
  51. package/dist/esm/types/components/UI/molecules/JobCard/children/JobCardOptionDrawer/index.d.ts +1 -0
  52. package/dist/esm/types/components/UI/molecules/JobCardDesktop/JobCardDesktop.interface.d.ts +5 -1
  53. package/dist/esm/types/components/UI/molecules/VacantOption/VacantOption.component.d.ts +4 -0
  54. package/dist/esm/types/components/UI/molecules/VacantOption/VacantOption.interface.d.ts +5 -0
  55. package/dist/esm/types/components/UI/molecules/VacantOption/children/VacantOptionMobile/VacantOptionMobile.component.d.ts +4 -0
  56. package/dist/esm/types/components/UI/molecules/VacantOption/children/VacantOptionMobile/VacantOptionMobile.interface.d.ts +6 -0
  57. package/dist/esm/types/components/UI/molecules/VacantOption/children/VacantOptionMobile/index.d.ts +1 -0
  58. package/dist/esm/types/components/UI/molecules/VacantOption/index.d.ts +1 -0
  59. package/dist/esm/types/components/UI/molecules/index.d.ts +0 -1
  60. package/dist/esm/types/components/UI/organism/JobDetailsDrawer/JobDetailsDrawer.interface.d.ts +8 -0
  61. package/dist/esm/types/components/UI/organism/MobileJobDetailsDrawer/MobileJobDetailsDrawer.interface.d.ts +5 -0
  62. package/dist/esm/types/components/UI/organism/index.d.ts +0 -2
  63. package/dist/esm/types/components/UI/page/JobsPage/JobsPage.interface.d.ts +25 -0
  64. package/dist/esm/types/components/UI/template/index.d.ts +0 -1
  65. package/dist/esm/types/components/hooks/useWithElement/index.d.ts +2 -0
  66. package/dist/esm/types/constants/icons.constants.d.ts +8 -18
  67. package/dist/esm/types/constants/stories/analyst.constants.d.ts +1 -2
  68. package/dist/esm/types/constants/stories/common.constants.d.ts +1 -0
  69. package/dist/esm/types/constants/stories/index.d.ts +0 -2
  70. package/dist/esm/types/constants/stories/jobsPage.constants.d.ts +1 -1
  71. package/dist/esm/types/constants/stories/megaMenu.constants.d.ts +1 -0
  72. package/dist/esm/types/constants/vacancies.constants.d.ts +18 -0
  73. package/dist/esm/types/utils/date/dateInput.util.d.ts +2 -2
  74. package/dist/esm/types/utils/icons/getIcons.util.d.ts +1 -1
  75. package/dist/index.d.ts +77 -169
  76. package/package.json +1 -1
  77. package/dist/assets/6ef46f12bd41b7e9.svg +0 -6
  78. package/dist/assets/programatic/04389e99195ff6a4.svg +0 -7
  79. package/dist/assets/programatic/11e4df382bedbd55.svg +0 -7
  80. package/dist/assets/programatic/2f05a86c12b92705.svg +0 -7
  81. package/dist/assets/programatic/3caf016bc47ea119.svg +0 -11
  82. package/dist/assets/programatic/407623cd48f5ef6d.svg +0 -4
  83. package/dist/assets/programatic/473c87f0d70beec7.svg +0 -6
  84. package/dist/assets/programatic/53f2d2ba789f35cf.svg +0 -5
  85. package/dist/assets/programatic/7521dac35a6a264e.svg +0 -5
  86. package/dist/assets/programatic/7941570f4d62edfa.svg +0 -4
  87. package/dist/assets/programatic/91c6d65a7c15755a.svg +0 -6
  88. package/dist/assets/programatic/9928a6077f96fd22.svg +0 -9
  89. package/dist/assets/programatic/a473aefda12b4b6d.svg +0 -6
  90. package/dist/assets/programatic/bef414204e4cdfb6.svg +0 -5
  91. package/dist/cjs/types/components/UI/atoms/BarChart/BarChart.component.d.ts +0 -3
  92. package/dist/cjs/types/components/UI/atoms/BarChart/BarChart.interface.d.ts +0 -22
  93. package/dist/cjs/types/components/UI/atoms/BarChart/enums.d.ts +0 -5
  94. package/dist/cjs/types/components/UI/atoms/BarChart/index.d.ts +0 -1
  95. package/dist/cjs/types/components/UI/atoms/BarChart/interfaces.d.ts +0 -1
  96. package/dist/cjs/types/components/UI/molecules/BarsChart/BarsChart.component.d.ts +0 -3
  97. package/dist/cjs/types/components/UI/molecules/BarsChart/BarsChart.interface.d.ts +0 -29
  98. package/dist/cjs/types/components/UI/molecules/BarsChart/index.d.ts +0 -1
  99. package/dist/cjs/types/components/UI/organism/CategoryGrid/CategoryGrid.component.d.ts +0 -3
  100. package/dist/cjs/types/components/UI/organism/CategoryGrid/CategoryGrid.interface.d.ts +0 -15
  101. package/dist/cjs/types/components/UI/organism/CategoryGrid/index.d.ts +0 -2
  102. package/dist/cjs/types/components/UI/organism/CategoryMenuCard/CategoryMenuCard.component.d.ts +0 -4
  103. package/dist/cjs/types/components/UI/organism/CategoryMenuCard/CategoryMenuCard.interface.d.ts +0 -53
  104. package/dist/cjs/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/CategoryMenuList.component.d.ts +0 -3
  105. package/dist/cjs/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/CategoryMenuList.interface.d.ts +0 -23
  106. package/dist/cjs/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/index.d.ts +0 -2
  107. package/dist/cjs/types/components/UI/organism/CategoryMenuCard/index.d.ts +0 -2
  108. package/dist/cjs/types/components/UI/template/VacantPositionsTemplate/VacantPositions.component.d.ts +0 -4
  109. package/dist/cjs/types/components/UI/template/VacantPositionsTemplate/VacantPositions.interface.d.ts +0 -33
  110. package/dist/cjs/types/components/UI/template/VacantPositionsTemplate/index.d.ts +0 -2
  111. package/dist/cjs/types/constants/stories/vacantPositionsCategory.constants.d.ts +0 -25
  112. package/dist/cjs/types/utils/currency/currency.util.d.ts +0 -1
  113. package/dist/esm/types/components/UI/atoms/BarChart/BarChart.component.d.ts +0 -3
  114. package/dist/esm/types/components/UI/atoms/BarChart/BarChart.interface.d.ts +0 -22
  115. package/dist/esm/types/components/UI/atoms/BarChart/enums.d.ts +0 -5
  116. package/dist/esm/types/components/UI/atoms/BarChart/index.d.ts +0 -1
  117. package/dist/esm/types/components/UI/atoms/BarChart/interfaces.d.ts +0 -1
  118. package/dist/esm/types/components/UI/molecules/BarsChart/BarsChart.component.d.ts +0 -3
  119. package/dist/esm/types/components/UI/molecules/BarsChart/BarsChart.interface.d.ts +0 -29
  120. package/dist/esm/types/components/UI/molecules/BarsChart/index.d.ts +0 -1
  121. package/dist/esm/types/components/UI/organism/CategoryGrid/CategoryGrid.component.d.ts +0 -3
  122. package/dist/esm/types/components/UI/organism/CategoryGrid/CategoryGrid.interface.d.ts +0 -15
  123. package/dist/esm/types/components/UI/organism/CategoryGrid/index.d.ts +0 -2
  124. package/dist/esm/types/components/UI/organism/CategoryMenuCard/CategoryMenuCard.component.d.ts +0 -4
  125. package/dist/esm/types/components/UI/organism/CategoryMenuCard/CategoryMenuCard.interface.d.ts +0 -53
  126. package/dist/esm/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/CategoryMenuList.component.d.ts +0 -3
  127. package/dist/esm/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/CategoryMenuList.interface.d.ts +0 -23
  128. package/dist/esm/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/index.d.ts +0 -2
  129. package/dist/esm/types/components/UI/organism/CategoryMenuCard/index.d.ts +0 -2
  130. package/dist/esm/types/components/UI/template/VacantPositionsTemplate/VacantPositions.component.d.ts +0 -4
  131. package/dist/esm/types/components/UI/template/VacantPositionsTemplate/VacantPositions.interface.d.ts +0 -33
  132. package/dist/esm/types/components/UI/template/VacantPositionsTemplate/index.d.ts +0 -2
  133. package/dist/esm/types/constants/stories/vacantPositionsCategory.constants.d.ts +0 -25
  134. package/dist/esm/types/utils/currency/currency.util.d.ts +0 -1
@@ -31,4 +31,8 @@ export interface IconProps {
31
31
  * Text alt in the img element
32
32
  */
33
33
  alt?: string | null;
34
+ /**
35
+ * Rotate image 180 deg
36
+ */
37
+ isRotate?: boolean;
34
38
  }
@@ -37,4 +37,3 @@ export * from './Text';
37
37
  export * from './Tag';
38
38
  export * from './ToggleButton';
39
39
  export * from './UserMenuButtonAnalyst';
40
- export * from './BarChart';
@@ -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,4 @@
1
+ import React from 'react';
2
+ import { IJobCardOption } from './JobCardOption.interface';
3
+ declare const _default: React.FC<IJobCardOption>;
4
+ export default _default;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { TVacantOption } from '@components/UI/page';
3
+ export interface IJobCardOption {
4
+ clickOut?: boolean;
5
+ setClickOut?: React.Dispatch<React.SetStateAction<boolean>>;
6
+ menu: TVacantOption[];
7
+ }
@@ -0,0 +1 @@
1
+ export { default as JobCardOption } from './JobCardOption.component';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IJobCardOptionDrawer } from './JobCardOptionDrawer.interface';
3
+ export declare const JobCardOptionDrawer: React.FC<IJobCardOptionDrawer>;
@@ -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
+ }
@@ -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
  }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IVacantOption } from './VacantOption.interface';
3
+ declare const VacantOption: React.FC<IVacantOption>;
4
+ export default VacantOption;
@@ -0,0 +1,5 @@
1
+ import { TVacantOption } from '@components/UI/page';
2
+ export interface IVacantOption {
3
+ option: TVacantOption;
4
+ onClick?: VoidFunction;
5
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IVacantOptionMobile } from './VacantOptionMobile.interface';
3
+ declare const VacantOptionMobile: React.FC<IVacantOptionMobile>;
4
+ export default VacantOptionMobile;
@@ -0,0 +1,6 @@
1
+ import { TVacantOption } from '@components/UI/page';
2
+ export interface IVacantOptionMobile {
3
+ option: TVacantOption;
4
+ onClick?: VoidFunction;
5
+ onMenu?: (options: TVacantOption[]) => void;
6
+ }
@@ -0,0 +1 @@
1
+ export { default as VacantOptionMobile } from './VacantOptionMobile.component';
@@ -0,0 +1 @@
1
+ export { default as VacantOption } from './VacantOption.component';
@@ -76,4 +76,3 @@ export * from './MegaMenuDrawerItem';
76
76
  export * from './MegaMenuEmpty';
77
77
  export * from './Notification';
78
78
  export * from './AlertJobModal';
79
- export * from './BarsChart';
@@ -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
  }
@@ -33,5 +33,3 @@ export * from './UserTerms';
33
33
  export * from './MegaMenuDrawer';
34
34
  export * from './JobSuggestedDrawer';
35
35
  export * from './AlertsPanel';
36
- export * from './CategoryMenuCard';
37
- export * from './CategoryGrid';
@@ -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;
@@ -7,4 +7,3 @@ export * from './logoutTemplate';
7
7
  export * from './SideFilter';
8
8
  export * from './SortBar';
9
9
  export * from './MegaMenu';
10
- export * from './VacantPositionsTemplate';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const useWithElement: <T extends HTMLElement>(ref: React.RefObject<T>) => number | null;
@@ -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 Book1 } from '../assets/book-1.svg';
30
- export { default as Box } from '../assets/programatic/box.svg';
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 Message } from '../assets/programatic/device-message.svg';
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 { IMainButton, ILinkProps } from '@components/UI/atoms';
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';
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { IVacancies } from '../../../dist';
2
+ import { IVacancies } from '@components/UI/page';
3
3
  export declare const jobDetailsDrawer: {
4
4
  jobDetailCardProps: {
5
5
  offerDescription: string;
@@ -29,6 +29,7 @@ export declare const megaMenuUserLoggedIcons: {
29
29
  resume: any;
30
30
  settings: any;
31
31
  help: any;
32
+ alerts: any;
32
33
  };
33
34
  export declare const mobileSocialIcons: any[];
34
35
  export declare const megaMenuJobs: IMegaMenuJobs;
@@ -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(): number[] | string[];
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[]) => number[] | string[];
14
+ export declare const fixArrayDate: (array: string[] | number[]) => string[] | number[];
@@ -1 +1 @@
1
- export declare const getIcon: (iconsObject: Record<string, any>, iconName?: string | undefined) => any;
1
+ export declare const getIcons: (iconName?: string | undefined) => any;