magneto365.ui 2.54.1 → 2.55.1

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 (55) hide show
  1. package/dist/assets/035d90cb55b544da.svg +15 -0
  2. package/dist/assets/1aba91fa564f11d7.svg +16 -0
  3. package/dist/assets/3a1c54796cd5e026.svg +17 -0
  4. package/dist/assets/3e2d04cc8ff5910d.svg +11 -0
  5. package/dist/assets/f3929a315218dc82.svg +10 -0
  6. package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
  7. package/dist/cjs/index.js +678 -576
  8. package/dist/cjs/index.js.map +1 -1
  9. package/dist/cjs/types/components/UI/molecules/FraudCardJob/FraudCardJob.component.d.ts +3 -3
  10. package/dist/cjs/types/components/UI/molecules/FraudCardJob/FraudCardJob.interface.d.ts +18 -0
  11. package/dist/cjs/types/components/UI/molecules/ModalResponsive/ModalResponsive.component.d.ts +3 -0
  12. package/dist/cjs/types/components/UI/molecules/ModalResponsive/ModalResponsive.interface.d.ts +22 -0
  13. package/dist/cjs/types/components/UI/molecules/ModalResponsive/index.d.ts +1 -0
  14. package/dist/cjs/types/components/UI/molecules/index.d.ts +2 -1
  15. package/dist/cjs/types/components/UI/organism/JobDetailsDrawer/JobDetailsDrawer.interface.d.ts +3 -2
  16. package/dist/cjs/types/components/UI/organism/MobileJobDetailsDrawer/MobileJobDetailsDrawer.interface.d.ts +5 -4
  17. package/dist/cjs/types/components/UI/organism/ProcessesCard/ProcessesCard.component.d.ts +11 -0
  18. package/dist/cjs/types/components/UI/organism/ProcessesCard/ProcessesCard.interface.d.ts +42 -0
  19. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardArrow/ProcessesCardArrow.component.d.ts +2 -0
  20. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardBrand/ProcessesCardBrand.component.d.ts +2 -0
  21. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardIconStatus/ProcessesCardIconStatus.component.d.ts +3 -0
  22. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardSection/ProcessesCardSection.component.d.ts +2 -0
  23. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardStatus/ProcessesCardStatus.component.d.ts +3 -0
  24. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardText/ProcessesCardText.component.d.ts +3 -0
  25. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardTitle/ProcessesCardTitle.component.d.ts +3 -0
  26. package/dist/cjs/types/components/UI/organism/ProcessesCard/index.d.ts +1 -0
  27. package/dist/cjs/types/components/UI/organism/index.d.ts +1 -0
  28. package/dist/cjs/types/constants/icons.constants.d.ts +6 -1
  29. package/dist/cjs/types/constants/stories/fraudCardJob.constant.d.ts +2 -0
  30. package/dist/esm/css/magneto.ui.lib.min.css +1 -1
  31. package/dist/esm/index.js +677 -577
  32. package/dist/esm/index.js.map +1 -1
  33. package/dist/esm/types/components/UI/molecules/FraudCardJob/FraudCardJob.component.d.ts +3 -3
  34. package/dist/esm/types/components/UI/molecules/FraudCardJob/FraudCardJob.interface.d.ts +18 -0
  35. package/dist/esm/types/components/UI/molecules/ModalResponsive/ModalResponsive.component.d.ts +3 -0
  36. package/dist/esm/types/components/UI/molecules/ModalResponsive/ModalResponsive.interface.d.ts +22 -0
  37. package/dist/esm/types/components/UI/molecules/ModalResponsive/index.d.ts +1 -0
  38. package/dist/esm/types/components/UI/molecules/index.d.ts +2 -1
  39. package/dist/esm/types/components/UI/organism/JobDetailsDrawer/JobDetailsDrawer.interface.d.ts +3 -2
  40. package/dist/esm/types/components/UI/organism/MobileJobDetailsDrawer/MobileJobDetailsDrawer.interface.d.ts +5 -4
  41. package/dist/esm/types/components/UI/organism/ProcessesCard/ProcessesCard.component.d.ts +11 -0
  42. package/dist/esm/types/components/UI/organism/ProcessesCard/ProcessesCard.interface.d.ts +42 -0
  43. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardArrow/ProcessesCardArrow.component.d.ts +2 -0
  44. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardBrand/ProcessesCardBrand.component.d.ts +2 -0
  45. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardIconStatus/ProcessesCardIconStatus.component.d.ts +3 -0
  46. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardSection/ProcessesCardSection.component.d.ts +2 -0
  47. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardStatus/ProcessesCardStatus.component.d.ts +3 -0
  48. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardText/ProcessesCardText.component.d.ts +3 -0
  49. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardTitle/ProcessesCardTitle.component.d.ts +3 -0
  50. package/dist/esm/types/components/UI/organism/ProcessesCard/index.d.ts +1 -0
  51. package/dist/esm/types/components/UI/organism/index.d.ts +1 -0
  52. package/dist/esm/types/constants/icons.constants.d.ts +6 -1
  53. package/dist/esm/types/constants/stories/fraudCardJob.constant.d.ts +2 -0
  54. package/dist/index.d.ts +103 -9
  55. package/package.json +1 -1
@@ -1,3 +1,3 @@
1
- export declare const FraudCardJob: ({ fraudLink }: {
2
- fraudLink: string;
3
- }) => JSX.Element;
1
+ import React from 'react';
2
+ import { IFraudCardJob } from './FraudCardJob.interface';
3
+ export declare const FraudCardJob: React.FC<IFraudCardJob>;
@@ -0,0 +1,18 @@
1
+ export interface IFraudCardJob {
2
+ /**
3
+ * This is the text that display in the title of the card
4
+ */
5
+ title: string;
6
+ /**
7
+ *This is the text that display in the body of the card
8
+ */
9
+ content: string;
10
+ /**
11
+ * This is the text that display in the report button of the card
12
+ */
13
+ linkText: string;
14
+ /**
15
+ * This is the link to redirect to the fraud form
16
+ */
17
+ link: string;
18
+ }
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IModalResponsive } from './ModalResponsive.interface';
3
+ export declare const ModalResponsive: React.FC<IModalResponsive>;
@@ -0,0 +1,22 @@
1
+ export interface IModalResponsive {
2
+ /**
3
+ * this property open the container
4
+ */
5
+ open: boolean;
6
+ /**
7
+ * this property close the container
8
+ */
9
+ onClose: () => void;
10
+ /**
11
+ * this property sets the children elements
12
+ */
13
+ children: JSX.Element | JSX.Element[];
14
+ /**
15
+ * this property sets customs styles for the modal
16
+ */
17
+ modalClassName?: string;
18
+ /**
19
+ * this property sets customs styles for the mobile drawer
20
+ */
21
+ mobileDrawerClassName?: string;
22
+ }
@@ -0,0 +1 @@
1
+ export * from './ModalResponsive.component';
@@ -13,6 +13,7 @@ export * from './FilterActions';
13
13
  export * from './FilterContainerMenu';
14
14
  export * from './FilterMenuItem';
15
15
  export * from './FilterSearchItem';
16
+ export * from './FraudCardJob';
16
17
  export * from './FrequentSearch';
17
18
  export * from './HeaderDrawerCompany';
18
19
  export * from './HeaderDrawerTabs';
@@ -49,6 +50,7 @@ export * from './MobileDrawer';
49
50
  export * from './MobileJobDetailsHeader';
50
51
  export * from './MobileSearchbar';
51
52
  export * from './Modal';
53
+ export * from './ModalResponsive';
52
54
  export * from './Pagination';
53
55
  export * from './RightsReservedText';
54
56
  export * from './ScoreLevel';
@@ -67,4 +69,3 @@ export * from './Tooltip';
67
69
  export * from './UserMenu';
68
70
  export * from './UserMenuAnalyst';
69
71
  export * from './UserMenuWrapperAnalyst';
70
- export * from './FraudCardJob';
@@ -8,6 +8,7 @@ import { ReactNode } from 'react';
8
8
  import { ISimilarJobs } from '../SimilarJobs/SimilarJobs.interface';
9
9
  import { IJobVideo } from '@components/UI/molecules/JobVideo';
10
10
  import { ICityDetail } from '../../molecules/CitiesDetailDrawer';
11
+ import { IFraudCardJob } from '../../molecules/FraudCardJob/FraudCardJob.interface';
11
12
  export interface IJobDetailsDrawer {
12
13
  /**
13
14
  * Props for the job company logo and header section.
@@ -74,7 +75,7 @@ export interface IJobDetailsDrawer {
74
75
  isRemote: boolean;
75
76
  textRemote: string;
76
77
  /**
77
- * set link to fraud card
78
+ * Props for the fraud card job.
78
79
  */
79
- fraudLink: string;
80
+ fraudCardJobProps: IFraudCardJob;
80
81
  }
@@ -1,9 +1,10 @@
1
+ import { ReactNode } from 'react';
1
2
  import { IJobApplyCard, IJobCompanyHeader, IJobDetailCard, IJobFooterCard, IJobSkillsCard, ICityDetail } from '@components/UI/molecules';
2
3
  import { IMobileJobDetailsActionsBar } from '../MobileJobDetailsActionsBar';
3
- import { ReactNode } from 'react';
4
- import { ISimilarJobs } from '../SimilarJobs/SimilarJobs.interface';
5
4
  import { IJobVideo } from '@components/UI/molecules/JobVideo';
5
+ import { ISimilarJobs } from '../SimilarJobs/SimilarJobs.interface';
6
6
  import { SwipeProps } from '../Swipe/Swipe.interface';
7
+ import { IFraudCardJob } from './../../molecules/FraudCardJob/FraudCardJob.interface';
7
8
  export interface IMobileJobDetailsDrawer {
8
9
  /**
9
10
  * Props for the job company logo and header section.
@@ -84,7 +85,7 @@ export interface IMobileJobDetailsDrawer {
84
85
  isRemote: boolean;
85
86
  textRemote: string;
86
87
  /**
87
- * set link to fraud card
88
+ * Props for the fraud card job.
88
89
  */
89
- fraudLink: string;
90
+ fraudCardJobProps: IFraudCardJob;
90
91
  }
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IProcessesCard } from './ProcessesCard.interface';
3
+ export declare const ProcessesCard: React.FC<IProcessesCard> & {
4
+ IconStatus: React.FC<IProcessesCard.IStatusIcon>;
5
+ Section: React.FC<import("./ProcessesCard.interface").ICommonProcessesCardPros>;
6
+ Status: React.FC<IProcessesCard.ICardStatus>;
7
+ Brand: React.FC<import("./ProcessesCard.interface").ICommonProcessesCardImg>;
8
+ Arrow: React.FC<import("./ProcessesCard.interface").ICommonProcessesCardImg>;
9
+ Title: React.FC<IProcessesCard.ITitle>;
10
+ Text: React.FC<IProcessesCard.IText>;
11
+ };
@@ -0,0 +1,42 @@
1
+ /// <reference types="react" />
2
+ export declare type IStatusJob = 'Sent' | 'Pending' | 'Validation' | 'Finalists' | 'Hired' | 'Discarded';
3
+ export interface ICommonProcessesCardPros {
4
+ /**
5
+ * this property sets custom className
6
+ */
7
+ className?: string;
8
+ /**
9
+ * this property sets any children
10
+ */
11
+ children: React.ReactNode;
12
+ }
13
+ export declare type ICommonProcessesCardImg = React.ImgHTMLAttributes<HTMLImageElement>;
14
+ export interface IProcessesCard extends React.ButtonHTMLAttributes<HTMLButtonElement>, ICommonProcessesCardPros {
15
+ /**
16
+ * this property sets custom className
17
+ */
18
+ children: React.ReactNode;
19
+ /**
20
+ * this property on true changes the background color
21
+ */
22
+ isSelected?: boolean;
23
+ }
24
+ export declare namespace IProcessesCard {
25
+ type ISection = ICommonProcessesCardPros;
26
+ type ITitle = ICommonProcessesCardPros & {
27
+ status?: IStatusJob;
28
+ };
29
+ type ICardStatus = ICommonProcessesCardPros & {
30
+ status: IStatusJob;
31
+ isSelected?: boolean;
32
+ };
33
+ type IText = ICommonProcessesCardPros & {
34
+ status?: IStatusJob;
35
+ strong?: boolean;
36
+ };
37
+ type IBrand = ICommonProcessesCardImg;
38
+ type IArrow = ICommonProcessesCardImg;
39
+ type IStatusIcon = ICommonProcessesCardImg & {
40
+ status: IStatusJob;
41
+ };
42
+ }
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const ProcessesCardArrow: React.FC<import("../../ProcessesCard.interface").ICommonProcessesCardImg>;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const ProcessesCardBrand: React.FC<import("../../ProcessesCard.interface").ICommonProcessesCardImg>;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IProcessesCard } from '../../ProcessesCard.interface';
3
+ export declare const ProcessesCardIconStatus: React.FC<IProcessesCard.IStatusIcon>;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const ProcessesCardSection: React.FC<import("../../ProcessesCard.interface").ICommonProcessesCardPros>;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IProcessesCard } from '../../ProcessesCard.interface';
3
+ export declare const ProcessesCardStatus: React.FC<IProcessesCard.ICardStatus>;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IProcessesCard } from '../../ProcessesCard.interface';
3
+ export declare const ProcessesCardText: React.FC<IProcessesCard.IText>;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IProcessesCard } from '../../ProcessesCard.interface';
3
+ export declare const ProcessesCardTitle: React.FC<IProcessesCard.ITitle>;
@@ -0,0 +1 @@
1
+ export * from './ProcessesCard.component';
@@ -23,6 +23,7 @@ export * from './NavMenuAnalyst';
23
23
  export * from './NavMenuAnalystRegionModal';
24
24
  export * from './NavMenuDrawerAnalyst';
25
25
  export * from './OneSelectionEntry';
26
+ export * from './ProcessesCard';
26
27
  export * from './Select';
27
28
  export * from './Select2';
28
29
  export * from './SimilarJobs';
@@ -33,6 +33,7 @@ export { default as Calendar1 } from '../assets/Calendar1.svg';
33
33
  export { default as Checked } from '../assets/Checked.svg';
34
34
  export { default as ClipboardClose } from '../assets/ClipboardClose.svg';
35
35
  export { default as Clock } from '../assets/Clock.svg';
36
+ export { default as ClockLine } from '../assets/clock-line.svg';
36
37
  export { default as Close } from '../assets/Close.svg';
37
38
  export { default as CloseCircle } from '../assets/closeCircle.svg';
38
39
  export { default as CloseCircleRedBold } from '../assets/closeCircleRedBold.svg';
@@ -40,6 +41,8 @@ export { default as CoinBlackOutline } from '../assets/coinBlackOutline.svg';
40
41
  export { default as Danger } from '../assets/danger.svg';
41
42
  export { default as DocTextBlueBold } from '../assets/docTextBlueBold.svg';
42
43
  export { default as DocTextWhiteOutline } from '../assets/docTextWhiteOutline.svg';
44
+ export { default as DocumentForward } from '../assets/document-forward.svg';
45
+ export { default as DocumentSearch } from '../assets/document-search.svg';
43
46
  export { default as DocumentText } from '../assets/DocumentText.svg';
44
47
  export { default as DocumentTextGray } from '../assets/DocumentTextGray.svg';
45
48
  export { default as DollarCircle } from '../assets/DollarCircle.svg';
@@ -132,13 +135,15 @@ export { default as TwitterBlue } from '../assets/Twitter2.svg';
132
135
  export { default as TwitterDark } from '../assets/Twitter1.svg';
133
136
  export { default as Urgent } from '../assets/Urgent.svg';
134
137
  export { default as User } from '../assets/User.svg';
138
+ export { default as UserRemove } from '../assets/user-remove.svg';
135
139
  export { default as UserRoundedBlue } from '../assets/userRoundedBlue.svg';
136
140
  export { default as UserRoundedGray } from '../assets/userRoundedGray.svg';
137
141
  export { default as UserSearchBlueBold } from '../assets/userSearchBlueBold.svg';
138
142
  export { default as UserSearchWhiteOutline } from '../assets/userSearchWhiteOutline.svg';
143
+ export { default as UserTick } from '../assets/user-tick.svg';
139
144
  export { default as Warning } from '../assets/warning.svg';
140
- export { default as WarningHex } from '../assets/warning-hex.svg';
141
145
  export { default as Warning3D } from '../assets/warning-3d.svg';
146
+ export { default as WarningHex } from '../assets/warning-hex.svg';
142
147
  export { default as WarningYellowBold } from '../assets/warningYellowBold.svg';
143
148
  export { default as WhatsAppColor } from '../assets/Whatsapp1.svg';
144
149
  export { default as WhatsAppDark } from '../assets/Whatsapp.svg';
@@ -0,0 +1,2 @@
1
+ import { IFraudCardJob } from '../../components/UI/molecules/FraudCardJob/FraudCardJob.interface';
2
+ export declare const fraudCardJob: IFraudCardJob;
package/dist/index.d.ts CHANGED
@@ -1690,6 +1690,27 @@ interface IFilterSearchItem {
1690
1690
 
1691
1691
  declare const FilterSearchItem: FC<IFilterSearchItem>;
1692
1692
 
1693
+ interface IFraudCardJob {
1694
+ /**
1695
+ * This is the text that display in the title of the card
1696
+ */
1697
+ title: string;
1698
+ /**
1699
+ *This is the text that display in the body of the card
1700
+ */
1701
+ content: string;
1702
+ /**
1703
+ * This is the text that display in the report button of the card
1704
+ */
1705
+ linkText: string;
1706
+ /**
1707
+ * This is the link to redirect to the fraud form
1708
+ */
1709
+ link: string;
1710
+ }
1711
+
1712
+ declare const FraudCardJob: React$1.FC<IFraudCardJob>;
1713
+
1693
1714
  interface IFrequentSearch {
1694
1715
  /**
1695
1716
  * The heading or title for the frequent search section.
@@ -2665,6 +2686,31 @@ declare const _default$1: React$1.FC<IModal> & {
2665
2686
  Description: React$1.FC<IModalDescription>;
2666
2687
  };
2667
2688
 
2689
+ interface IModalResponsive {
2690
+ /**
2691
+ * this property open the container
2692
+ */
2693
+ open: boolean;
2694
+ /**
2695
+ * this property close the container
2696
+ */
2697
+ onClose: () => void;
2698
+ /**
2699
+ * this property sets the children elements
2700
+ */
2701
+ children: JSX.Element | JSX.Element[];
2702
+ /**
2703
+ * this property sets customs styles for the modal
2704
+ */
2705
+ modalClassName?: string;
2706
+ /**
2707
+ * this property sets customs styles for the mobile drawer
2708
+ */
2709
+ mobileDrawerClassName?: string;
2710
+ }
2711
+
2712
+ declare const ModalResponsive: React$1.FC<IModalResponsive>;
2713
+
2668
2714
  interface ICreatePaginationProps {
2669
2715
  /**
2670
2716
  * This is the total of vacancies
@@ -3299,9 +3345,9 @@ interface IJobDetailsDrawer {
3299
3345
  isRemote: boolean;
3300
3346
  textRemote: string;
3301
3347
  /**
3302
- * set link to fraud card
3348
+ * Props for the fraud card job.
3303
3349
  */
3304
- fraudLink: string;
3350
+ fraudCardJobProps: IFraudCardJob;
3305
3351
  }
3306
3352
 
3307
3353
  /**
@@ -3556,9 +3602,9 @@ interface IMobileJobDetailsDrawer {
3556
3602
  isRemote: boolean;
3557
3603
  textRemote: string;
3558
3604
  /**
3559
- * set link to fraud card
3605
+ * Props for the fraud card job.
3560
3606
  */
3561
- fraudLink: string;
3607
+ fraudCardJobProps: IFraudCardJob;
3562
3608
  }
3563
3609
 
3564
3610
  /**
@@ -3884,6 +3930,58 @@ interface IListOption {
3884
3930
 
3885
3931
  declare const OneSelectionEntry: React$1.FC<IOneSelectionentry>;
3886
3932
 
3933
+ declare type IStatusJob = 'Sent' | 'Pending' | 'Validation' | 'Finalists' | 'Hired' | 'Discarded';
3934
+ interface ICommonProcessesCardPros {
3935
+ /**
3936
+ * this property sets custom className
3937
+ */
3938
+ className?: string;
3939
+ /**
3940
+ * this property sets any children
3941
+ */
3942
+ children: React.ReactNode;
3943
+ }
3944
+ declare type ICommonProcessesCardImg = React.ImgHTMLAttributes<HTMLImageElement>;
3945
+ interface IProcessesCard extends React.ButtonHTMLAttributes<HTMLButtonElement>, ICommonProcessesCardPros {
3946
+ /**
3947
+ * this property sets custom className
3948
+ */
3949
+ children: React.ReactNode;
3950
+ /**
3951
+ * this property on true changes the background color
3952
+ */
3953
+ isSelected?: boolean;
3954
+ }
3955
+ declare namespace IProcessesCard {
3956
+ type ISection = ICommonProcessesCardPros;
3957
+ type ITitle = ICommonProcessesCardPros & {
3958
+ status?: IStatusJob;
3959
+ };
3960
+ type ICardStatus = ICommonProcessesCardPros & {
3961
+ status: IStatusJob;
3962
+ isSelected?: boolean;
3963
+ };
3964
+ type IText = ICommonProcessesCardPros & {
3965
+ status?: IStatusJob;
3966
+ strong?: boolean;
3967
+ };
3968
+ type IBrand = ICommonProcessesCardImg;
3969
+ type IArrow = ICommonProcessesCardImg;
3970
+ type IStatusIcon = ICommonProcessesCardImg & {
3971
+ status: IStatusJob;
3972
+ };
3973
+ }
3974
+
3975
+ declare const ProcessesCard: React$1.FC<IProcessesCard> & {
3976
+ IconStatus: React$1.FC<IProcessesCard.IStatusIcon>;
3977
+ Section: React$1.FC<ICommonProcessesCardPros>;
3978
+ Status: React$1.FC<IProcessesCard.ICardStatus>;
3979
+ Brand: React$1.FC<ICommonProcessesCardImg>;
3980
+ Arrow: React$1.FC<ICommonProcessesCardImg>;
3981
+ Title: React$1.FC<IProcessesCard.ITitle>;
3982
+ Text: React$1.FC<IProcessesCard.IText>;
3983
+ };
3984
+
3887
3985
  interface ISelectInput<T> extends Omit<IInput, 'onChange' | 'value' | 'placeholder' | 'type'> {
3888
3986
  /**
3889
3987
  * input value.
@@ -4441,10 +4539,6 @@ interface IUserMenuWrapperAnalystProps extends IUserMenuAnalystProps$1 {
4441
4539
  */
4442
4540
  declare const UserMenuWrapperAnalyst: React$1.FC<IUserMenuWrapperAnalystProps>;
4443
4541
 
4444
- declare const FraudCardJob: ({ fraudLink }: {
4445
- fraudLink: string;
4446
- }) => JSX.Element;
4447
-
4448
4542
  interface IJobsPage {
4449
4543
  /**
4450
4544
  * Props for the filter bottom header section.
@@ -4980,4 +5074,4 @@ declare const withMegaMenuContainer: <T>(WrappedComponent: React$1.FC<T>) => Rea
4980
5074
  wrapperProps: T;
4981
5075
  }>;
4982
5076
 
4983
- export { Actions, Alert, AlphabetFilter, AnalystTemplate, Avatar, Badge, BarLoader, BrandMenu, BrandsContainer, BrandsMenuMobile, _default$2 as BrandsMenuPopover, Breadcrumb, Breadcrumbs, Button, ButtonElement, Checkbox, CitiesDetailDrawer, ComparativeCounter, ComponentProps, DateDropdown, DateInput, DatePicker, DatePickerResponsiveComponent, Divider, Drawer, DrawerMenu, EAlertType, EExpandableInfoSize, EExpandableInfoVariant, ERadioType, EmptyResult as EmptyResults, ExpandableInfo, FilterActions, FilterCard, FilterContainerMenu, FilterHeader, FilterMenuItem, FilterSearchItem, FlatLoader, Footer, FooterMenuLinks, FraudCardJob, FrequentSearch, HeaderAnalyst, HeaderDrawerCompany, HeaderDrawerTabs, HeaderTab, HeaderTabItem, HeaderTabs, IActions, IAlert, IAnalystProviderProps, IAnalystTemplateProps, IAvatar, IBreadcrumb, IBreadcrumbs, IBtnPaginationProps, IButton, ICheckbox, ICitiesDetailDrawer, ICityDetail, ICompanyAnalyst, ICreatePaginationProps, ICreatePaginationResult, IDateDropdown, IDateInput, IDateList, IDatePicker, IDatePickerComponent, IDefaultFilter, IDefaultOrder, IDetailList, IDrawer, IDrawerOrganism, IDrawerPortal, IDynamicUrl, IEmptyResults, IExpandableInfoProps, IFieldsAlias, IFilter, IFilterActions, IFilterCard, IFilterHeader, IFilterMenuItem, IFilterRepository, IFilterSearchItem, IFilterValue, IFiltersRef, IFooterList, IFrequentSearch, IGetOptionsOnSearchProps, IHeaderAnalystProps, IHeaderDrawerCompany, IHeaderDrawerTabs, IHeaderTab, IHeaderTabs, IImage, IJobApplyCard, IJobCard, IJobCompanyHeader, IJobCompanyLogo, IJobDetailCard, IJobDetails, IJobDetailsDrawer, IJobFooterCard, IJobHeader, IJobSkillsCard, IJobVideo, IJobsActions, IJobsPage, ILinkProps, IListIcon, IListIconLink, IListMenuIcons, IListMenuItems, ILoading, ILoginHeader, ILoginJobsHeader, ILoginJobsTemplate, ILogoAnalystProps, ILogoComponent, ILogout, ILogoutHeader, ILogoutJobsHeader, ILogoutJobsTemplate, ILogoutTemplate, IMainButton, IMegaMenu, IMegaMenuCard, IMegaMenuCards, IMegaMenuTab, IMenuCollapseChildren, IMenuDropdownProps, IMenuIcon, IMenuItem, IMenuItems, IMenuSearch, IMenuUser, IMessageProps, IMobileDatePicker, IMobileDrawer, IMobileDrawerMenu, IMobileJobDetailsDrawer, IMobileJobDetailsHeader, IMobileSearchbar, IMobileSortMenu, IModalAnalyst, IModalAnalystProps, IModalAnalystScreen, IModalProps, IMultiRangeSlider, INavMMenuAnalystRegionModal, INavMenuAnalystIcons, INavMenuAnalystOption, INavMenuAnalystProps, INavMenuAnalystQueryString, INavMenuAnalystRegion, INavMenuAnalystRegionModalProps, INavMenuAnalystSection, INavMenuDrawerAnalystProps, IOption, IOptionValues, IPaginationProps, IParagraph, IPopover, IRadioCommonProps, IRadioProps, ISaveButton, ISearchItem, ISearchRenderTypeOption, ISearchRenderTypeProps, ISearchbar, ISelect, ISetIsApplied, ISettings, IShareButton, IShareLink, IShareLinksActions, ISharePopover, ISideFilter, ISimilarJobsCard, ISkill, ISortBar, ISortMenu, ISortMenuItem, ISubCompanyAnalyst, ISuggestedJobsPage, ISwitch, ITab, ITabButton, IUnApplyWithChild, IUserAnalyst, IUserMenuAnalystAction, IUserMenuAnalystProps, IUserMenuAnalystQueryString, IUserMenuAnalystSection, IUserMenuButtonAnalystProps, IUserMenuWrapperAnalystProps, IUserTerm, IVacancies$1 as IVacancies, IValueSelect, IconItem, IconProps, IlistMenuUserProps, Image, Input, InputPlus, InputSearch, JobActions, JobApplyCard, JobCard, JobCardDesktop, JobCardMobile, JobCompanyHeader, JobCompanyLogo, JobDetailCard, JobDetailContainer, JobDetails, JobDetailsDrawer, JobFooterCard, JobHeader, JobRequirementsElement, JobSkillsCard, JobVideo, JobsPage, Link, LinkElement, LinkType, ListIconLink, ListMenuIcons, ListMenuItems, ListMenuText, ListSortMenu, Loading, LoginHeader, LoginJobsHeader, LoginJobsTemplate, LoginTemplate, LogoComponent, LogoutHeader, LogoutJobsHeader, LogoutJobsTemplate, LogoutTemplate, MagnetoResolution, MagnetoSocialMedia, ContextAppProvider as MagnetoUIProvider, MainButton, MegaMenu, MegaMenuCard, MegaMenuCards, MegaMenuJobsTabs, MegaMenuPopover, MegaMenuSideCards, MegaMenuTab, MenuDropdown, MenuIcon, MenuItem, MenuItemInfo, MenuSearch, Message, MobileDatePicker, MobileDrawer, MobileDrawerMenu, MobileJobDetailsDrawer, MobileJobDetailsHeader, MobileSearchbar, MobileSortMenu, _default$1 as Modal, ModalAnalyst, MultiRangeSlider, MultipleSelectionEntry, NavMenuAnalyst, NavMenuAnalystRegionModal, NavMenuDrawerAnalyst, OneSelectionEntry, Pagination, Paragraph, Popover, Radio, RightsReservedText, SaveButton, ScoreLevel, ScoreLevelStatic, SearchButton, SearchItem, Searchbar, Select, Select2, ShareButton, SharePopover, SideFilter, SimilarJobs, SimilarJobsCard, Skill, SortBar, _default as SortMenu, SuggestedJobsPage, Switch, TExpandableInfoSize, TExpandableInfoVariant, TMessageType, TToggleButtonList, Tab, TabButton, TabButtonElement, Tags as Tag, TextArea, Timeline, TimelineEvent, TimelineEventProps, TimelineEventStatus, ToggleButton, ToggleButtonList, Tooltip, UserMenu, UserMenuAnalyst, UserMenuButtonAnalyst, UserMenuWrapperAnalyst, UserTermCheck, UserTermContent, UserTermHighlight, UserTermSubTitle, UserTermSubmit, UserTermText, UserTermTitle, UserTermUList, UserTerms, useMediaQuery, withClickOut, withMegaMenuContainer };
5077
+ export { Actions, Alert, AlphabetFilter, AnalystTemplate, Avatar, Badge, BarLoader, BrandMenu, BrandsContainer, BrandsMenuMobile, _default$2 as BrandsMenuPopover, Breadcrumb, Breadcrumbs, Button, ButtonElement, Checkbox, CitiesDetailDrawer, ComparativeCounter, ComponentProps, DateDropdown, DateInput, DatePicker, DatePickerResponsiveComponent, Divider, Drawer, DrawerMenu, EAlertType, EExpandableInfoSize, EExpandableInfoVariant, ERadioType, EmptyResult as EmptyResults, ExpandableInfo, FilterActions, FilterCard, FilterContainerMenu, FilterHeader, FilterMenuItem, FilterSearchItem, FlatLoader, Footer, FooterMenuLinks, FraudCardJob, FrequentSearch, HeaderAnalyst, HeaderDrawerCompany, HeaderDrawerTabs, HeaderTab, HeaderTabItem, HeaderTabs, IActions, IAlert, IAnalystProviderProps, IAnalystTemplateProps, IAvatar, IBreadcrumb, IBreadcrumbs, IBtnPaginationProps, IButton, ICheckbox, ICitiesDetailDrawer, ICityDetail, ICompanyAnalyst, ICreatePaginationProps, ICreatePaginationResult, IDateDropdown, IDateInput, IDateList, IDatePicker, IDatePickerComponent, IDefaultFilter, IDefaultOrder, IDetailList, IDrawer, IDrawerOrganism, IDrawerPortal, IDynamicUrl, IEmptyResults, IExpandableInfoProps, IFieldsAlias, IFilter, IFilterActions, IFilterCard, IFilterHeader, IFilterMenuItem, IFilterRepository, IFilterSearchItem, IFilterValue, IFiltersRef, IFooterList, IFrequentSearch, IGetOptionsOnSearchProps, IHeaderAnalystProps, IHeaderDrawerCompany, IHeaderDrawerTabs, IHeaderTab, IHeaderTabs, IImage, IJobApplyCard, IJobCard, IJobCompanyHeader, IJobCompanyLogo, IJobDetailCard, IJobDetails, IJobDetailsDrawer, IJobFooterCard, IJobHeader, IJobSkillsCard, IJobVideo, IJobsActions, IJobsPage, ILinkProps, IListIcon, IListIconLink, IListMenuIcons, IListMenuItems, ILoading, ILoginHeader, ILoginJobsHeader, ILoginJobsTemplate, ILogoAnalystProps, ILogoComponent, ILogout, ILogoutHeader, ILogoutJobsHeader, ILogoutJobsTemplate, ILogoutTemplate, IMainButton, IMegaMenu, IMegaMenuCard, IMegaMenuCards, IMegaMenuTab, IMenuCollapseChildren, IMenuDropdownProps, IMenuIcon, IMenuItem, IMenuItems, IMenuSearch, IMenuUser, IMessageProps, IMobileDatePicker, IMobileDrawer, IMobileDrawerMenu, IMobileJobDetailsDrawer, IMobileJobDetailsHeader, IMobileSearchbar, IMobileSortMenu, IModalAnalyst, IModalAnalystProps, IModalAnalystScreen, IModalProps, IMultiRangeSlider, INavMMenuAnalystRegionModal, INavMenuAnalystIcons, INavMenuAnalystOption, INavMenuAnalystProps, INavMenuAnalystQueryString, INavMenuAnalystRegion, INavMenuAnalystRegionModalProps, INavMenuAnalystSection, INavMenuDrawerAnalystProps, IOption, IOptionValues, IPaginationProps, IParagraph, IPopover, IRadioCommonProps, IRadioProps, ISaveButton, ISearchItem, ISearchRenderTypeOption, ISearchRenderTypeProps, ISearchbar, ISelect, ISetIsApplied, ISettings, IShareButton, IShareLink, IShareLinksActions, ISharePopover, ISideFilter, ISimilarJobsCard, ISkill, ISortBar, ISortMenu, ISortMenuItem, ISubCompanyAnalyst, ISuggestedJobsPage, ISwitch, ITab, ITabButton, IUnApplyWithChild, IUserAnalyst, IUserMenuAnalystAction, IUserMenuAnalystProps, IUserMenuAnalystQueryString, IUserMenuAnalystSection, IUserMenuButtonAnalystProps, IUserMenuWrapperAnalystProps, IUserTerm, IVacancies$1 as IVacancies, IValueSelect, IconItem, IconProps, IlistMenuUserProps, Image, Input, InputPlus, InputSearch, JobActions, JobApplyCard, JobCard, JobCardDesktop, JobCardMobile, JobCompanyHeader, JobCompanyLogo, JobDetailCard, JobDetailContainer, JobDetails, JobDetailsDrawer, JobFooterCard, JobHeader, JobRequirementsElement, JobSkillsCard, JobVideo, JobsPage, Link, LinkElement, LinkType, ListIconLink, ListMenuIcons, ListMenuItems, ListMenuText, ListSortMenu, Loading, LoginHeader, LoginJobsHeader, LoginJobsTemplate, LoginTemplate, LogoComponent, LogoutHeader, LogoutJobsHeader, LogoutJobsTemplate, LogoutTemplate, MagnetoResolution, MagnetoSocialMedia, ContextAppProvider as MagnetoUIProvider, MainButton, MegaMenu, MegaMenuCard, MegaMenuCards, MegaMenuJobsTabs, MegaMenuPopover, MegaMenuSideCards, MegaMenuTab, MenuDropdown, MenuIcon, MenuItem, MenuItemInfo, MenuSearch, Message, MobileDatePicker, MobileDrawer, MobileDrawerMenu, MobileJobDetailsDrawer, MobileJobDetailsHeader, MobileSearchbar, MobileSortMenu, _default$1 as Modal, ModalAnalyst, ModalResponsive, MultiRangeSlider, MultipleSelectionEntry, NavMenuAnalyst, NavMenuAnalystRegionModal, NavMenuDrawerAnalyst, OneSelectionEntry, Pagination, Paragraph, Popover, ProcessesCard, Radio, RightsReservedText, SaveButton, ScoreLevel, ScoreLevelStatic, SearchButton, SearchItem, Searchbar, Select, Select2, ShareButton, SharePopover, SideFilter, SimilarJobs, SimilarJobsCard, Skill, SortBar, _default as SortMenu, SuggestedJobsPage, Switch, TExpandableInfoSize, TExpandableInfoVariant, TMessageType, TToggleButtonList, Tab, TabButton, TabButtonElement, Tags as Tag, TextArea, Timeline, TimelineEvent, TimelineEventProps, TimelineEventStatus, ToggleButton, ToggleButtonList, Tooltip, UserMenu, UserMenuAnalyst, UserMenuButtonAnalyst, UserMenuWrapperAnalyst, UserTermCheck, UserTermContent, UserTermHighlight, UserTermSubTitle, UserTermSubmit, UserTermText, UserTermTitle, UserTermUList, UserTerms, useMediaQuery, withClickOut, withMegaMenuContainer };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/W170/talenta.magneto365.ui.git"
6
6
  },
7
- "version": "2.54.1",
7
+ "version": "2.55.1",
8
8
  "description": "Magneto365 UI common components",
9
9
  "scripts": {
10
10
  "lint": "eslint ./src --ext .js,.ts,.jsx,.tsx",