@undp/carbon-library 1.0.263-CARBON-388.0 → 1.0.263-CARBON-390.0

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.
@@ -1,7 +1,8 @@
1
1
  export declare enum EnablementTypes {
2
2
  CapacityBuilding = "Capacity Building",
3
3
  TechnologyTransfer = "Technology Transfer",
4
- Financial = "Financial"
4
+ Financial = "Financial",
5
+ EnhancedTransparency = "Enhanced Transparency"
5
6
  }
6
7
  export declare const enablementTypesAndValues: {
7
8
  type: string;
@@ -3,7 +3,7 @@
3
3
  "ndcSubTitle": "NDC Actions in the System",
4
4
  "ndcColumnsStartDate": "Start Date",
5
5
  "ndcColumnsEndDate": "End Date",
6
- "ndcColumnsNationalPlanObj": "Programmes",
6
+ "ndcColumnsNationalPlanObj": "National Plan Objective",
7
7
  "ndcColumnsKpi": "KPI",
8
8
  "rangeAlreadyExists": "Selected Range Already exists",
9
9
  "addNdcAction": "+ Add NDC Action",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.263-CARBON-388.0",
3
+ "version": "1.0.263-CARBON-390.0",
4
4
  "description": "Shared Library of tools for Carbon Credits applications ecosystem for ExO and and HQ/GEF",
5
5
  "type": "module",
6
6
  "scripts": {