@undp/carbon-library 1.0.285-CARBON-406.0 → 1.0.285-CARBON-370.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,6 @@ export type NdcDetail = {
11
11
  actionType: NdcDetailsActionType;
12
12
  nationalPlanObjective: string;
13
13
  kpi: number | string;
14
- kpiUnit: string;
15
14
  ministryName: string;
16
15
  periodId?: number;
17
16
  status: NdcDetailsActionStatus;
@@ -5,7 +5,6 @@
5
5
  "ndcColumnsEndDate": "End Date",
6
6
  "ndcColumnsNationalPlanObj": "Programmes",
7
7
  "ndcColumnsKpi": "KPI",
8
- "ndcColumnsKpiUnit": "KPI Unit",
9
8
  "rangeAlreadyExists": "One or more of the selected year(s) already exists",
10
9
  "addNdcAction": "+ Add NDC Action",
11
10
  "enterNewPlanTxt": "Please add the Programmes",
@@ -24,7 +23,6 @@
24
23
  "finalizeErrorText": "Cannot finalise the period due to pending Sub NDC Actions",
25
24
  "nationalPlanObjectivePlaceHolder": "Enter Programmes",
26
25
  "kpiPlaceHolder": "Enter Kpi",
27
- "kpiUnitPlaceHolder": "Enter Kpi Unit",
28
26
  "isRequired": "is required!",
29
27
  "finalizeNdcEmptyErrorText":"Cannot finalise an empty period",
30
28
  "approveSuccessMsg": "Sub NDC Action has been approved successfully",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.285-CARBON-406.0",
3
+ "version": "1.0.285-CARBON-370.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": {