@undp/carbon-library 1.0.135-CARBON-342.0 → 1.0.135-CARBON-343.1

Sign up to get free protection for your applications and to get access to all the features.
package/dist/cjs/index.js CHANGED
@@ -334,7 +334,7 @@ var getGeneralFields = function (programme, system) {
334
334
  title: programme.title,
335
335
  serialNo: programme.serialNo,
336
336
  currentStatus: programme.currentStage,
337
- applicationType: "Project Developer",
337
+ applicationType: "Programme Developer",
338
338
  sector: programme.sector,
339
339
  sectoralScope: Object.keys(exports.SectoralScope)[Object.values(exports.SectoralScope).indexOf(programme.sectoralScope)],
340
340
  startDate: luxon.DateTime.fromSeconds(Number(programme.startTime)),
@@ -23568,6 +23568,8 @@ var RegistryDashboardComponent = function (props) {
23568
23568
  lastUpdateTransferLocations))))))))) : ("")));
23569
23569
  };
23570
23570
 
23571
+ React.createContext(null);
23572
+
23571
23573
  var ImgWithFallback = function (_a) {
23572
23574
  var src = _a.src, alt = _a.alt, fallbackSrc = _a.fallbackSrc, mediaType = _a.mediaType, className = _a.className, delegated = __rest(_a, ["src", "alt", "fallbackSrc", "mediaType", "className"]);
23573
23575
  return (React.createElement("picture", null,