magneto365.ui 2.64.0 → 2.65.2

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 (80) hide show
  1. package/dist/assets/6ef46f12bd41b7e9.svg +6 -0
  2. package/dist/assets/programatic/04389e99195ff6a4.svg +7 -0
  3. package/dist/assets/programatic/11e4df382bedbd55.svg +7 -0
  4. package/dist/assets/programatic/2f05a86c12b92705.svg +7 -0
  5. package/dist/assets/programatic/3caf016bc47ea119.svg +11 -0
  6. package/dist/assets/programatic/407623cd48f5ef6d.svg +4 -0
  7. package/dist/assets/programatic/473c87f0d70beec7.svg +6 -0
  8. package/dist/assets/programatic/53f2d2ba789f35cf.svg +5 -0
  9. package/dist/assets/programatic/7521dac35a6a264e.svg +5 -0
  10. package/dist/assets/programatic/7941570f4d62edfa.svg +4 -0
  11. package/dist/assets/programatic/91c6d65a7c15755a.svg +6 -0
  12. package/dist/assets/programatic/9928a6077f96fd22.svg +9 -0
  13. package/dist/assets/programatic/a473aefda12b4b6d.svg +6 -0
  14. package/dist/assets/programatic/bef414204e4cdfb6.svg +5 -0
  15. package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
  16. package/dist/cjs/index.js +1513 -1268
  17. package/dist/cjs/index.js.map +1 -1
  18. package/dist/cjs/types/components/UI/atoms/BarChart/BarChart.component.d.ts +3 -0
  19. package/dist/cjs/types/components/UI/atoms/BarChart/BarChart.interface.d.ts +22 -0
  20. package/dist/cjs/types/components/UI/atoms/BarChart/enums.d.ts +5 -0
  21. package/dist/cjs/types/components/UI/atoms/BarChart/index.d.ts +1 -0
  22. package/dist/cjs/types/components/UI/atoms/BarChart/interfaces.d.ts +1 -0
  23. package/dist/cjs/types/components/UI/atoms/index.d.ts +1 -0
  24. package/dist/cjs/types/components/UI/molecules/BarsChart/BarsChart.component.d.ts +3 -0
  25. package/dist/cjs/types/components/UI/molecules/BarsChart/BarsChart.interface.d.ts +33 -0
  26. package/dist/cjs/types/components/UI/molecules/BarsChart/index.d.ts +1 -0
  27. package/dist/cjs/types/components/UI/molecules/index.d.ts +1 -0
  28. package/dist/cjs/types/components/UI/organism/CategoryGrid/CategoryGrid.component.d.ts +3 -0
  29. package/dist/cjs/types/components/UI/organism/CategoryGrid/CategoryGrid.interface.d.ts +15 -0
  30. package/dist/cjs/types/components/UI/organism/CategoryGrid/index.d.ts +2 -0
  31. package/dist/cjs/types/components/UI/organism/CategoryMenuCard/CategoryMenuCard.component.d.ts +4 -0
  32. package/dist/cjs/types/components/UI/organism/CategoryMenuCard/CategoryMenuCard.interface.d.ts +53 -0
  33. package/dist/cjs/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/CategoryMenuList.component.d.ts +3 -0
  34. package/dist/cjs/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/CategoryMenuList.interface.d.ts +23 -0
  35. package/dist/cjs/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/index.d.ts +2 -0
  36. package/dist/cjs/types/components/UI/organism/CategoryMenuCard/index.d.ts +2 -0
  37. package/dist/cjs/types/components/UI/organism/index.d.ts +2 -0
  38. package/dist/cjs/types/components/UI/template/VacantPositionsTemplate/VacantPositions.component.d.ts +4 -0
  39. package/dist/cjs/types/components/UI/template/VacantPositionsTemplate/VacantPositions.interface.d.ts +33 -0
  40. package/dist/cjs/types/components/UI/template/VacantPositionsTemplate/index.d.ts +2 -0
  41. package/dist/cjs/types/components/UI/template/index.d.ts +1 -0
  42. package/dist/cjs/types/constants/icons.constants.d.ts +15 -1
  43. package/dist/cjs/types/constants/stories/index.d.ts +1 -0
  44. package/dist/cjs/types/constants/stories/vacantPositionsCategory.constants.d.ts +25 -0
  45. package/dist/cjs/types/utils/currency/currency.util.d.ts +1 -0
  46. package/dist/cjs/types/utils/icons/getIcons.util.d.ts +1 -1
  47. package/dist/esm/css/magneto.ui.lib.min.css +1 -1
  48. package/dist/esm/index.js +1509 -1269
  49. package/dist/esm/index.js.map +1 -1
  50. package/dist/esm/types/components/UI/atoms/BarChart/BarChart.component.d.ts +3 -0
  51. package/dist/esm/types/components/UI/atoms/BarChart/BarChart.interface.d.ts +22 -0
  52. package/dist/esm/types/components/UI/atoms/BarChart/enums.d.ts +5 -0
  53. package/dist/esm/types/components/UI/atoms/BarChart/index.d.ts +1 -0
  54. package/dist/esm/types/components/UI/atoms/BarChart/interfaces.d.ts +1 -0
  55. package/dist/esm/types/components/UI/atoms/index.d.ts +1 -0
  56. package/dist/esm/types/components/UI/molecules/BarsChart/BarsChart.component.d.ts +3 -0
  57. package/dist/esm/types/components/UI/molecules/BarsChart/BarsChart.interface.d.ts +33 -0
  58. package/dist/esm/types/components/UI/molecules/BarsChart/index.d.ts +1 -0
  59. package/dist/esm/types/components/UI/molecules/index.d.ts +1 -0
  60. package/dist/esm/types/components/UI/organism/CategoryGrid/CategoryGrid.component.d.ts +3 -0
  61. package/dist/esm/types/components/UI/organism/CategoryGrid/CategoryGrid.interface.d.ts +15 -0
  62. package/dist/esm/types/components/UI/organism/CategoryGrid/index.d.ts +2 -0
  63. package/dist/esm/types/components/UI/organism/CategoryMenuCard/CategoryMenuCard.component.d.ts +4 -0
  64. package/dist/esm/types/components/UI/organism/CategoryMenuCard/CategoryMenuCard.interface.d.ts +53 -0
  65. package/dist/esm/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/CategoryMenuList.component.d.ts +3 -0
  66. package/dist/esm/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/CategoryMenuList.interface.d.ts +23 -0
  67. package/dist/esm/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/index.d.ts +2 -0
  68. package/dist/esm/types/components/UI/organism/CategoryMenuCard/index.d.ts +2 -0
  69. package/dist/esm/types/components/UI/organism/index.d.ts +2 -0
  70. package/dist/esm/types/components/UI/template/VacantPositionsTemplate/VacantPositions.component.d.ts +4 -0
  71. package/dist/esm/types/components/UI/template/VacantPositionsTemplate/VacantPositions.interface.d.ts +33 -0
  72. package/dist/esm/types/components/UI/template/VacantPositionsTemplate/index.d.ts +2 -0
  73. package/dist/esm/types/components/UI/template/index.d.ts +1 -0
  74. package/dist/esm/types/constants/icons.constants.d.ts +15 -1
  75. package/dist/esm/types/constants/stories/index.d.ts +1 -0
  76. package/dist/esm/types/constants/stories/vacantPositionsCategory.constants.d.ts +25 -0
  77. package/dist/esm/types/utils/currency/currency.util.d.ts +1 -0
  78. package/dist/esm/types/utils/icons/getIcons.util.d.ts +1 -1
  79. package/dist/index.d.ts +172 -5
  80. package/package.json +1 -1
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IBarChart } from './BarChart.interface';
3
+ export declare const BarChart: React.FC<IBarChart>;
@@ -0,0 +1,22 @@
1
+ export interface IBarChart {
2
+ /**
3
+ * Sets the range of the bar
4
+ */
5
+ bin: number[];
6
+ /**
7
+ * Sets the percentage of the bar
8
+ */
9
+ heightPercentage: number;
10
+ /**
11
+ * Sets the description text of the bar
12
+ */
13
+ jobText: string;
14
+ /**
15
+ * Sets the maximum percentage of the bar
16
+ */
17
+ maxPercentage?: number;
18
+ /**
19
+ * Sets the maximum height of the bar
20
+ */
21
+ maxHeight?: number;
22
+ }
@@ -0,0 +1,5 @@
1
+ export declare enum EPositions {
2
+ left = "left",
3
+ right = "right",
4
+ center = "center"
5
+ }
@@ -0,0 +1 @@
1
+ export * from './BarChart.component';
@@ -0,0 +1 @@
1
+ export declare type TPopoverPosition = 'left' | 'right' | 'center';
@@ -37,3 +37,4 @@ export * from './Text';
37
37
  export * from './Tag';
38
38
  export * from './ToggleButton';
39
39
  export * from './UserMenuButtonAnalyst';
40
+ export * from './BarChart';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IBarsChart } from './BarsChart.interface';
3
+ export declare const BarsChart: React.FC<IBarsChart>;
@@ -0,0 +1,33 @@
1
+ import { IBarChart } from '@components/UI/atoms/BarChart/BarChart.interface';
2
+ export interface IBarsChart {
3
+ /**
4
+ * Array of bar chart data objects
5
+ */
6
+ data: IBarChart[];
7
+ /**
8
+ * Represents the mean value to be displayed
9
+ */
10
+ mean: number;
11
+ /**
12
+ * Sets the maximum height of the bar
13
+ */
14
+ maxHeight?: number;
15
+ /**
16
+ * Text labels used in the chart
17
+ */
18
+ texts: IBarsChartText;
19
+ }
20
+ export interface IBarsChartText {
21
+ /**
22
+ * Label for jobs description
23
+ */
24
+ jobs: string;
25
+ /**
26
+ * Label for mean value
27
+ */
28
+ mean: string;
29
+ /**
30
+ * Label for month value
31
+ */
32
+ month: string;
33
+ }
@@ -0,0 +1 @@
1
+ export * from './BarsChart.component';
@@ -76,3 +76,4 @@ export * from './MegaMenuDrawerItem';
76
76
  export * from './MegaMenuEmpty';
77
77
  export * from './Notification';
78
78
  export * from './AlertJobModal';
79
+ export * from './BarsChart';
@@ -0,0 +1,3 @@
1
+ import { ICategoryGrid } from './CategoryGrid.interface';
2
+ declare const CategoryGrid: <T>({ elements, render: Component, columnsNumber }: ICategoryGrid<T>) => JSX.Element;
3
+ export default CategoryGrid;
@@ -0,0 +1,15 @@
1
+ /// <reference types="react" />
2
+ export interface ICategoryGrid<T> {
3
+ /**
4
+ * This is the elements list to render
5
+ * */
6
+ elements: T[];
7
+ /**
8
+ * This is the component to render dynamically
9
+ * */
10
+ render: React.FC<T>;
11
+ /**
12
+ * Number of columns to render
13
+ * */
14
+ columnsNumber?: number;
15
+ }
@@ -0,0 +1,2 @@
1
+ export { default as CategoryGrid } from './CategoryGrid.component';
2
+ export * from './CategoryGrid.interface';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { ICategoryMenuCard } from './CategoryMenuCard.interface';
3
+ declare const _default: React.FC<ICategoryMenuCard>;
4
+ export default _default;
@@ -0,0 +1,53 @@
1
+ /// <reference types="react" />
2
+ export interface ICategoryMenuCard {
3
+ /**
4
+ * This is the category name
5
+ * */
6
+ name: string;
7
+ /**
8
+ * You can switch between logo and icon
9
+ * */
10
+ icon?: string;
11
+ /**
12
+ * Onclick callback
13
+ * */
14
+ onClick?: () => void;
15
+ /**
16
+ * not setting this property is specific to the component
17
+ * */
18
+ clickOut?: boolean;
19
+ /**
20
+ * not setting this property is specific to the component
21
+ * */
22
+ setClickOut?: React.Dispatch<React.SetStateAction<boolean>>;
23
+ /**
24
+ * This is the item list to render
25
+ * */
26
+ list: ICategoryField[];
27
+ /**
28
+ * Url to redirect
29
+ * */
30
+ href: string;
31
+ /**
32
+ * See more button text
33
+ * */
34
+ seeAllText: string;
35
+ }
36
+ export interface ICategoryField {
37
+ /**
38
+ * This is the field id
39
+ * */
40
+ id: string | number;
41
+ /**
42
+ * This is the field name
43
+ * */
44
+ name: string;
45
+ /**
46
+ * Url to redirect
47
+ * */
48
+ href: string;
49
+ /**
50
+ * Onclick callback
51
+ * */
52
+ onClick?: () => void;
53
+ }
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { ICategoryMenuList } from './CategoryMenuList.interface';
3
+ export declare const CategoryMenuList: React.FC<ICategoryMenuList>;
@@ -0,0 +1,23 @@
1
+ import { ICategoryField } from '../../CategoryMenuCard.interface';
2
+ export interface ICategoryMenuList {
3
+ /**
4
+ * list of all options
5
+ * */
6
+ list: ICategoryField[];
7
+ /**
8
+ * The list is open
9
+ * */
10
+ isOpen?: boolean;
11
+ /**
12
+ * Onclick callback
13
+ * */
14
+ onClick?: () => void;
15
+ /**
16
+ * See all text
17
+ * */
18
+ seeAllText: string;
19
+ /**
20
+ * Url to redirect
21
+ * */
22
+ href: string;
23
+ }
@@ -0,0 +1,2 @@
1
+ export { CategoryMenuList } from './CategoryMenuList.component';
2
+ export * from './CategoryMenuList.interface';
@@ -0,0 +1,2 @@
1
+ export { default as CategoryMenuCard } from './CategoryMenuCard.component';
2
+ export * from './CategoryMenuCard.interface';
@@ -33,3 +33,5 @@ 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';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IVacantPositions } from './VacantPositions.interface';
3
+ declare const VacantPositions: React.FC<IVacantPositions>;
4
+ export default VacantPositions;
@@ -0,0 +1,33 @@
1
+ /// <reference types="react" />
2
+ import { IButtonLink } from '@components/UI/atoms';
3
+ import { IAlphabetFilter } from '@components/UI/organism/AlphabetFilter/AlphabetFilter.interface';
4
+ export interface IVacantPositions {
5
+ /**
6
+ * This is the title H1
7
+ * */
8
+ title?: string;
9
+ /**
10
+ * This is the title H2
11
+ * */
12
+ subtitle?: string;
13
+ /**
14
+ * Banner to render dynamically
15
+ * */
16
+ banner?: React.ReactNode;
17
+ /**
18
+ * Props used by the AlphabetFilter component
19
+ * */
20
+ filterProps?: IAlphabetFilter;
21
+ /**
22
+ * Props used by the back button
23
+ * */
24
+ backButtonProps?: IButtonLink;
25
+ /**
26
+ * Props used by the view more button
27
+ * */
28
+ viewMoreProps?: IButtonLink;
29
+ /**
30
+ * component that can be received dynamically as a children
31
+ * */
32
+ children?: React.ReactNode;
33
+ }
@@ -0,0 +1,2 @@
1
+ export { default as VacantPositions } from './VacantPositions.component';
2
+ export * from './VacantPositions.interface';
@@ -7,3 +7,4 @@ export * from './logoutTemplate';
7
7
  export * from './SideFilter';
8
8
  export * from './SortBar';
9
9
  export * from './MegaMenu';
10
+ export * from './VacantPositionsTemplate';
@@ -19,8 +19,11 @@ export { default as ArrowLeft2 } from '../assets/ArrowLeft2.svg';
19
19
  export { default as ArrowRight2 } from '../assets/ArrowRight2.svg';
20
20
  export { default as ArrowRightWhite } from '../assets/ArrowRightWhite.svg';
21
21
  export { default as ArrowSwapVertical } from '../assets/ArrowSwapVertical.svg';
22
+ export { default as Bell } from '../assets/bell.svg';
22
23
  export { default as BookBlueBold } from '../assets/bookBlueBold.svg';
23
24
  export { default as BookWhiteOutline } from '../assets/bookWhiteOutline.svg';
25
+ export { default as Book1 } from '../assets/book-1.svg';
26
+ export { default as Box } from '../assets/programatic/box.svg';
24
27
  export { default as Briefcase } from '../assets/Briefcase.svg';
25
28
  export { default as BriefcaseBlueBold } from '../assets/briefcaseBlueBold.svg';
26
29
  export { default as BriefcaseWhiteOutline } from '../assets/briefcaseWhiteOutline.svg';
@@ -28,6 +31,7 @@ export { default as BrifecaseTick } from '../assets/BrifecaseTick.svg';
28
31
  export { default as Broom } from '../assets/Broom.svg';
29
32
  export { default as Building5 } from '../assets/Building5.svg';
30
33
  export { default as Buildings2 } from '../assets/Buildings2.svg';
34
+ export { default as Brush2 } from '../assets/programatic/brush-2.svg';
31
35
  export { default as BuildingSlashBlackOutline } from '../assets/buildingSlashDarkBlueOutline.svg';
32
36
  export { default as BuildingWhite } from '../assets/buildingWhite.svg';
33
37
  export { default as Calendar1 } from '../assets/Calendar1.svg';
@@ -40,7 +44,9 @@ export { default as Close } from '../assets/Close.svg';
40
44
  export { default as CloseCircle } from '../assets/closeCircle.svg';
41
45
  export { default as CloseCircleRedBold } from '../assets/closeCircleRedBold.svg';
42
46
  export { default as CoinBlackOutline } from '../assets/coinBlackOutline.svg';
47
+ export { default as Computing } from '../assets/programatic/computing.svg';
43
48
  export { default as Danger } from '../assets/danger.svg';
49
+ export { default as Device1 } from '../assets/programatic/devices-1.svg';
44
50
  export { default as DocTextBlueBold } from '../assets/docTextBlueBold.svg';
45
51
  export { default as DocTextWhiteOutline } from '../assets/docTextWhiteOutline.svg';
46
52
  export { default as DocumentForward } from '../assets/document-forward.svg';
@@ -59,6 +65,7 @@ export { default as Facebook } from '../assets/Facebook.svg';
59
65
  export { default as FacebookBlue } from '../assets/Facebook2.svg';
60
66
  export { default as FacebookDark } from '../assets/Facebook1.svg';
61
67
  export { default as FacebookSolid } from '../assets/FacebookSolid.svg';
68
+ export { default as Glass } from '../assets/programatic/glass.svg';
62
69
  export { default as GooglePlay } from '../assets/google-play.svg';
63
70
  export { default as GridBlueBold } from '../assets/gridBlueBold.svg';
64
71
  export { default as GridWhiteOutline } from '../assets/gridWhiteOutline.svg';
@@ -69,6 +76,7 @@ export { default as Home2 } from '../assets/home.svg';
69
76
  export { default as HomeBlueBold } from '../assets/homeBlueBold.svg';
70
77
  export { default as HomeUnderline } from '../assets/homeUnderline.svg';
71
78
  export { default as HomeWhiteOutline } from '../assets/homeWhiteOutline.svg';
79
+ export { default as Hospital } from '../assets/programatic/hospital.svg';
72
80
  export { default as ImageBlueBold } from '../assets/imageBlueBold.svg';
73
81
  export { default as ImageWhiteOutline } from '../assets/imageWhiteOutline.svg';
74
82
  export { default as Info } from '../assets/info.svg';
@@ -77,6 +85,7 @@ export { default as Instagram } from '../assets/Instagram.svg';
77
85
  export { default as InstagramSolid } from '../assets/InstagramSolid.svg';
78
86
  export { default as IsoLogoMagneto } from '../assets/favicon-m.svg';
79
87
  export { default as IsoLogoMagnetoDark } from '../assets/logoMagnetoDarkMobile.svg';
88
+ export { default as Like } from '../assets/programatic/like-shapes.svg';
80
89
  export { default as Link } from '../assets/Link.svg';
81
90
  export { default as Link1 } from '../assets/Link1.svg';
82
91
  export { default as LinkDark } from '../assets/Link21.svg';
@@ -94,6 +103,7 @@ export { default as LogoutBlackOutline } from '../assets/logoutBlackOutline.svg'
94
103
  export { default as LogoutIcon } from '../assets/logout.svg';
95
104
  export { default as MagicStarBlackOutline } from '../assets/magicStarBlackOutline.svg';
96
105
  export { default as MailDark } from '../assets/Mail1.svg';
106
+ export { default as Message } from '../assets/programatic/device-message.svg';
97
107
  export { default as MessageQuestion } from '../assets/MessageQuestion.svg';
98
108
  export { default as Messages2BlackOutline } from '../assets/messages2BlackOutline.svg';
99
109
  export { default as MiniArrowGrayDown } from '../assets/miniArrowGrayDown.svg';
@@ -109,11 +119,13 @@ export { default as PeopleBlueBold } from '../assets/peopleBlueBold.svg';
109
119
  export { default as PeopleWhiteOutline } from '../assets/peopleWhiteOutline.svg';
110
120
  export { default as ProfileAdd } from '../assets/ProfileAdd.svg';
111
121
  export { default as QuestionCircle } from '../assets/question-cirlce.svg';
122
+ export { default as Ranking } from '../assets/programatic/ranking-1.svg';
112
123
  export { default as RedoDarkBlue } from '../assets/redoDarkBlue.svg';
113
124
  export { default as Refresh } from '../assets/Refresh.svg';
114
125
  export { default as SearchIcon } from '../assets/SearchNormal1Gray.svg';
115
126
  export { default as SearchNormal1 } from '../assets/SearchNormal1.svg';
116
127
  export { default as Security } from '../assets/security.svg';
128
+ export { default as Setting } from '../assets/programatic/setting.svg';
117
129
  export { default as Setting2 } from '../assets/Setting2.svg';
118
130
  export { default as Setting4 } from '../assets/Setting4.svg';
119
131
  export { default as SettingBlueBold } from '../assets/settingBlueBold.svg';
@@ -128,6 +140,7 @@ export { default as SMSBlue } from '../assets/SMS.svg';
128
140
  export { default as SpinnerWhite } from '../assets/SpinnerWhite.svg';
129
141
  export { default as Success } from '../assets/success.svg';
130
142
  export { default as SuggestedJobs } from '../assets/suggested-jobs.svg';
143
+ export { default as Sun } from '../assets/programatic/sun-fog.svg';
131
144
  export { default as Tag } from '../assets/tag.svg';
132
145
  export { default as TaskBlueBold } from '../assets/taskBlueBold.svg';
133
146
  export { default as TaskSquare } from '../assets/TaskSquare.svg';
@@ -136,6 +149,7 @@ export { default as TickCircleGreenBold } from '../assets/tickCircleGreenBold.sv
136
149
  export { default as Tiktok } from '../assets/Tiktok.svg';
137
150
  export { default as TiktokSolid } from '../assets/TiktokSolid.svg';
138
151
  export { default as Trash } from '../assets/trash.svg';
152
+ export { default as Tree } from '../assets/programatic/tree.svg';
139
153
  export { default as TwitterBlue } from '../assets/Twitter2.svg';
140
154
  export { default as TwitterDark } from '../assets/Twitter1.svg';
141
155
  export { default as Urgent } from '../assets/Urgent.svg';
@@ -146,6 +160,7 @@ export { default as UserRoundedGray } from '../assets/userRoundedGray.svg';
146
160
  export { default as UserSearchBlueBold } from '../assets/userSearchBlueBold.svg';
147
161
  export { default as UserSearchWhiteOutline } from '../assets/userSearchWhiteOutline.svg';
148
162
  export { default as UserTick } from '../assets/user-tick.svg';
163
+ export { default as Video1 } from '../assets/programatic/video.svg';
149
164
  export { default as Warning } from '../assets/warning.svg';
150
165
  export { default as Warning3D } from '../assets/warning-3d.svg';
151
166
  export { default as WarningHex } from '../assets/warning-hex.svg';
@@ -155,4 +170,3 @@ export { default as WhatsAppDark } from '../assets/Whatsapp.svg';
155
170
  export { default as X } from '../assets/X.svg';
156
171
  export { default as Youtube } from '../assets/Youtube.svg';
157
172
  export { default as YoutubeSolid } from '../assets/YoutubeSolid.svg';
158
- export { default as Bell } from '../assets/bell.svg';
@@ -23,3 +23,4 @@ export * from './similarCard.constants';
23
23
  export * from './jobSuggestedDrawer.constants';
24
24
  export * from './notification.constants';
25
25
  export * from './alertsPanel.constants';
26
+ export * from './vacantPositionsCategory.constants';
@@ -0,0 +1,25 @@
1
+ import { IButtonLink } from '@components/UI/atoms';
2
+ import { IBarsChart } from '@components/UI/molecules/BarsChart/BarsChart.interface';
3
+ import { ICategoryMenuCard } from '@components/UI/organism';
4
+ import { IVacantPositions } from '@components/UI/template';
5
+ export declare const categoriesData: ICategoryMenuCard[];
6
+ export declare const vacantPositionsSearchList: IButtonLink[];
7
+ export declare const programaticIcons: {
8
+ 'oficios-varios-aseo-seguridad': any;
9
+ 'manufactura-produccion-operativos': any;
10
+ 'construccion-oficios-artesanias': any;
11
+ 'tecnicos-reparaciones-mantenimiento': any;
12
+ 'ventas-servicio-cliente-marketing': any;
13
+ 'medios-arte-produccion-audiovisual': any;
14
+ 'direccion-gerencia': any;
15
+ 'profesionales-consultorias-servicios': any;
16
+ 'informatica-tecnologia-sistemas': any;
17
+ ingenieria: any;
18
+ 'agricultura-recursos-naturales': any;
19
+ 'educacion-formacion-docencia': any;
20
+ 'salud-medicina': any;
21
+ 'ciencia-investigacion': any;
22
+ 'hoteleria-turismo-gastronomia': any;
23
+ };
24
+ export declare const vacantPositionsData: IVacantPositions;
25
+ export declare const BarsChartData: IBarsChart;
@@ -0,0 +1 @@
1
+ export declare const numberToCurrency: (currency: number) => string;
@@ -1 +1 @@
1
- export declare const getIcons: (iconName?: string | undefined) => any;
1
+ export declare const getIcon: (iconsObject: Record<string, any>, iconName?: string | undefined) => any;