@undp/carbon-library 2.1.13-PAN-1.19 → 2.1.13-PAN-1.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js CHANGED
@@ -20582,7 +20582,7 @@ var NdcActionDetails = function (props) {
20582
20582
  ? (_a = mitigationSubTypeList === null || mitigationSubTypeList === void 0 ? void 0 : mitigationSubTypeList.find(function (item) { return item.label === key_1; })) === null || _a === void 0 ? void 0 : _a.value
20583
20583
  : ""
20584
20584
  : "";
20585
- setSubSector(valueSectoralScope);
20585
+ setSubSector({ label: key_1, value: valueSectoralScope });
20586
20586
  console.log("Sub Sector --- > ", mitigationSubTypeList === null || mitigationSubTypeList === void 0 ? void 0 : mitigationSubTypeList.find(function (item) { return item.label === key_1; }), key_1, valueSectoralScope);
20587
20587
  mitigationSubTypesListMapped[sectorMitigationTypesListMapped[programmeDetails === null || programmeDetails === void 0 ? void 0 : programmeDetails.sector]
20588
20588
  ? (_d = (_c = (_b = sectorMitigationTypesListMapped[programmeDetails === null || programmeDetails === void 0 ? void 0 : programmeDetails.sector]) === null || _b === void 0 ? void 0 : _b.find(function (item) { return item.label === (programmeDetails === null || programmeDetails === void 0 ? void 0 : programmeDetails.sector); })) === null || _c === void 0 ? void 0 : _c.label) !== null && _d !== void 0 ? _d : ""
@@ -20598,7 +20598,7 @@ var NdcActionDetails = function (props) {
20598
20598
  mitigationType: sectorMitigationTypesListMapped[programmeDetails === null || programmeDetails === void 0 ? void 0 : programmeDetails.sector]
20599
20599
  ? (_k = (_j = (_h = sectorMitigationTypesListMapped[programmeDetails === null || programmeDetails === void 0 ? void 0 : programmeDetails.sector]) === null || _h === void 0 ? void 0 : _h.find(function (item) { return item.label === (programmeDetails === null || programmeDetails === void 0 ? void 0 : programmeDetails.sector); })) === null || _j === void 0 ? void 0 : _j.label) !== null && _k !== void 0 ? _k : ""
20600
20600
  : "",
20601
- mitigationSubType: key_1,
20601
+ mitigationSubType: valueSectoralScope,
20602
20602
  });
20603
20603
  }
20604
20604
  }