magneto365.ui 2.53.0 → 2.54.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.
@@ -0,0 +1,3 @@
1
+ export declare const FraudCardJob: ({ fraudLink }: {
2
+ fraudLink: string;
3
+ }) => JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './FraudCardJob.component';
@@ -67,3 +67,4 @@ export * from './Tooltip';
67
67
  export * from './UserMenu';
68
68
  export * from './UserMenuAnalyst';
69
69
  export * from './UserMenuWrapperAnalyst';
70
+ export * from './FraudCardJob';
@@ -73,4 +73,8 @@ export interface IJobDetailsDrawer {
73
73
  cities: ICityDetail[];
74
74
  isRemote: boolean;
75
75
  textRemote: string;
76
+ /**
77
+ * set link to fraud card
78
+ */
79
+ fraudLink: string;
76
80
  }
@@ -83,4 +83,8 @@ export interface IMobileJobDetailsDrawer {
83
83
  cities: ICityDetail[];
84
84
  isRemote: boolean;
85
85
  textRemote: string;
86
+ /**
87
+ * set link to fraud card
88
+ */
89
+ fraudLink: string;
86
90
  }
@@ -137,6 +137,8 @@ export { default as UserRoundedGray } from '../assets/userRoundedGray.svg';
137
137
  export { default as UserSearchBlueBold } from '../assets/userSearchBlueBold.svg';
138
138
  export { default as UserSearchWhiteOutline } from '../assets/userSearchWhiteOutline.svg';
139
139
  export { default as Warning } from '../assets/warning.svg';
140
+ export { default as WarningHex } from '../assets/warning-hex.svg';
141
+ export { default as Warning3D } from '../assets/warning-3d.svg';
140
142
  export { default as WarningYellowBold } from '../assets/warningYellowBold.svg';
141
143
  export { default as WhatsAppColor } from '../assets/Whatsapp1.svg';
142
144
  export { default as WhatsAppDark } from '../assets/Whatsapp.svg';