@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/cjs/index.js +2 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -19939,7 +19939,8 @@ var NdcActionDetails = function (props) {
|
|
|
19939
19939
|
var maximumImageSize = process.env.REACT_APP_MAXIMUM_FILE_SIZE
|
|
19940
19940
|
? parseInt(process.env.REACT_APP_MAXIMUM_FILE_SIZE)
|
|
19941
19941
|
: 5000000;
|
|
19942
|
-
|
|
19942
|
+
//changing value to N2O. Previously it was N20(N-Two-Zero)
|
|
19943
|
+
var ghgEmissionsGas = ["CO2", "CH4", "N2O", "HFCs", "PFCs", "SF6"];
|
|
19943
19944
|
React.useEffect(function () {
|
|
19944
19945
|
if (programmeDetails) {
|
|
19945
19946
|
setSector(programmeDetails === null || programmeDetails === void 0 ? void 0 : programmeDetails.sector);
|