@undp/carbon-library 1.0.124-CARBON-315.1 → 1.0.124-CARBON-315.2

Sign up to get free protection for your applications and to get access to all the features.
package/dist/cjs/index.js CHANGED
@@ -18664,7 +18664,7 @@ var NdcActionViewComponent = function (props) {
18664
18664
  (reportData === null || reportData === void 0 ? void 0 : reportData.status) === exports.DocumentStatus.ACCEPTED && (React.createElement(icons.CheckCircleOutlined, { className: "common-progress-icon", style: { color: "#5DC380" } })),
18665
18665
  (reportData === null || reportData === void 0 ? void 0 : reportData.status) === exports.DocumentStatus.REJECTED && (React.createElement(icons.ExclamationCircleOutlined, { className: "common-progress-icon", style: { color: "#FD6F70" } }))),
18666
18666
  React.createElement("div", { className: "link mg-left-1" }, (reportData === null || reportData === void 0 ? void 0 : reportData.url) && linkDocVisible(reportData === null || reportData === void 0 ? void 0 : reportData.status) && (React.createElement("a", { href: reportData === null || reportData === void 0 ? void 0 : reportData.url, target: "_blank", rel: "noopener noreferrer", download: true },
18667
- React.createElement(icons.LinkOutlined, { className: "common-progress-icon margin-right-1", style: { color: "#3F3A47" } }))))));
18667
+ React.createElement(icons.BookOutlined, { className: "common-progress-icon margin-right-1", style: { color: "#3F3A47" } }))))));
18668
18668
  };
18669
18669
  var getProjectReports = function () { return __awaiter(void 0, void 0, void 0, function () {
18670
18670
  var reportDetails, response, exception_1;
@@ -23358,11 +23358,11 @@ var RegistryDashboardComponent = function (props) {
23358
23358
  React.createElement(icons.CaretDownOutlined, null)))),
23359
23359
  selectedurl.trim().length === 0 && (React.createElement(antd.Button, { className: "annual-report-downloadbutton" },
23360
23360
  React.createElement(antd.Space, null,
23361
- React.createElement(icons.LinkOutlined, { className: "common-progress-icon", style: { color: "#3F3A47" } })))),
23361
+ React.createElement(icons.BookOutlined, { className: "common-progress-icon", style: { color: "#3F3A47" } })))),
23362
23362
  selectedurl.trim().length > 0 && (React.createElement("a", { href: selectedurl, target: "_blank", rel: "noopener noreferrer", download: true },
23363
23363
  React.createElement(antd.Button, { className: "annual-report-downloadbutton" },
23364
23364
  React.createElement(antd.Space, null,
23365
- React.createElement(icons.LinkOutlined, { className: "common-progress-icon", style: { color: "#3F3A47" } }))))))),
23365
+ React.createElement(icons.BookOutlined, { className: "common-progress-icon", style: { color: "#3F3A47" } }))))))),
23366
23366
  React.createElement("div", { className: "filter-container" },
23367
23367
  React.createElement("div", { className: "date-filter" },
23368
23368
  React.createElement(RangePicker, { ranges: {
@@ -24373,7 +24373,7 @@ var NdcActionBody = function (props) {
24373
24373
  } }))))),
24374
24374
  (monitoringReportData === null || monitoringReportData === void 0 ? void 0 : monitoringReportData.url) && (React.createElement("div", { className: "report-link" },
24375
24375
  React.createElement("div", { className: "link" }, linkDocVisible(monitoringReportData === null || monitoringReportData === void 0 ? void 0 : monitoringReportData.status) && (React.createElement("a", { href: monitoringReportData === null || monitoringReportData === void 0 ? void 0 : monitoringReportData.url, target: "_blank", rel: "noopener noreferrer", download: true },
24376
- React.createElement(icons.LinkOutlined, { className: "common-progress-icon margin-right-1", style: { color: "#3F3A47" } })))),
24376
+ React.createElement(icons.BookOutlined, { className: "common-progress-icon margin-right-1", style: { color: "#3F3A47" } })))),
24377
24377
  !monitoringReportAccepted && (React.createElement(React.Fragment, null,
24378
24378
  React.createElement(antd.Tooltip, { arrowPointAtCenter: true, placement: "top", trigger: "hover", title: (userInfoState === null || userInfoState === void 0 ? void 0 : userInfoState.userRole) === exports.Role.ViewOnly
24379
24379
  ? t("programme:notAuthToUploadDoc")
@@ -24445,7 +24445,7 @@ var NdcActionBody = function (props) {
24445
24445
  } })))))),
24446
24446
  (verificationReportData === null || verificationReportData === void 0 ? void 0 : verificationReportData.url) && (React.createElement("div", { className: "report-link" },
24447
24447
  React.createElement("div", { className: "link" }, linkDocVisible(verificationReportData === null || verificationReportData === void 0 ? void 0 : verificationReportData.status) && (React.createElement("a", { href: verificationReportData === null || verificationReportData === void 0 ? void 0 : verificationReportData.url, target: "_blank", rel: "noopener noreferrer", download: true },
24448
- React.createElement(icons.LinkOutlined, { className: "common-progress-icon margin-right-1", style: { color: "#3F3A47" } })))),
24448
+ React.createElement(icons.BookOutlined, { className: "common-progress-icon margin-right-1", style: { color: "#3F3A47" } })))),
24449
24449
  !verificationReportAccepted && monitoringReportAccepted && (React.createElement(React.Fragment, null,
24450
24450
  React.createElement(antd.Tooltip, { arrowPointAtCenter: true, placement: "top", trigger: "hover", title: (userInfoState === null || userInfoState === void 0 ? void 0 : userInfoState.userRole) === exports.Role.ViewOnly
24451
24451
  ? t("programme:notAuthToUploadDoc")