@undp/carbon-library 1.0.265-CARBON-377.0 → 1.0.265-CARBON-377.1

Sign up to get free protection for your applications and to get access to all the features.
package/dist/esm/index.js CHANGED
@@ -22756,7 +22756,7 @@ var MrvDashboardComponent = function (props) {
22756
22756
  "#ddddbb",
22757
22757
  "#ff9900",
22758
22758
  ];
22759
- var colorsStatus = ["#C6A7FE", "#FF8183", "#CDCDCD", "#7FEABF", "#B7A4FE"];
22759
+ var colorsStatus = ["#6ACDFF", "#CDCDCD", "#FF8183", "#B7A4FE", "#B7A4FE"];
22760
22760
  var TTSuffix = (userInfoState === null || userInfoState === void 0 ? void 0 : userInfoState.companyRole) === CompanyRole.PROGRAMME_DEVELOPER ? "My" : "";
22761
22761
  var genPayload = function () {
22762
22762
  var stats = [];
@@ -25677,7 +25677,7 @@ var RegistryDashboardComponent = function (props) {
25677
25677
  var pending = ["all", ["==", ["get", "stage"], "AwaitingAuthorization"]];
25678
25678
  var authorised = ["all", ["==", ["get", "stage"], "Authorised"]];
25679
25679
  var rejected = ["all", ["==", ["get", "stage"], "Rejected"]];
25680
- var news = ["all", ["==", ["get", "stage"], "New"]];
25680
+ var news = ["all", ["==", ["get", "stage"], "Approved"]];
25681
25681
  var colors = ["#6ACDFF", "#FF8183", "#CDCDCD", "#B7A4FE"];
25682
25682
  var donutSegment = function (start, end, r, r0, color) {
25683
25683
  if (end - start === 1)
@@ -26148,9 +26148,9 @@ var RegistryDashboardComponent = function (props) {
26148
26148
  React.createElement(LegendItem, { text: "Authorised", color: "#6ACDFF" }),
26149
26149
  !((userInfoState === null || userInfoState === void 0 ? void 0 : userInfoState.companyRole) === CompanyRole.CERTIFIER &&
26150
26150
  categoryType === "mine") && (React.createElement(React.Fragment, null,
26151
- React.createElement(LegendItem, { text: "Rejected", color: "#FF8183" }),
26152
- React.createElement(LegendItem, { text: "Pending", color: "#CDCDCD" }),
26153
- React.createElement(LegendItem, { text: "New", color: "#B7A4FE" })))),
26151
+ React.createElement(LegendItem, { text: "Rejected", color: "#CDCDCD" }),
26152
+ React.createElement(LegendItem, { text: "Pending", color: "#FF8183" }),
26153
+ React.createElement(LegendItem, { text: "Approved", color: "#B7A4FE" })))),
26154
26154
  React.createElement("div", { className: "updated-on margin-top-1" },
26155
26155
  React.createElement("div", { className: "updated-moment-container" }, lastUpdateProgrammesStatsC !== "0" &&
26156
26156
  lastUpdateProgrammesStatsC)))))),