@undp/carbon-library 1.0.90 → 1.0.92

Sign up to get free protection for your applications and to get access to all the features.
@@ -106,7 +106,7 @@ export declare const addCommSep: (value: any) => string;
106
106
  export declare const addCommSepRound: (value: any) => string;
107
107
  export declare const addRoundNumber: (value: any) => number;
108
108
  export declare const addSpaces: (text: string) => string;
109
- export declare const getFinancialFields: (programme: ProgrammeU | ProgrammeR) => {
109
+ export declare const getFinancialFields: (programme: ProgrammeU | ProgrammeR | ProgrammeT) => {
110
110
  estimatedProgrammeCostUSD: string;
111
111
  creditEst: string;
112
112
  financingType: string;
package/dist/index.d.ts CHANGED
@@ -312,7 +312,7 @@ declare const addCommSep: (value: any) => string;
312
312
  declare const addCommSepRound: (value: any) => string;
313
313
  declare const addRoundNumber: (value: any) => number;
314
314
  declare const addSpaces: (text: string) => string;
315
- declare const getFinancialFields: (programme: ProgrammeU | ProgrammeR) => {
315
+ declare const getFinancialFields: (programme: ProgrammeU | ProgrammeR | ProgrammeT) => {
316
316
  estimatedProgrammeCostUSD: string;
317
317
  creditEst: string;
318
318
  financingType: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.90",
3
+ "version": "1.0.92",
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": {
@@ -1,3 +0,0 @@
1
- import React from "react";
2
- import "./programmeViewComponent.scss";
3
- export declare const ProgrammeViewComponent: (props: any) => React.JSX.Element;
@@ -1,3 +0,0 @@
1
- import React from "react";
2
- import "./programmeViewComponent.scss";
3
- export declare const ProgrammeViewComponent: (props: any) => React.JSX.Element;