@undp/carbon-library 1.0.177-CARBON-380.3 → 1.0.177-CARBON-380.5

Sign up to get free protection for your applications and to get access to all the features.
package/dist/esm/index.js CHANGED
@@ -6273,7 +6273,7 @@ var AddNewCompanyComponent = function (props) {
6273
6273
  "Developer"))),
6274
6274
  ((userInfoState === null || userInfoState === void 0 ? void 0 : userInfoState.companyRole) !==
6275
6275
  CompanyRole.MINISTRY) && !isGuest && (React.createElement("div", { className: "minister-radio-container" },
6276
- React.createElement(Tooltip, { placement: "top", title: "Permitted to perform all programme-related actions within the Ministry" },
6276
+ React.createElement(Tooltip, { placement: "top", title: "Permitted to perform all project-related actions within the Ministry" },
6277
6277
  React.createElement(Radio.Button, { className: "minister", value: "Ministry" },
6278
6278
  React.createElement(AuditOutlined, { className: "role-icons" }),
6279
6279
  "Ministry")))))))),
@@ -20971,9 +20971,7 @@ var AddNdcActionComponent = function (props) {
20971
20971
  title: (React.createElement("div", { className: "step-title-container" },
20972
20972
  React.createElement("div", { className: "step-count" }, "01"),
20973
20973
  React.createElement("div", { className: "title" }, t("ndcAction:ndcActionDetailsTitle")),
20974
- React.createElement("div", { className: "info-container" },
20975
- React.createElement(Tooltip, { arrowPointAtCenter: true, placement: "right", trigger: "hover", title: t("ndcAction:ndcToolTip"), overlayClassName: "custom-tooltip" },
20976
- React.createElement(InfoCircle, { color: "#000000", size: 17 }))))),
20974
+ React.createElement("div", { className: "info-container" }))),
20977
20975
  description: (React.createElement("div", { className: current !== 1 ? "hide" : "" },
20978
20976
  React.createElement(NdcActionDetails, { isBackBtnVisible: false, onFormSubmit: onNdcActionDetailsSubmit, ndcActionDetails: ndcActionDetails, translator: translator, programmeDetails: programmeDetails }))),
20979
20977
  },
@@ -26008,7 +26006,7 @@ var RegistryDashboardComponent = function (props) {
26008
26006
  ? "tTProgrammesProgrammeDev"
26009
26007
  : categoryType === "mine"
26010
26008
  ? "tTProgrammesCertifierMine"
26011
- : "tTProgrammesCertifierOverall"), t: true })),
26009
+ : "tTProgrammesCertifierOverall"), t: t })),
26012
26010
  React.createElement(Col, { xxl: 8, xl: 8, md: 12, className: "stastic-card-col pie" },
26013
26011
  React.createElement(RegistryPieChartsStatComponent, { id: "credits", title: t("credits"), options: optionDonutPieA, series: creditsPieSeries, lastUpdate: lastUpdateProgrammesCreditsStats, loading: loading, toolTipText: t((userInfoState === null || userInfoState === void 0 ? void 0 : userInfoState.companyRole) === CompanyRole.GOVERNMENT
26014
26012
  ? "tTCreditsGovernment"