@undp/carbon-library 2.1.9 → 2.1.11

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/esm/index.js CHANGED
@@ -19918,7 +19918,8 @@ var NdcActionDetails = function (props) {
19918
19918
  var maximumImageSize = process.env.REACT_APP_MAXIMUM_FILE_SIZE
19919
19919
  ? parseInt(process.env.REACT_APP_MAXIMUM_FILE_SIZE)
19920
19920
  : 5000000;
19921
- var ghgEmissionsGas = ["CO2", "CH4", "N20", "HFCs", "PFCs", "SF6"];
19921
+ //changing value to N2O. Previously it was N20(N-Two-Zero)
19922
+ var ghgEmissionsGas = ["CO2", "CH4", "N2O", "HFCs", "PFCs", "SF6"];
19922
19923
  useEffect(function () {
19923
19924
  if (programmeDetails) {
19924
19925
  setSector(programmeDetails === null || programmeDetails === void 0 ? void 0 : programmeDetails.sector);