magneto365.ui 2.75.1-job-details.5 → 2.75.1-job-details.6

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.
@@ -1,3 +1,3 @@
1
1
  import React from 'react';
2
- import { IJobDetailsFraudLink } from './JobDetailsFraudLink.interface';
3
- export declare const JobDetailsFraudLink: React.FC<IJobDetailsFraudLink>;
2
+ import { ITypographyLink } from '@components/UI/atoms';
3
+ export declare const JobDetailsFraudLink: React.FC<ITypographyLink>;
@@ -1,2 +1 @@
1
- export * from './JobDetailsFraudLink.interface';
2
1
  export { JobDetailsFraudLink } from './JobDetailsFraudLink.component';
@@ -5,7 +5,7 @@ export declare const JobDetails: import("react").FC<import("./JobDetails.interfa
5
5
  Summary: import("react").FC<import("./children/JobDetailsSummary").IJobDetailsSummary>;
6
6
  Skills: import("react").FC<import("./children/JobDetailsSkills").IJobDetailsSkills>;
7
7
  Fraud: import("react").FC<import("./children/JobDetailsFraud").IJobDetailsFraud> & {
8
- Link: import("react").FC<import("./children/JobDetailsFraud/JobDetailsFraudLink").IJobDetailsFraudLink>;
8
+ Link: import("react").FC<import("../../atoms").ITypographyLink>;
9
9
  };
10
10
  Action: {
11
11
  Button: import("react").FC<import("./children/JobDetailsAction").IJobDetailsAction.Button>;
package/dist/esm/index.js CHANGED
@@ -6752,7 +6752,7 @@ var styles$17 = {"w-inherit":"mg_job_details_fraud_link_w-inherit_1v4ka","w-none
6752
6752
  var cx$O = classNames.bind(styles$17);
6753
6753
  var JobDetailsFraudLink = function (_a) {
6754
6754
  var children = _a.children, className = _a.className, rest = __rest(_a, ["children", "className"]);
6755
- return (React.createElement(Typography.Link, __assign({ strong: true, target: "_blank", rel: "", className: cx$O('fraud-link', className) }, rest),
6755
+ return (React.createElement(Typography.Link, __assign({ strong: true, className: cx$O('fraud-link', className) }, rest),
6756
6756
  React.createElement(IconItem, { icon: WarningHex, size: 16, alt: "warning" }),
6757
6757
  children));
6758
6758
  };