@undp/carbon-library 1.0.17 → 1.0.18

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- import './programmeManagementComponent.scss';
3
- import '../../../Styles/common.table.scss';
1
+ import React from "react";
2
+ import "./programmeManagementComponent.scss";
3
+ import "../../../Styles/common.table.scss";
4
4
  export declare const ProgrammeManagementComponent: (props: any) => React.JSX.Element;
@@ -7,5 +7,7 @@ export declare enum ProgrammeManagementColumns {
7
7
  creditBalance = 5,
8
8
  creditTransferred = 6,
9
9
  certifierId = 7,
10
- serialNo = 8
10
+ serialNo = 8,
11
+ emissionsReductionExpected = 9,
12
+ emissionsReductionAchieved = 10
11
13
  }
package/dist/index.d.ts CHANGED
@@ -102,7 +102,9 @@ declare enum ProgrammeManagementColumns {
102
102
  creditBalance = 5,
103
103
  creditTransferred = 6,
104
104
  certifierId = 7,
105
- serialNo = 8
105
+ serialNo = 8,
106
+ emissionsReductionExpected = 9,
107
+ emissionsReductionAchieved = 10
106
108
  }
107
109
 
108
110
  interface LoginProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
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": {