@undp/carbon-library 1.0.178-CARBON-359.0 → 1.0.178-CARBON-359.1

Sign up to get free protection for your applications and to get access to all the features.
package/dist/esm/index.js CHANGED
@@ -28107,7 +28107,7 @@ var ProgrammeDocuments = function (props) {
28107
28107
  " ~ " + designDocversion))),
28108
28108
  React.createElement(Col, { span: 6, className: "field-value" }, designDocUrl !== "" ? (React.createElement("div", { className: "link" },
28109
28109
  linkDocVisible(designDocStatus) && (React.createElement("a", { href: designDocUrl, target: "_blank", rel: "noopener noreferrer", download: true },
28110
- React.createElement(BookOutlined, { className: "common-progress-icon margin-right-1", style: { color: "#3F3A47" } }))),
28110
+ React.createElement(BookOutlined, { className: "common-progress-icon", style: { color: "#3F3A47" } }))),
28111
28111
  designDocStatus !== DocumentStatus.ACCEPTED && (React.createElement(React.Fragment, null,
28112
28112
  React.createElement(Tooltip, { arrowPointAtCenter: true, placement: "top", trigger: "hover", title: (userInfoState === null || userInfoState === void 0 ? void 0 : userInfoState.userRole) === Role.ViewOnly ||
28113
28113
  (userInfoState === null || userInfoState === void 0 ? void 0 : userInfoState.companyRole) === CompanyRole.CERTIFIER
@@ -28191,7 +28191,7 @@ var ProgrammeDocuments = function (props) {
28191
28191
  " ~ " + methDocversion))),
28192
28192
  React.createElement(Col, { span: 6, className: "field-value" }, methodologyDocUrl !== "" ? (React.createElement("div", { className: "link" },
28193
28193
  linkDocVisible(methodDocStatus) && (React.createElement("a", { href: methodologyDocUrl, target: "_blank", rel: "noopener noreferrer", download: true },
28194
- React.createElement(BookOutlined, { className: "common-progress-icon margin-right-1", style: { color: "#3F3A47" } }))),
28194
+ React.createElement(BookOutlined, { className: "common-progress-icon", style: { color: "#3F3A47" } }))),
28195
28195
  methodDocStatus !== DocumentStatus.ACCEPTED && (React.createElement(React.Fragment, null,
28196
28196
  React.createElement(Tooltip, { arrowPointAtCenter: true, placement: "top", trigger: "hover", title: (userInfoState === null || userInfoState === void 0 ? void 0 : userInfoState.userRole) === Role.ViewOnly
28197
28197
  ? t("programme:notAuthToUploadDoc")
@@ -28284,7 +28284,7 @@ var ProgrammeDocuments = function (props) {
28284
28284
  React.createElement(Col, { span: 6, className: "field-value" }, impactAssessmentUrl !== "" ? (React.createElement("div", { className: "link" },
28285
28285
  linkDocVisible(impactAssessmentStatus) && (React.createElement("a", { href: impactAssessmentUrl, target: "_blank", rel: "noopener noreferrer", download: true },
28286
28286
  React.createElement("div", null,
28287
- React.createElement(BookOutlined, { className: "common-progress-icon margin-right-1", style: { color: "#3F3A47" } })))),
28287
+ React.createElement(BookOutlined, { className: "common-progress-icon", style: { color: "#3F3A47" } })))),
28288
28288
  impactAssessmentStatus !== DocumentStatus.ACCEPTED && (React.createElement(React.Fragment, null,
28289
28289
  React.createElement(Tooltip, { arrowPointAtCenter: true, placement: "top", trigger: "hover", title: impactAssessmentToolTipTitle, overlayClassName: "custom-tooltip" },
28290
28290
  React.createElement(FileAddOutlined, { className: "common-progress-icon", style: uploadImpactAssessmentDocUserPermission &&